Operations | Monitoring | ITSM | DevOps | Cloud

The boring 80% is what kills your backlog

A few weeks ago, we shipped cascading replication for PostgreSQL, MySQL and Redis on Cloud 66. Customers can now build replication chains: a primary streaming to a middle replica, which in turn streams to leaves. It reduces load on the primary, supports geographic distribution, and stops you from melting your network when you have a large fan-out of replicas all pulling WAL from the same machine. PostgreSQL has supported cascading replication natively since version 9.1, which shipped over a decade ago.

Step 5 to Web App Deployment: Cloud Configuration (Where Your App Actually Lives)

So far in this deployment series, you’ve: Now we arrive at the layer that quietly determines whether your app thrives… or throws mysterious 2am errors. Step 5 is cloud configuration. This is where your application gets its infrastructure, its environment, and its ability to scale without drama.