Looks very interesting, will try this out. pg_dump and restore stresses me out
post
I had a quick look at the docs... so, can I backup my DB version X and restore it to DB version Y?
Hi, Portabase handles database backup and restoration. It does not manage the migration process, so it depends on the type of database and whether migration is handled automatically or not.
So to jump on this question because I am also interested: I can use this to create a backup of database version x and migrate to y and the backup again. Or if migrating goes bad restore x from backup
Yes, this is one of the common use cases.
You can back up version X and perform the migration to version Y. If anything goes wrong during the migration, you can simply restore version X from the initial backup (you will, of course, need to downgrade to the original database version before restoring).
all 7 comments