Comment by DeathArrow
2 years ago
>making a single RDBMS server in a container
On what disk is the actual data written? How do you do backups, if you do?
2 years ago
>making a single RDBMS server in a container
On what disk is the actual data written? How do you do backups, if you do?
In most setups like this, it’s going to be spinning rust with mdadm, and MySQL dumps that get created via cron and sent to another location.