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を使用しています。これを修正する方法を知っている人はいますか?