我试图将我的本地 postgresql 数据库转储到远程服务器,但是
pg_dumpall | ssh username@server 'cat > alldb.sql'
输出
pg_dumpall:无法连接到数据库“template1”:无法连接到服务器:没有这样的文件或目录服务器是否在本地运行并接受 Unix 域套接字“/tmp/.s.PGSQL.5432”上的连接?
已经试过了
postgres=# psql -f alldb.sql postgres
没有输出
还
postgres@iitians:/home/iitians$ psql -f alldb.sql postgres
但没有输出