答案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