I’ve been trying (unsuccessfully) to find an answer. Can anyone point me to some instructions on how to move a lemmy instance to another server?
Is it just a matter of copying the volumes and conf files to the new server and doing a docker compose pull & up from that new location?
You must log in or # to comment.
If you’re taking that approach make sure you shut down the stack before you copy the data over so everything gets copied over consistently (e.g. the DB isn’t in the middle of a write), and yes it should pretty much be that easy.