[IMP] add migration.yaml file to use during migrations#614
Conversation
825baf1 to
bc0e6d1
Compare
bc0e6d1 to
f3a78c6
Compare
|
@david-banon-tecnativa @pedrobaeza @josep-tecnativa Any hints on the recommended approach or examples for properly using this new I use Doodba daily for migrations and have developed my own workarounds to handle the pain of maintaining one copier project per version. For example, small things like using global database and filestore volumes shared across versions that support the same PostgreSQL server (from v14 to v18 we can use PostgreSQL 13) to avoid the backup-restore cycle between versions. However, looking at |
|
This |
Adds a new compose file (its getting a bit out of hand, now there are 4 of them!) to use during migrations
@pedrobaeza @josep-tecnativa
TT61263 @Tecnativa