I’m using a small VPS to hosts a website and a SQL database for that website, both on the same machine.
How can I migrate this machine to NixOps so that the database is not overwritten every time I deploy new code for the website?
If it means anything, I’m using DigitalOcean, but j cannot currently afford to use their external/managed database service.
Thanks!