F
16

Our demo server crashed right before a big meeting with a potential investor in the Ren Cen

We were setting up in a conference room on the 20th floor, and the whole thing just went dark... turns out our cloud provider had a zone outage. I had to pull the demo from a local backup on my laptop I keep for this exact reason, and we got it running in about 8 minutes. Has anyone else had to pivot that fast during a pitch?
3 comments

Log in to join the discussion

Log In
3 Comments
cole_flores44
cole_flores442mo agoTop Commenter
That "live database rebuild" story is wild... but I'm stuck on the "no one even noticed" part. If you're showing live data in a demo, a rebuild would have to cause a loading screen or a blank state for a second. Maybe the investors just didn't know what they were looking at, but someone in tech would have seen a hiccup. Still, pulling that off is impressive.
4
jamie_webb67
I read about a team that used a read replica for the demo interface while they rebuilt the main production database. The switch was just a DNS change that took milliseconds. In my experience, if you have a solid caching layer in front, you can mask almost any backend operation. The key is having those fallback systems ready before you even start the demo.
10
kim.nina
kim.nina2mo ago
Our CTO once did a live database rebuild mid-demo, no one even noticed.
3