orphelix update
Update Orphelix to the latest version from GitHub with automatic backup.Usage
Interactive Update Process
Automatic Backup
Before updating, a full database backup is automatically created. If the update fails, you can restore from this backup.
Update Source
Updates are fetched from GitHub releases:Version Checking
The update command:- Queries GitHub API for latest release
- Compares with current version (from package.json)
- Shows release notes if update available
- Prompts for confirmation
- Creates automatic backup
- Downloads and installs update
- Preserves all settings and data
No Update Available
Skipping Update
PressN or Ctrl+C to cancel:
After Update
Restart the application to use the new version:Rollback
If the update causes issues, restore from the automatic backup:Update Frequency
Check for updates:- Automatically when running
orphelix version - Manually with
orphelix update - Weekly via GitHub notifications (if watching the repository)
Pre-release Updates
To install pre-release:Troubleshooting
Network Error
Permission Denied
Update Failed
If update fails:- Restore from automatic backup
- Check logs:
orphelix logs - Run diagnostics:
orphelix doctor - Report issue on GitHub
Related Commands
- version - Check current version
- backup - Manual backup
- restore - Restore from backup
- restart - Restart application