-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade
github-actions edited this page Jul 6, 2026
·
1 revision
# 1. Backup first
./scripts/backup.sh
# 2. Pull latest images & rebuild auth service
docker compose pull
docker compose build auth-service
# 3. Recreate containers
docker compose up -d --remove-orphans
# 4. Verify
./scripts/healthcheck.shOr use the automated script:
./scripts/update.sh./scripts/update.sh prometheus grafana# Rollback to previous version
./scripts/update.sh --rollback
# Or restore from backup
./scripts/restore.sh rollback- Backup all databases
- Backup configuration files
- Check disk space (20%+ free)
- Review release notes
- Notify team about maintenance window
- Run health check
- LibreNMS: Database migrations run automatically on startup
- OpenSearch: Check breaking changes before upgrading major versions
- Grafana: Verify plugins and datasources after upgrade
Full reference: docs/upgrade/
OpenHostingNOC — Self-hosted Network Operations Center Questions? Open an issue or start a discussion. Support the project: donate.samsesh.net
OpenHostingNOC
Operations
Networking
Security
Advanced
CI/CD