Production Databases

For a production Postgres database, a High Availability server should be used. That means it runs multiple instances of the database server. This is important because when one server is rebooted, your app doesn’t lose database access for a period of time. Otherwise, at some point, your database will have an outage.

Additional Resources: