Skip to content

Commit

Permalink
feat(migration): little improvement on migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
serut committed Jun 27, 2024
1 parent 2045527 commit 8a3c894
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/setup/migration/1.14-to-1.15.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ available [here](https://github.com/orgs/RegardsOss/packages/container/package/r
- Inside your inventory file `group_vars/regards_nodes/main.yml`, add `group_docker_static_files_migrated` property:

```yaml
[...]
[ ... ]
group_docker_registry: ghcr.io/regardsoss
# Files needs to be moved from ./files/ to ../../static/
# using $ mv ./files ../../static
group_docker_static_files_migrated: False
group_docker_tags:
[...]
[ ... ]
```

:::info
Expand Down Expand Up @@ -291,7 +291,8 @@ rm -f /var/lib/rabbitmq/mnesia/migration-to-1.15.sh

## Migrating from 1.15.1 to 1.15.2

If you have installed the 1.15.1 version and want to upgrade to 1.15.X, some microservice won't boot.
If you have installed the 1.15.1 version and want to upgrade to 1.15.X, some microservices **won't boot with flyway
issues**.

- You need to add the following property inside your inventory file `group_vars/regards_nodes/main.yml`:

Expand Down

0 comments on commit 8a3c894

Please sign in to comment.