|
<< Click to Display Table of Contents >> Raynet One > 2026.1 > Installation and Operations Guide > Raynet One On-Premises Installation and Operations Guide Upgrade Procedure |
Follow these steps when upgrading Raynet One:
Check the official release notes for the target version to identify new features, and any required manual actions.
Create a full backup before proceeding (see the Backup and Restore section for details).
Fetch the latest images from the registry:
docker compose pull
If the release notes specify manual migration steps, follow them exactly. Apply any required migrations (if not mentioned otherwise in the release notes, any needed migration steps are applied automatically). After startup, verify successful completion via logs and health checks:
docker compose logs -f backend
docker compose logs -f server-scheduler
Apply the new images and configuration & restart services:
docker compose up -d
Follow the validation checklist in the Deployment section to confirm that the UI, login, API, and all critical services are functioning correctly.
If an upgrade fails and any database migration has already been applied, the only reliable recovery path is to restore from a pre-upgrade backup (see Backup and Restore section).