我在Heroku的Hobby Dev计划上运行着名为postgresqltest1
的Postgres应用程序。我想从本地计算机上创建的SQL文件中将Postgres数据库还原到名为postgresqltest1
的Heroku Postgres应用程序中。
我尝试从Heroku Cli成功登录。
然后我尝试运行heroku pg:psql --app postgresqltest1 < C:\Temp\cfa_fem_equipmentapp.sql
。它引发了以下错误:
psql: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "ec2-54-227-246-11.compute-1.amazonaws.com" (54.227.246.11) and accepting
TCP/IP connections on port 5432?
我做错了什么吗?