Tag Archives: PostgreSQL

PostgreSQL Warm Fail Over using Write Ahead Logs

Introduction A typical fail over method for any application is to have two identical machines with all data stored on a shared SAN. This falls short on ensuring the integrity of the database. Do we know that the database was properly shutdown on the primary node before failing over? If not, data loss can occurs [...]