Skip to content

Instantly share code, notes, and snippets.

@eggie5
Created February 1, 2011 20:00
Show Gist options
  • Save eggie5/806543 to your computer and use it in GitHub Desktop.
Save eggie5/806543 to your computer and use it in GitHub Desktop.
$ pg_ctlcluster 9.0 eggmos start
The PostgreSQL server failed to start. Please check the log output:
2011-02-01 11:41:05 PST LOG: database system was shut down at 2011-02-01 11:39:39 PST
2011-02-01 11:41:05 PST LOG: entering standby mode
cp: cannot stat `/var/lib/postgresql/9.0/eggmos/backups/000000010000000100000032': No such file or directory
2011-02-01 11:41:05 PST WARNING: WAL was generated with wal_level=minimal, data may be missing
2011-02-01 11:41:05 PST HINT: This happens if you temporarily set wal_level=minimal without taking a new base backup.
2011-02-01 11:41:05 PST FATAL: hot standby is not possible because wal_level was not set to "hot_standby" on the master server
2011-02-01 11:41:05 PST HINT: Either set wal_level to "hot_standby" on the master, or turn off hot_standby here.
2011-02-01 11:41:05 PST LOG: startup process (PID 20724) exited with exit code 1
2011-02-01 11:41:05 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