Skip to content

Commit dc0d716

Browse files
committed
fix workflow migrate
1 parent 5f864ae commit dc0d716

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)