Skip to content

Instantly share code, notes, and snippets.

@hgmnz
Created April 5, 2012 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hgmnz/112c97378c490d8f70fc to your computer and use it in GitHub Desktop.
Save hgmnz/112c97378c490d8f70fc to your computer and use it in GitHub Desktop.
Running in verbose mode
Performing Consistency Checks
-----------------------------
Checking current, bin, and data directories ok
Checking cluster versions ok
"/usr/lib/postgresql/9.0/bin/pg_ctl" -w -l "/dev/null" -D "/database/resource32098_heroku_com/9.0" -o "-p 5432 -c autovacuum=off -c autovacuum_freeze_max_age=2000000000" start >> "/dev/null" 2>&1
Checking database user is a superuser ok
Checking for prepared transactions ok
Checking for reg* system oid user data types ok
Checking for contrib/isn with bigint-passing mismatch ok
Creating catalog dump "/usr/lib/postgresql/9.1/bin/pg_dumpall" --port 5432 --username "postgres" --schema-only --binary-upgrade > "/tmp/tmp.AfEOJUYRWz/pg_upgrade_dump_all.sql"
ok
"/usr/lib/postgresql/9.0/bin/pg_ctl" -w -l "/dev/null" -D "/database/resource32098_heroku_com/9.0" stop >> "/dev/null" 2>&1
There were problems executing "/usr/lib/postgresql/9.0/bin/pg_ctl" -w -l "/dev/null" -D "/database/resource32098_heroku_com/9.0" stop >> "/dev/null" 2>&1
Failure, exiting
"/usr/lib/postgresql/9.0/bin/pg_ctl" -w -l "/dev/null" -D "/database/resource32098_heroku_com/9.0" -m fast stop >> "/dev/null" 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment