"40 client databases every night."
Periodically verify that a dump can actually be reloaded and used — not just that it was produced.
Your backup software can tell you a job finished. RestorSignal actually restores the artifact you submit to it, checks the result, measures the operation and keeps an independent proof.
Backup tools do their job. A job that finished without error is real information — it is not the same thing as a demonstrated restore.
The backup chain stops at an available artifact. The RestorSignal chain starts exactly where the other one stops.
Each step answers a different question. A higher level that was not run stays explicitly not evaluated — never absorbed into an overall success.
The backup job finished, a file exists, a snapshot is available. RestorSignal does not treat this as proof of restorability — it is the starting point, not the conclusion.
Presence, size, date, fingerprint, rotation and minimal consistency of the artifact are checked before any restore attempt.
The content is actually loaded into an environment set up for the test. The MariaDB runner available in v1.0 performs a real import — not a simulation.
"Restored" does not mean "usable." Technical validation (database opens, tables present, no blocking error) and business/application validation (criteria defined by the client) are two distinct claims.
Test start, restore completion, observed duration: every run is timed and logged. RestorSignal reports an observed RTO, never a guaranteed RTO.
Date, tested artifact, fingerprint, execution environment, results, metrics and verdict become a dated evidence file — not just a memory of a test.
Producing the archive, choosing what to test, running the check and qualifying the result are four different functions. RestorSignal only handles one: the check and its qualification — never all four at once. Understand the separation of roles →
Two execution philosophies, depending on the client's context.
The test runs inside an environment provided and controlled by the client. The artifact never leaves that environment. Local mode in detail →
The artifact is voluntarily transferred to a disposable, isolated environment, provisioned for the duration of the test, then destroyed. Lab mode in detail →
A historized proof lets you answer, months later, precise questions — not vaguely remember that "we tested it once."
Periodically verify that a dump can actually be reloaded and used — not just that it was produced.
The question becomes: when did we last actually restore the backup, and with what result?
Lab mode provisions a disposable environment to test without tying up production infrastructure.
Give the client an independent proof of the tests actually performed — not just a table of statuses.
Artifact present → consistent → restorable → usable → verified more deeply. The RestorSignal reference (L1 to L5) separates a check's result from the depth actually demonstrated.
An independent layer for restore verification and proof retention.
RestorSignal does not replace your backup tool, does not choose your backups, and does not ask for access to your consoles to decide what to test.