Skip to content

Error message when migration fails on migrate_mode: safe should be clearer #10545

@hermanschaaf

Description

@hermanschaaf

Many destinations currently use an error message along the lines of tables %s with changes %v require force migration. use 'migrate_mode: forced'. This is confusing to users as it implies that you cannot proceed without using a forced migration. However, in fact, you can also manually perform the migration and keep migrate_mode: safe.

I suggest changing the messaging to something like this:

The following changes can not be automatically migrated in safe mode: %s.

Please perform this migration manually or set `migrate_mode: 'forced'` to do a forced migration.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions