Skip to content

Commit 8437cee

Browse files
authored
Merge pull request #698 from globocom/fix-mysql-standalone-migration
fix workflow migrate
2 parents 5f864ae + dc0d716 commit 8437cee

File tree

1 file changed

+1
-2
lines changed
  • dbaas/drivers/replication_topologies

1 file changed

+1
-2
lines changed

dbaas/drivers/replication_topologies/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,10 +426,9 @@ def get_database_migrate_steps_stage_1(self):
426426
'Configuring database': (
427427
'workflow.steps.util.volume_provider.AttachDataVolume',
428428
'workflow.steps.util.volume_provider.MountDataVolume',
429-
'workflow.steps.util.plan.Configure',
430429
'workflow.steps.util.plan.Initialization',
431-
'workflow.steps.util.metric_collector.ConfigureTelegraf',
432430
'workflow.steps.util.plan.Configure',
431+
'workflow.steps.util.metric_collector.ConfigureTelegraf',
433432
)}, {
434433
'Backup and restore': (
435434
'workflow.steps.util.volume_provider.TakeSnapshotMigrate',

0 commit comments

Comments
 (0)