Hello Lemmy people,
I’m trying to wrap my head around where editable files ultimately ‘live’ after Ansible install to a VPS.
For example:
- If you want to modify a specific cell in a Postgres table using Arctype (or another SQL GUI) - would you be:
- directly modifying the VPS instance?
- or modifying a mirrored database on your local computer?
- If you setup Lemmy using a ‘1 year free trial’ from a VPS (like digital ocean)…and then want to migrate the Lemmy instance to another VPS (like Hetzner), would you be:
- ‘pushing’ the custom Lemmy instance from your local computer to a new VPS?
- or directly migrating the files from one VPS to the other?
I realize these are noob questions.
Thank you for your patience.
Lemmy looks really cool.
You must log in or register to comment.
deleted by creator
Thank you for the reply.
To ensure I understand:
-
Ansible installs lemmy on the VPS via docker-compose. The directory “/srv/lemmy/DOMAINNAME” lives on the VPS.
-
Within that directory is a folder called “Volumes”.
-
To migrate - I make a fresh Lemmy install on a new VPS, modify config, and move the “Volumes” folder from VPS1 to VPS2.
Is that correct?
deleted by creator
Cool, thank you again.
-