- 4 Posts
- 4 Comments
- KillianLarcher@lemmy.worldOPtoSelfhosted@lemmy.world•Portabase now handles backup/restore of Docker volumesEnglish1·16 days ago
Feel free to give it a try if you have time, and don’t hesitate to open GitHub issues if you run into any bugs.
- KillianLarcher@lemmy.worldOPtoSelfhosted@lemmy.world•Portabase now handles backup/restore of Docker volumesEnglish2·17 days ago
There are a few other tools. Docker Desktop has some backup-related tooling, but not through a web UI. Portainer may cover part of it too, but I’m not 100% sure.
You can also use generic file-level backup tools, since Docker volumes are basically files at the end of the day.
Portabase is more focused on backup and restore workflows. The goal is to have the full ecosystem around that: storage providers, notifications, retention policies, RBAC, agents, homogenous migration, etc.
- KillianLarcher@lemmy.worldOPtoSelfhosted@lemmy.world•Portabase v1.7.1 - Open source database backup/restore toolEnglish1·4 months ago
Currently, the backup process is logical. Incremental backups are not implemented yet, as supporting them across multiple database systems (PostgreSQL, MariaDB, MongoDB, etc.) would require significant development effort.
The system relies on the database’s native tools when possible, such as pg_dump for PostgreSQL or mongodump for MongoDB. Table-level backups are not currently supported, but could be introduced in the future if there is enough demand.
You can already enable encryption through the web UI. Differential backups are not available yet but they are on our backlog (we do not have an estimated release date for now).