TrainingByPackt/SQL-for-Data-Analytics

Loading the sample data sets -- Linux

paulionel opened this issue · 3 comments

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"

Had the same issue, no response?
Thanks.

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"

postgres is the worst DB the author could have chosen for this