Updates

Full Update

To perform a full update, run the command:

ansible-playbook -i inventory.yml playbooks/reemo-infra.yml

Targeted Updates

For targeted updates, you can use the tags system of the reemo-infra Ansible role.

Available tags: db, api, apicron, apicronlog, apicronldap, apicroncloud, portal, signal, proapi, prorelayapi, procloudapi, mysql, traefik, exim4

Example of a targeted update using the db tag:

ansible-playbook -i inventory.yml playbooks/reemo-infra.yml --tags db

Warning

When performing multiple targeted updates, make sure to respect this order: DB → API → other services → PORTAL.

Important

MySQL update = service downtime during the update.

Service reemo_db

The reemo_db service is always stopped (except during database updates).

Tip

The reemo_db service only starts to perform data model migrations, then stops.