-
Hello, So I exported data from production:
And imported it on the localhost where I have app's new version with new schema and migrations. Then it run some time and failed:
Of course database has new version, but I expected it will erase it even with the schema and create old schema from the dump file. How to test it correctly? |
Beta Was this translation helpful? Give feedback.
Answered by
iBobik
Aug 25, 2023
Replies: 1 comment 1 reply
-
It seems that this worked:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iBobik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that this worked:
contember-cli migration:exec --until 2023-08-16-162735-added-product-size-relation
- filename of migration from the "Incompatible schema version" messagecontember-cli data:import xxx.jsonl.gz
contember-cli migration:exec