- 2 Posts
- 3 Comments
Joined 1 month 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 v1.7.1 - Open source database backup/restore toolEnglish
2·1 month agoCurrently, 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.
KillianLarcher@lemmy.worldOPto
Selfhosted@lemmy.world•Portabase v1.7.1 - Open source database backup/restore toolEnglish
2·1 month agoI wasn’t aware of this. I’ll take a look! Is it similar to Dokploy or Coolify?
Okay, yeah, I see. Unraid Community Apps is probably closer to something like Proxmox VE Scripts. Dokploy and Coolify are more like libraries of templates for Docker services.