- 2 Posts
- 7 Comments
KillianLarcher@lemmy.worldOPto
Selfhosted@lemmy.world•Portabase v1.7.1 - Open source database backup/restore toolEnglish
0·25 days agoHi,
-
The agent need to be on the same network as your database. You can either include the agent in the same Docker Compose setup or create a Docker network to link them. I’m not sure what you mean by ‘persist across restarts.’ Can you clarify? However, it works perfectly fine with databases running in Docker.
-
For Redis and Valkey, hot restores are unfortunately not supported. You need to stop the services and perform some manual operations. This limitation is why backups are mainly useful for disaster recovery rather than live rollback.
Feel free to ask any other questions or clarification if needed.
-
KillianLarcher@lemmy.worldOPto
Selfhosted@lemmy.world•Portabase v1.7.1 - Open source database backup/restore toolEnglish
0·25 days agoOkay, 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.
KillianLarcher@lemmy.worldOPto
Selfhosted@lemmy.world•Portabase v1.7.1 - Open source database backup/restore toolEnglish
0·25 days 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
0·25 days agoI wasn’t aware of this. I’ll take a look! Is it similar to Dokploy or Coolify?
KillianLarcher@lemmy.worldOPto
Selfhosted@lemmy.world•Portabase v1.7.1 - Open source database backup/restore toolEnglish
0·25 days agoThanks for sharing your use case. To be transparent, we didn’t consider automation when we created the local file config, but it’s indeed the perfect use case for this mode of operation. In any case, we’ll keep the current behaviour to avoid breaking changes. This will be introduced as an additional feature.
KillianLarcher@lemmy.worldOPto
Selfhosted@lemmy.world•Portabase v1.7.1 - Open source database backup/restore toolEnglish
0·26 days agoHi @[email protected], We’ve received similar feedback from other users, so we are currently working on it. However, this requires changes to some internal processes, as the system was not initially designed this way. Thanks for the feedback!


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.