Backup, Update, Recovery
1. Minimum backup before changes
Before major changes, create:
- configuration export (
Configuration Export), - database export (
Database Export), - backup of the instance data directory.
2. Update process (operational model)
Safe minimal flow:
- stop service,
- backup,
- replace binaries,
- start service,
- verify endpoints.
Post-update checks:
http://<host>:<web-port>/AircraftList.jsonhttp://<host>:<admin-port>/admin
3. Recovery after failed deployment
- Stop service.
- Restore previous binaries.
- Restore configuration and/or database from backup.
- Start service.
- Verify feeds and admin access.
4. What to log after deployment
Track:
- release version,
- date and host,
- changed ports/binding settings,
- endpoint verification results.