Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.76 KB

File metadata and controls

41 lines (31 loc) · 1.76 KB

Home | Tables | Core components

Procedures

This section contains the stored procedures that implement the core logic of the Automated Backup & Recovery Framework, grouped by functional responsibility.

Configuration

Configuration procedures provide access to framework settings, resolve dynamic values such as paths, environment-specific parameters.

Backup

Backup procedures orchestrate and execute database backup operations based on policy and tier configuration.

Restore

Restore procedures handle restore chain construction and execution for point-in-time recovery scenarios.

Validation

Validation procedures execute restore tests and verify recovery boundaries using canary-based logic.


Home | Tables | Telemetry | Restore Workflow