Skip to content

Operations

Operations

Day-to-day operational procedures.

Guides

GuideDescription
PersistenceData storage and state management

Quick Reference

Health Checks

Terminal window
# pvdifyd status
systemctl status pvdifyd
# All app services
systemctl list-units 'pvdify-*'
# Tunnel status
systemctl status cloudflared-pvdify

Log Access

Terminal window
# Control plane logs
journalctl -u pvdifyd -f
# App logs
pvdify logs myapp -f
# All pvdify services
journalctl -u 'pvdify-*' -f

Common Operations

TaskCommand
Deploypvdify deploy myapp --image ...
Rollbackpvdify rollback myapp
Scalepvdify ps:scale myapp web=3
Restartpvdify ps:restart myapp
Logspvdify logs myapp -f

Backup Locations

TypeLocation
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

Terminal window
# System overview
htop
# Disk usage
df -h
# Memory
free -m
# Container stats
podman stats

Service Health

Terminal window
# WHM/cPanel services
/scripts/restartsrv_httpd --status
# MariaDB
systemctl status mariadb
# Named (DNS)
systemctl status named