Single post
jump to repliesIf you run GoToSocial as a container, how do you backup up your instance and database?
Is the general consensus to use borgmatic?
#gotosocial
#selfhosting
1 reply
back to top@greylinux
I run my #Gotosocial on #DigitalOcean and use their S3 service for all the data. SQLite is my DB and I wrote a script to stop the container, take a compressed copy, and upload it to S3.
https://codeberg.org/brybry/gotosocial-sqlite-backup-to-s3
