TorbatYar/docs/deployment/backup.md
Mortezakoohjani 12c8615615 Ship enterprise Accounting FE/API with CRUD parity and production wiring.
Adds accounting-service PATCH/archive, fiscal helpers, COA templates and setup status, plus SuperApp Accounting UI (DS, scoreboard, masters, vouchers, ledger, ops modules) with session refresh and HTTPS public API URLs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 15:26:43 +03:30

833 B

Backup

Scope

Asset Notes
PostgreSQL databases At least core_platform_db, identity_access_db, Keycloak DB if separate
.env / secrets Store outside git in secure vault
Let's Encrypt certs + Nginx maps Edge host
Uploaded files (future) File storage buckets
pg_dump -Fc -d core_platform_db -f core_platform_db.dump
pg_dump -Fc -d identity_access_db -f identity_access_db.dump

Schedule daily backups; retain per policy (suggested: 7 daily, 4 weekly, 3 monthly).

Verification

Periodically restore a dump to a scratch instance (restore.md).