@H_404_4@
我试图通过使用命令在我的本地系统中转储数据库:
pg_restore --host=localhost --port=5432 --dbname=dev_db --no-owner --no-privileges db_dump_new.backup
但我收到错误:
pg_restore: [archiver] input file is too short (read 0,expected 5)
我究竟做错了什么?
@H_404_4@