
B /usr/local/Cellar/postgresql/9.5.1/bin/ -vīut running into the following error in Terminal: I went ahead and re-installed 9.4.5 binary, then switched back to 9.5.1 and am now trying to run pg_upgrade with this command:

I was running 9.4.*, and then accidentally re-installed Homebrew (as a result of working on a another project and not thinking), which auto-installed postgres 9.5.1. Wondering if someone here can help me, I somehow borked my postgres db last night.
Postgresql commands 9.5 install#
Note 2: If you’ve already uninstalled a previous version of PostgreSQL, there is a good post on StackOverflow with instructions to install previous versions. Note: If you’re using the pg gem for Rails, you should recompile: $ gem uninstall pg

$ mv /usr/local/var/postgres9.5 /usr/local/var/postgres $ mv /usr/local/var/postgres /usr/local/var/postgres9.4
Postgresql commands 9.5 update#
I wrote a post about upgrading from 9.3 to 9.4 in the past, and many people found it useful, so I decided to update it a bit for the 9.4 to 9.5 upgrade. I also have a guide using pg_upgradecluster on Ubuntu. 30 2016: PostgreSQL 9.6 was released today, and these instructions should work - just replace 9.4 with 9.5 and 9.5 with 9.6. usr/local,because this is an alternate version of another formula.Edit Sept. I installed with Homebrew on Mac, and I followed the given instructions in the zsh terminal after is keg-only, which means it was not symlinked into

After installation, running these commands helped me resolve the psql issue. If Postgresql was downloaded from official website. bashrc, this output is returned when I open terminal -bash: export: `/Library/PostgreSQL/9.5/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin': not a valid identifier I've restarted my terminal also.Īfter adding to. I've tried setting the bath to just the /Library/PostgreSQL/9.5/bin/ as well. The only other thing in ~/.bash_profile is SDK man and it's at the bottom of the script as it says it should be. I then edited my ~/.bash_profile and added it to the path like so: export PATH = /Library/PostgreSQL/9.5/bin/psql:$PATH I ran the following in the terminal: locate psql | grep /binĪnd the output was /Library/PostgreSQL/9.5/bin/psql
Postgresql commands 9.5 mac#
In the Mac terminal, my output is -bash: psql: command not found I need psql to work in the regular terminal for another bash script I'm running for an app. I see it in my applications and also have the psql terminal in my applications. I installed PostgreSQL via the graphical install on
