Skip to content

Instantly share code, notes, and snippets.

@eggie5
Created February 18, 2011 23:34
Show Gist options
  • Save eggie5/834605 to your computer and use it in GitHub Desktop.
Save eggie5/834605 to your computer and use it in GitHub Desktop.
The PostgreSQL server failed to start. Please check the log output:
2011-02-18 15:30:44 PST LOG: database system was interrupted while in recovery at log time 2011-02-18 15:24:34 PST
2011-02-18 15:30:44 PST HINT: If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target.
2011-02-18 15:30:44 PST LOG: entering standby mode
2011-02-18 15:30:44 PST WARNING: WAL was generated with wal_level=minimal, data may be missing
2011-02-18 15:30:44 PST HINT: This happens if you temporarily set wal_level=minimal without taking a new base backup.
2011-02-18 15:30:44 PST FATAL: hot standby is not possible because wal_level was not set to "hot_standby" on the master server
2011-02-18 15:30:44 PST HINT: Either set wal_level to "hot_standby" on the master, or turn off hot_standby here.
2011-02-18 15:30:44 PST LOG: startup process (PID 10182) exited with exit code 1
2011-02-18 15:30:44 PST LOG: aborting startup due to startup process failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment