-1

I'm trying to import a PostgreSQL database in Ubuntu. Everything is installed and updated but the problem still presists, any ideas on how to fix this?

enter image description here

Noam Yizraeli
  • 4,446
  • 18
  • 35
gary
  • 165
  • 10

1 Answers1

0

Login to psql terminal by typing this

sudo -u postgres psql

Enter this command in the psql terminal, exit and try again.

alter role postgres superuser;
Praveen Kumar
  • 849
  • 8
  • 8