- 4 Posts
- 5 Comments
Joined 3 months ago
Cake day: March 17th, 2026
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
KillianLarcher@lemmy.worldOPto
Selfhosted@lemmy.world•Portabase 1.14: Open source database backup/restore toolEnglish
1·21 days agoThanks for adding Portabase to OpenAltFinder! I missed your message earlier, but I appreciate it.
KillianLarcher@lemmy.worldOPto
Selfhosted@lemmy.world•Portabase v1.10 - database backup/restore tool, now supporting Firebird SQLEnglish
1·2 months agoYes, 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).
KillianLarcher@lemmy.worldOPto
Selfhosted@lemmy.world•Portabase v1.10 - database backup/restore tool, now supporting Firebird SQLEnglish
1·2 months agoThanks! PostgreSQL is well supported (it was the first database implemented). Feel free to open an issue on GitHub if you want to suggest any improvements.
KillianLarcher@lemmy.worldOPto
Selfhosted@lemmy.world•Portabase v1.10 - database backup/restore tool, now supporting Firebird SQLEnglish
3·2 months agoHi, 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.
Thanks for the feedback! Feel free to open issues for these ideas. A PR for SECRET_FILE support would be very welcome.