Created
November 19, 2016 08:59
-
-
Save jerome-diver/4e4476f56bd8e3cd2d4ebb80d26781c9 to your computer and use it in GitHub Desktop.
failed to upgrade postgresql server from 9.5 to 9.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----------------------------------------------------------------- | |
pg_upgrade run on Sat Nov 19 15:57:01 2016 | |
----------------------------------------------------------------- | |
command: "/opt/pgsql-9.5/bin/pg_ctl" -w -l "pg_upgrade_server.log" -D "/var/lib/postgres/data-9.5" -o "-p 50432 -b -c listen_addresses='' -c unix_socket_permissions=0700 -c unix_socket_directories='/var/lib/postgres'" start >> "pg_upgrade_server.log" 2>&1 | |
waiting for server to start....FATAL: data directory "/var/lib/postgres/data-9.5" has group or world access | |
DETAIL: Permissions should be u=rwx (0700). | |
stopped waiting | |
pg_ctl: could not start server | |
Examine the log output. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment