4

ローカル データベースを heroku にプッシュしようとしていますが、途中で失敗したようです。私が間違っている可能性があることは何ですか?スタック トレースは次のとおりです。

>> heroku pg:push my_db_name my_app_name::BROWN
Password:
pg_dump: reading schemas
pg_dump: reading user-defined tables
pg_dump: reading extensions
...
pg_dump: saving encoding = UTF8
pg_dump: saving standard_conforming_strings = on
pg_dump: saving database definition
pg_dump: [custom archiver] WARNING: ftell mismatch with expected position -- ftell used
pg_dump: dumping contents of table XXX
pg_dumpp: [gc_ursetsotmo raer:c h[iavrecrh]i ver] WARNdINGi:d  fntoetl lf imnids mmaatgcihc  wsittrhi negx pienc tfeidl ep ohseiatdieorn
-- ftell used
pg_dump: dumping contents of table XXX
pg_dump: [custom archiver] WARNING: ftell mismatch with expected position -- ftell used
pg_dump: dumping contents of table ZZZ
pg_dump: [custom archiver] could not write to output file: Invalid argument
Password:
4

2 に答える 2

1

This is a known problem on Windows 7. Unfortunately there is no solution. But there is a work around:

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

于 2017-11-25T04:42:41.743 に答える