Uberspace / lab

The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.
https://lab.uberspace.de
Other
315 stars 414 forks source link

[GoToSocial] Additions to Updates section #1537

Open averageunicorn opened 1 year ago

averageunicorn commented 1 year ago

I noticed two things while updating my GoToSocial instance that I'd like to add to the instructions:

cp -r ~/gotosocial-backup/storage ~/gotosocial/storage should be cp -r ~/gotosocial-backup/storage/. ~/gotosocial/storage to only copy the content of the folder

The step to copy back the database is missing: cp ~/gotosocial-backup/sqlite.db ~/gotosocial/sqlite.db

I'll see if I can add this today, but I am a little scared of using git tbh so I might not, in which case I'll leave this for someone else to add.