backup and restore

This commit is contained in:
2026-03-15 15:21:27 -05:00
parent e7cfff3eca
commit f858fe4785
16 changed files with 472 additions and 69 deletions

View File

@@ -29,7 +29,9 @@ Current foundation scope includes:
- admin diagnostics with runtime footprint, record counts, and recent audit-trail visibility
- admin user management with account creation, activation, role assignment, and role-permission editing
- CRM and shipping audit coverage plus startup validation surfaced through the admin diagnostics page
- backup/restore guidance and exportable support snapshots in the admin diagnostics workflow
- backup/restore guidance, richer startup diagnostics, and exportable support bundles in the admin diagnostics workflow
- backup verification checklist and restore-drill runbook surfaced in admin diagnostics
- support-log viewing and support debugging helpers in admin diagnostics
- route-level code-splitting and vendor chunking for lighter initial client loads
- file storage and PDF rendering
@@ -51,14 +53,14 @@ Current completed foundation areas:
Near-term priorities:
1. Backup verification checklist and restore drill guidance
2. Deeper startup diagnostics and support export helpers
1. Better user and session visibility for operational admins
2. Safer destructive-action confirmations and recovery messaging
Revisit / deferred items:
- local Windows Prisma migration reliability
- backup verification checklist and restore drill depth
- deeper startup diagnostics and support export helpers
- better user and session visibility for operational admins
- safer destructive-action confirmations and recovery messaging
Dashboard direction:
@@ -351,14 +353,16 @@ The current admin operations slice supports:
- an admin diagnostics page for runtime footprint, data/storage path visibility, key record counts, and recent audit activity
- a dedicated user-management page for account creation, activation, role assignment, password reset-style updates, and role-permission administration
- CRM customer/vendor changes and shipping mutations now flow into the shared audit trail
- startup validation now checks storage paths, database connectivity, client bundle readiness, Chromium availability, and risky production defaults during server boot
- backup and restore guidance now surfaces directly in diagnostics, along with exportable support snapshot JSON for support handoff
- startup validation now checks storage paths, writable storage readiness, database connectivity, client bundle readiness, Chromium availability, and risky production defaults during server boot
- backup and restore guidance now surfaces directly in diagnostics, along with exportable support bundles for support handoff
- support logs now capture startup warnings, HTTP failures, and server errors for admin-side debugging review
- backup verification items and restore-drill expected outcomes now live in the admin runbook surface
- operator-facing review of recent high-impact changes without direct database access
Current follow-up direction:
- backup verification checklist and restore drill guidance
- deeper startup diagnostics and support export helpers
- better user and session visibility for operational admins
- safer destructive-action confirmations and recovery messaging
## UI Notes