Operations
Day-to-day operational procedures.
Guides
| Guide | Description |
|---|
| Persistence | Data storage and state management |
Quick Reference
Health Checks
systemctl list-units 'pvdify-*'
systemctl status cloudflared-pvdify
Log Access
journalctl -u 'pvdify-*' -f
Common Operations
| Task | Command |
|---|
| Deploy | pvdify deploy myapp --image ... |
| Rollback | pvdify rollback myapp |
| Scale | pvdify ps:scale myapp web=3 |
| Restart | pvdify ps:restart myapp |
| Logs | pvdify logs myapp -f |
Backup Locations
| Type | Location |
|---|
| Control plane state | /var/lib/pvdify/ |
| Pre-change snapshot | /root/claude_backups/pre_change_snapshot/ |
| Config backups | /root/claude_backups/configs/ |
| Database backups | /root/claude_backups/databases/ |
Emergency Procedures
See DevOps Policies for:
- Service recovery procedures
- Rollback protocols
- Incident response
Monitoring
Resource Usage
Service Health
/scripts/restartsrv_httpd --status