Portabase v1.10 - database backup/restore tool, now supporting Firebird SQL (github.com)
from KillianLarcher@lemmy.world to selfhosted@lemmy.world on 01 Apr 19:42
https://lemmy.world/post/45042565

Hi community,

I’m one of the maintainers of Portabase, I shared it here for the first time two weeks ago and I have now some updates!

After an initial request from a community user in mid-January, and a few more along the way, we’ve finally added support for Firebird SQL. It seems to have a solid community behind it even though I hadn’t heard of it before.

Quick recap : Portabase is an open-source platform for database backup and restore.

Repository: https://github.com/Portabase/portabase

So it now we support 8 databases: PostgreSQL, MariaDB, MySQL, SQLite, MongoDB, Redis, Valkey and Firebird SQL

What’s new in version 1.10:

What’s coming next:

If you’re using Firebird SQL (or any other supported database), we’d really appreciate your feedback. Feel free to open issues if you find any bugs.

#selfhosted

threaded - newest

aegg@europe.pub on 01 Apr 22:59 next collapse

Looks very interesting, will try this out. pg_dump and restore stresses me out

KillianLarcher@lemmy.world on 02 Apr 08:05 collapse

Thanks! 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.

Cyber@feddit.uk on 02 Apr 06:31 collapse

I had a quick look at the docs… so, can I backup my DB version X and restore it to DB version Y?

KillianLarcher@lemmy.world on 02 Apr 08:02 collapse

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.