Actions
Support #2133
openprod2dev feature should be able to downgrade dev schema to be able to import production data
Status:
New
Priority:
Normal
Assignee:
-
Category:
DB migrations
Target version:
-
Triaged:
Fixed in Releases:
Found in Releases:
Description
My use case is this one :
I have a production db with a fixed schema. When I evaluate the master branch in
a development environment I want to be able to import data easily from production.
For now I do it by hand :
I have a production db with a fixed schema. When I evaluate the master branch in
a development environment I want to be able to import data easily from production.
For now I do it by hand :
- drop dev db
- create a new one
- dump prod db
- insert it in dev db
If prod2dev task would be able to support that dev schema is not the same as prod's one it would
make (my) one's life much more easier !
Actions