Skip to content

Commit a89511c

Browse files
authored
Merge pull request #83 from plesk/preserv-mariadb-configuration
Preserve mariadb configuration file to make sure we keep it after conversion
2 parents 4892a79 + 2bcbfa1 commit a89511c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cloudlinux7to8/upgrader.py

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def construct_actions(
152152
common_actions.RestoreRoundcubeConfiguration(options.state_dir),
153153
custom_actions.RecreateAwstatsConfigurationFiles(),
154154
common_actions.UninstallTuxcareEls(),
155+
common_actions.PreserveMariadbConfig(),
155156
],
156157
"Handle plesk related services": [
157158
common_actions.DisablePleskRelatedServicesDuringUpgrade(),

0 commit comments

Comments
 (0)