Hi all im building ruby on rails apps on window using gitbash.
i have this error message
pg_dump: server version: 10.1; pg_dump version: 9.6.6
pg_dump: aborting because of server version mismatch
after running code:
heroku pg:pull DATABASE_URL mylocaldb --app myapps
current searched solution are for Ubuntu or Mac OS, is there any advise to fix this for window?
im hitting a roadblock on this. thanks.
****ISSUE ON TOP FIXED****
after reading all the tables, i was greeted with the following error message in Gitbash.
pg_dump: saving encoding = UTF8
pg_dump: saving standard_conforming_strings = on
pg_dump: saving database definition
pg_dump: [custom archiver] could not write to output file: Invalid argument
anyone knows why? i am unable to find any solution online.
thanks.