We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f864ae + dc0d716 commit 8437ceeCopy full SHA for 8437cee
dbaas/drivers/replication_topologies/base.py
@@ -426,10 +426,9 @@ def get_database_migrate_steps_stage_1(self):
426
'Configuring database': (
427
'workflow.steps.util.volume_provider.AttachDataVolume',
428
'workflow.steps.util.volume_provider.MountDataVolume',
429
- 'workflow.steps.util.plan.Configure',
430
'workflow.steps.util.plan.Initialization',
431
- 'workflow.steps.util.metric_collector.ConfigureTelegraf',
432
'workflow.steps.util.plan.Configure',
+ 'workflow.steps.util.metric_collector.ConfigureTelegraf',
433
)}, {
434
'Backup and restore': (
435
'workflow.steps.util.volume_provider.TakeSnapshotMigrate',
0 commit comments