Companies make configuration changes. Mistakes happen. Sometimes they cascade. In this case, it seems like a simple syntax error or similar cascaded. I’ve seen far, far stupider causes of outages in my career, like idiots running tests against the prod DB and forgetting that the test does DROP SCHEMA public; before it runs.
Companies make configuration changes. Mistakes happen. Sometimes they cascade. In this case, it seems like a simple syntax error or similar cascaded. I’ve seen far, far stupider causes of outages in my career, like idiots running tests against the prod DB and forgetting that the test does
DROP SCHEMA public;
before it runs.