Loading the sample data sets -- Linux
paulionel opened this issue · 3 comments
paulionel commented
I have created the data base sqlda but when I try to load it with data using "psql -d sqlda data.dump" it gives me the following error:
psql: error: FATAL: Peer authentication failed for user "data.dump"
Patriciopompone commented
Had the same issue, no response?
Thanks.
Patriciopompone commented
Maybe this issue is with newer version of postgres (12 in my case). I used this command and worked " psql -U postgres sqlda < data.dump"
dat-linux commented
postgres is the worst DB the author could have chosen for this