Created
January 25, 2021 14:13
-
-
Save db0sch/23a3927f48457e7586d13335c06c27ca to your computer and use it in GitHub Desktop.
Postgresql DB issue tips
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
# 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