Skip to content

Instantly share code, notes, and snippets.

@db0sch
Created January 25, 2021 14:13
Show Gist options
  • Save db0sch/23a3927f48457e7586d13335c06c27ca to your computer and use it in GitHub Desktop.
Save db0sch/23a3927f48457e7586d13335c06c27ca to your computer and use it in GitHub Desktop.
Postgresql DB issue tips
# Check the logs
tail /usr/local/var/log/postgres.log
# Upgrade the databases (if the server version does not match with the database file version)
brew postgresql-upgrade-database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment