pg_restore找不到输入文件"X"没有这样的目录或文件



首先我对pgadmin和postgresql比较陌生

所以我用pgadmin做了一个纯文本的备份,它将我需要的数据从一个表转储到一个名为lodging的文件中。它来自我们的实时服务器的plan_to_lodge表。现在,为了测试一个新的web应用程序前端,我想要pg_restore它,但这是我得到的

> pg_restore -h localhost  -d TestingDatabase2 -t lodging_of_plans -n plan_authentication "C:lodging"
pg_restore: [archiver] could not open input file "C:lodging": No such file or directory

文档没有给出表恢复的示例是的,文件在C盘

问题是它是根文件夹,所以当我把文件命名为住宿到另一个文件夹像这样

C:folderlodging

现在可以处理更多错误

相关内容

  • 没有找到相关文章

最新更新