|
|
|
|
|
by MrSkyNet
811 days ago
|
|
I like the idea of having a migration progress. I like to extend the idea and would ask for a more ingraned concept of versions and version migration. Basically what flyway does but on DB level. You could ask your DB from any backend if its in a migration status or not, it would be first class citizen were its absolutly clear that a DB migration should NOT disrupt production, it could also make it much more longrunning. Like let me schedule a migration over 1 or 2 days through the DB and thanks to statistics and knowledge it knows to do the big chunks at night for example. |
|