我正在尝试使用 heroku pg:transfer 将我的本地数据库传输到 Heroku。
这是我正在运行的命令
heroku pg:transfer -f postgres://<username>:<password>@localhost:5432/<db_name> -t postgres://<app_path>.compute-1.amazonaws.com:5432/<stuff> --app <app_name> --confirm <app_name>
我收到以下错误消息
pg_restore: [archiver] did not find magic string in file header
pg_dump: [custom archiver] could not write to output file: Invalid argument
pg_dump: *** aborted because of error
我在 Windows 上使用 Postgres。有谁知道如何解决这一问题?