sjchat / sjchat

Super awesome chat
http://sjchat.wallstrom.it:8082/client.html
0 stars 0 forks source link

Add a backup solution #52

Open s4wny opened 7 years ago

s4wny commented 7 years ago

Add some kind of backup solution that backups our database automatically.

s4wny commented 7 years ago

Google cloud compute probably have some nice builtin solution.

lundstig commented 7 years ago

There is a snapshot feature: Google Compute Snapshots This seems like a good solution if we automate the snapshot creation.

lundstig commented 7 years ago

It is probably not such a good solution on its own, since it will back up the entire virtual machine with docker images. We just want to backup the docker volume that stores the database.