gpt4 book ai didi

postgresql - 如何从heroku下载db?

转载 作者:IT老高 更新时间:2023-10-28 23:44:52 26 4
gpt4 key购买 nike

我正在使用 heroku,我想从我的应用程序 (heroku) 下载数据库,这样我就可以对其进行一些更改,我已经安装了 pgbackups,但是使用 heroku pgbackups:url 下载.dump 文件

如何下​​载 postgresql 文件或将 .dump 转换为 postgresql 文件?

最佳答案

如果您使用 Heroku 的 pgbackups(您可能应该使用):

$ heroku pg:backups capture
$ curl -o latest.dump `heroku pg:backups public-url`

使用

将其“翻译”为 postgres 数据库
$ pg_restore --verbose --clean --no-acl --no-owner -h localhost -U myuser -d mydb latest.dump

https://devcenter.heroku.com/articles/heroku-postgres-import-export

关于postgresql - 如何从heroku下载db?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17022571/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com