R RPostgreSQL Connect to Remote Postgres Database with SSL

孤街醉人 提交于 2019-12-01 04:57:51

Thanks for posting! You actually helped us solve it. Here is how we did it:

  • Reboot your Mac into Recovery Mode by restarting your computer and holding down Command+R until the Apple logo appears on your screen.
  • Click Utilities > Terminal.
  • In the Terminal window, type in csrutil disable and press Enter.
  • Restart your Mac.
  • Open a Terminal.
  • Run sudo rm /usr/lib/libpq.5.dylib
  • Run sudo ln -s /Applications/Postgres.app/Contents/Versions/9.6/lib/libpq.5‌​.dylib
  • Now you can connect to the DB.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!