Upgrade Procedure

<< Click to Display Table of Contents >>

Raynet One > 2026.1 > Installation and Operations Guide > Raynet One On-Premises Installation and Operations Guide 

Upgrade Procedure

High-Level upgrade steps

Follow these steps when upgrading Raynet One:

 

1. Review the release notes

Check the official release notes for the target version to identify new features, and any required manual actions.

 

2. Backup all data

Create a full backup before proceeding (see the Backup and Restore section for details).

 

3. Pull updated images

Fetch the latest images from the registry:

 

docker compose pull

 

4. Apply migrations

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

 

5. Restart services

Apply the new images and configuration & restart services:

 

docker compose up -d

 

6. Validate deployment

Follow the validation checklist in the Deployment section to confirm that the UI, login, API, and all critical services are functioning correctly.

 

 

Rollback Guidance

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).