Managed database backups
v0.9.0-beta
- Managed database backups. When a project has a managed database, the agent now takes a targeted dump of it (
pg_dumpof the project's logical database, against the container dedicated to project databases) rather than looking for a database container per application. Restoring reapplies that dump into the project's database. Projects without a database are backed up as a file archive, as before.