mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-12 17:28:16 -05:00
Fixed issues on mkdocs
Fixed issues on mkdocs
This commit is contained in:
@@ -10,9 +10,14 @@ Refer to [pgloader docs](https://pgloader.readthedocs.io/en/latest/) for install
|
||||
|
||||
# Migration steps
|
||||
|
||||
1. Stop Endurain container (`docker compose down`);
|
||||
2. Backup existent database [MariaDB dump backup options](#mariadb-dump-backup-options))
|
||||
3. Run pgloader to do the migration [Do the migration](#do-the-migration);
|
||||
1. Stop Endurain container;
|
||||
|
||||
```bash
|
||||
docker compose down
|
||||
```
|
||||
|
||||
2. Backup existent database - [MariaDB dump backup options](#mariadb-dump-backup-options);
|
||||
3. Run pgloader to do the migration - [Do the migration](#do-the-migration);
|
||||
4. Verify migration by:
|
||||
- Checking pgloader outputs and logs.
|
||||
5. Update environment variables (adapt to your environment):
|
||||
|
||||
Reference in New Issue
Block a user