Barry 💖 Chevereto Fan Friday at 1:55 PM #1 Hey squad. Are there any documents our there on best practices or step by step instructions to migrate my install of Chevereto from Shared Hosting to the dockerized version? Images are all on S3, so there should be no issue there.
Hey squad. Are there any documents our there on best practices or step by step instructions to migrate my install of Chevereto from Shared Hosting to the dockerized version? Images are all on S3, so there should be no issue there.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Friday at 3:35 PM #2 1. Dump the database (you will get a .sql file), gzip it 2. Clone the chevereto/docker project and run each of the following commands (one by one): Code: make env make setup make image make namespace NAMESPACE=yourproject HOSTNAME=yourdomain.tld make up-d NAMESPACE=yourproject 3. Put the backup under ./backup/namespace_chevereto.sql.gz in your Chevereto's Docker project (replace with your own project namespace) 4. https://github.com/chevereto/docker/blob/4.3/docs/DATABASE.md Ideally you should match the same database (driver and version).
1. Dump the database (you will get a .sql file), gzip it 2. Clone the chevereto/docker project and run each of the following commands (one by one): Code: make env make setup make image make namespace NAMESPACE=yourproject HOSTNAME=yourdomain.tld make up-d NAMESPACE=yourproject 3. Put the backup under ./backup/namespace_chevereto.sql.gz in your Chevereto's Docker project (replace with your own project namespace) 4. https://github.com/chevereto/docker/blob/4.3/docs/DATABASE.md Ideally you should match the same database (driver and version).