this post was submitted on 07 Jul 2023
6 points (100.0% liked)

Lemmy Support

4718 readers
21 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 years ago (3 children)

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.

[–] [email protected] 1 points 2 years ago (2 children)
[–] [email protected] 2 points 2 years ago

Use rsync to get the bulk of the data over (even if it's mid write) one or more times, then stop the stack on the origin server, and run rsync again. It should be much faster.

load more comments (1 replies)
load more comments (1 replies)