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>
705 B
705 B
Restore
Postgres Restore (example)
pg_restore -d core_platform_db --clean --if-exists core_platform_db.dump
pg_restore -d identity_access_db --clean --if-exists identity_access_db.dump
Adapt flags to the dump format used in backup.md.
Application Restore Steps
- Stop writers (scale down workers / APIs) if restoring in place
- Restore databases
- Restore env/secrets if needed
- Start services on the target release tag
- Verify health, login, tenant resolution
- Reconcile SSL map / certs if edge host was replaced