Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将数据库上传到我的 heroku 应用程序,我正在使用
$ PGPASSWORD=mypassword pg_dump -Fc --no-acl --no-owner -h localhost -U myuser mydb > mydb.dump
但是,要做到这一点,我必须用我的 heroku 应用程序主机替换 localhost。我怎么知道我的主机是什么?
很抱歉问了这么简单的问题,但我是从 heroku 开始的,我还有很多东西要学
您需要安装并运行 postgresql