2. Upgrade
Last updated
To upgrade your Fiamma Operator to the latest version, follow these steps:
Ensure the database Docker container is running:
sudo docker ps | grep postgresPull the latest code from the repository:
git pullRun database migrations to apply any schema changes:
cd dal && sqlx migrate run && cd ..Restart the Fiamma Operator service to apply updates:
sudo systemctl restart fiamma-operatorCheck that the operator is running correctly after the upgrade:
Note: Always backup your data before performing upgrades, especially in production environments.
Last updated
sudo systemctl status fiamma-operator