Platform resilience · plain-language overview

How the platform stays online — and comes back if it doesn't

Everything runs on one main server. Behind the scenes, copies of the data flow out continuously to a second server and to outside storage, so the whole thing can be brought back after almost any kind of failure.

Main server Standby & healthy Off-site storage Monitoring Failure & recovery
Normal day

1Main server does all the work

Runs every website, the chat platform, and the live database that holds all customer and lead data.

production-01 · Ashburn, Virginia
Always running in the background

Nobody has to remember to do any of this. The main server keeps four separate safety nets fed on their own schedules:

Live · seconds

Standby server

A second server keeps a near-instant copy of the database, ready to take over. Website files and security certificates copy across every half hour.

cwad-standby-01 · Hillsboro, Oregon
Every night

Encrypted cloud backup

A full, scrambled copy of the data and every website is sent nightly to an unrelated storage company. Kept for months, so you can go back in time.

Backblaze cloud storage
Every day

The one-of-a-kind keys

A handful of encryption keys can never be recreated — lose them and that data is gone forever. They are copied off-server automatically each day.

iCloud + password manager
Every 15 min

Watchdog

A monitor checks that the standby copy is keeping up and that services are healthy. If anything slips, it emails an alert right away.

Automated health checks
If something goes wrong
!Two kinds of trouble, two ways back
A

The main server goes downHardware dies, data center outage, anything that takes it fully offline.

Run one failover command on the standbyIt promotes its database copy, starts up all the apps, and switches web traffic over — automatically.

Back online in about 15–30 minutes, with little or no data lost.
B

Data is lost or corruptedA bad change or corruption that the live copy would just mirror — the server itself is fine.

Restore from the nightly cloud backupPull back a clean copy from before the problem, and restore the encryption keys from their off-server copy.

Data recovered from a known-good point in time.
Worst case — if the owner is unavailable. A sealed recovery kit lets a trusted person hand everything to a technician who can rebuild the entire platform from the cloud backup alone, without needing access to any of the original accounts.