My mac has postgresql 10.1 on it, and I need 9.6 for my work website to function on my local machine. Can't find easy instructions on how to uninstall or downgrade to 9.6. Any help would be appreciated!
For those of us using the PostgresApp, click on the elephant icon in the top status bar, click 'Open Postgres', click the icon on the bottom of the Postgres window to open the side panel, click the '+' icon. Now you'll be given a menu where you can select the version you want your Postgres server to run.
To uninstall PostgreSQL, navigate to the Windows Control Panel to open the Uninstall or change a program dialog and Right-click the PostgreSQL 13 and select Uninstall/Change from the context menu. You can either remove the entire application or individual components.
The actual database files will be under /usr/local/var/postgres after you create the database. So, just create a database and then see what's new or changed under /usr/local/var/postgres .
I got this issue as well after running brew upgrade
. Following commands worked for me:
brew uninstall postgresql
brew install [email protected]
brew services start [email protected]
brew link [email protected] --force
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With