{% include 'admin/partials/header.html' %} {% include 'admin/partials/sidebar.html' %}
Maintain a read-only standby database for backup, recovery, and low-downtime promotion.
{{ $primaryFailure }}The secondary is overwritten during a full synchronization and should not receive independent writes.
Configure a separate emergency credential that works even when the primary database and normal Admin CP authentication are unavailable.
{{ $baseUrl }}/recovery/databaseThe emergency console uses a separate secure session, filesystem audit log, rate-limited authentication, and does not query the members table.
Replace the standby with a verified copy of the active primary.
This performs a full table copy, preserves record IDs, and verifies row counts before reporting success.
Destructive high-availability operations.
Recent full synchronization attempts.
| Status | Direction | Rows | Drivers | Started | Details |
|---|---|---|---|---|---|
| {{ $run['status'] }} | {{ $run['direction'] }} | {{ $run['rows_processed'] }} | {{ $run['source_driver'] }} → {{ $run['target_driver'] }} | {{ $run['started_at'] }} | {{ $run['error_message'] }} |