Heroku makes hosting simple, but most developers overlook its advanced capabilities. After years of running apps on the platform, I’ve found several underrated features that speed up your workflow and make your apps more reliable. Here are seven you shouldn’t miss. 1. Preboot Preboot spins up new dynos and starts routing traffic to them before the old ones are terminated. The result is seamless, zero-downtime deployments. The tricky part is knowing when the cutover is complete, since the ...| Johnny Metz
How we protect your data on Heroku Postgres through continuous protection via wal-e and physical backups.| devcenter.heroku.com
The performance characteristics of Heroku Postgres tiers, based on their multitenancy, CPU, RAM and I/O architectures.| devcenter.heroku.com
Use Heroku Postgres followers to create database replicas, leader-follower setups, hot standbys and to quickly upgrade/migrate databases.| devcenter.heroku.com
Deploy data-driven apps using Heroku’s managed database as a service for PostgreSQL with operational expertise built in, security by default, and more.| www.heroku.com
How to test the upgrade of the PostgreSQL version of a Heroku Postgres database.| devcenter.heroku.com