Portabase 1.14: Open source database backup/restore tool (github.com)
from KillianLarcher@lemmy.world to selfhosted@lemmy.world on 12 May 11:50
https://lemmy.world/post/46760494

Hello all!

I’m one of the maintainers of Portabase, I share about it on Lemmy one month ago (lemmy.world/post/45042565) and I have some updates!

Repository: github.com/Portabase/portabase

Database homogenous migration is now built-in!

Previously, migrating meant:

Now: no download, no upload, everything happens directly through the GUI.

It works with all supported databases, and migrations can be done within the same organization.

We also added support for Microsoft SQL Server! It still needs broader community testing to help identify bugs or edge cases we may have missed.

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

We now support 9 databases:

What’s new since version 1.10:

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

#selfhosted

threaded - newest

OpenAltFinder@lemmy.world on 13 May 23:58 next collapse

I was actually looking for a nice self-hosted too like this. I’ve also added Portabase to OpenAltFinder so that others can find it too.

Alfredolin@sopuli.xyz on 14 May 03:37 next collapse

Ente as altrrnative to Google Authenticator? I think their’s a mistake there.

OpenAltFinder@lemmy.world on 14 May 03:51 collapse

Ente Auth is an alternative to other 2FA tools tho. It’s just that it’s part of the whole Ente suite.

Alfredolin@sopuli.xyz on 14 May 06:02 next collapse

Whut? Did not know that. Nice.

non_burglar@lemmy.world on 14 May 06:23 collapse

Ente auth is not self-hosted.

OpenAltFinder@lemmy.world on 14 May 19:48 collapse

I know that, but it’s part of the self-hostable Ente suite. I might remove it as a 2FA alternative, as it seems to confuse people.

KillianLarcher@lemmy.world on 19 May 09:02 collapse

Thanks for adding Portabase to OpenAltFinder! I missed your message earlier, but I appreciate it.

clifmo@programming.dev on 18 May 07:52 collapse

Nice to see the flurry of activity on this young project. I Considering deploying to my swarm to handle restore only. I have a bare metal db VM using cron to dump dbs, and autorestic handles retention with deduplication. This works well for me since my homelab is generally pretty quiet.

Two things I’d like/want to see: deduplication either via supporting Restic as a backup backend and swarm-style SECRET_FILE support (I forked and may PR this one)

KillianLarcher@lemmy.world on 19 May 09:03 collapse

Thanks for the feedback! Feel free to open issues for these ideas. A PR for SECRET_FILE support would be very welcome.