Comment on Docker & Databases. Stack or Individual?
ruud@lemmy.world 1 year ago
Backup / restore gets complicated if you have multiple apps in 1 dB
Comment on Docker & Databases. Stack or Individual?
ruud@lemmy.world 1 year ago
Backup / restore gets complicated if you have multiple apps in 1 dB
jsnfwlr@lemmy.world 1 year ago
No one said a single DB. You can have multiple DBs in a single container, and then use something like databacker/mysql-backup container which solves the complexity of multiple db backups for mariaDB and MySQL
ruud@lemmy.world 1 year ago
Yes, terminology… I mean single instance. And although you can create pg_dumps of separate databases, a true (online) backup of separate databases is difficult. Tools like pgbackrest or barman don’t support it. (I mainly focus on Postgres)