Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (6.1k points)
I am having PostgreSQL 10.1 in my Mac, and I want 9.6 for my work website to function on my local machine. Could not get any clear instructions on how to uninstall or downgrade to 9.6.

Can anyone help with this?

1 Answer

0 votes
by (12.7k points)

I got this problem as well after running the brew upgrade. 

Following commands worked for me:

brew uninstall postgresql
brew install postgresql@9.6
brew services start postgresql@9.6
brew link postgresql@9.6 --force

Are you interested to know SQL in detail? Come and join the SQL Certification course to gain more knowledge. 

Related questions

0 votes
1 answer
asked Oct 10, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
0 votes
1 answer
asked Nov 21, 2020 in SQL by Appu (6.1k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...