答案1
您可能需要使用系统用户 postgres 来导入数据库。
sudo su-postgres
或者
sudo -u postgres -i
答案2
以下命令导入数据库;请根据您的路径更改目录,
ubuntu@ip-10-0-0-177:/var/www/html/xyzapp$ sudo su - postgres
postgres@ip-10-0-0-177:~$ psql -U postgres covid19 < /var/www/html/xyzapp/Database/kan_structure.pgsql