Portabase v1.13 – open-source DB backup/restore tool, now with built-in migration Hi everyone, I’m one of the maintainers of[ Portabase](https://portabase.io).I wanted to share a major update since[ my last post](https://www.reddit.com/r/selfhosted/comments/1s6r6vi/portabase_194_default_notifications_agent/). Repo:[ https://github.com/Portabase/portabase](https://github.com/Portabase/portabase) (Any star would be amazing ❤️) **Database migration is now built-in!** Previously, migrating meant: 1. Download backup from the source DB 2. Upload & restore it into the target DB 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. **Quick recap if you’re new to Portabase:** Portabase is an open-source, self-hosted platform dedicated to database backup and restore. The web UI is designed to be simple and intuitive, to avoid hours of configuration.…