Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zivanovicb/56e7a5c83bfc31f2973cdf2c897c1cbf to your computer and use it in GitHub Desktop.
Save zivanovicb/56e7a5c83bfc31f2973cdf2c897c1cbf to your computer and use it in GitHub Desktop.
start postgres on arch/manjaro
sudo chown -R postgres:postgres /var/lib/postgres/
sudo mkdir /run/postgresql
sudo chown postgres:postgres /run/postgresql
sudo -iu postgres
pg_ctl -D /var/lib/postgres/data -l logfile start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment