Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save linuxkathirvel/2e2ba01a46d797668d6e5e2a1d24e487 to your computer and use it in GitHub Desktop.
Save linuxkathirvel/2e2ba01a46d797668d6e5e2a1d24e487 to your computer and use it in GitHub Desktop.
yum install https://download.postgresql.org/pub/repos/yum/9.3/redhat/rhel-7-x86_64/pgdg-redhat93-9.3-3.noarch.rpm
yum install postgresql93
yum install postgresql93-server

/usr/pgsql-9.3/bin/postgresql93-setup initdb
systemctl enable postgresql-9.3
systemctl start postgresql-9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment