Ubuntu18.04を使っているものです。
Postgesql 13.2にて、COPYコマンドでインポートを試みています。
1.5GBのファイルインポートはうまく行きました。
しかし、200GBのインポートでエラーが出てしまいます。
以下、コードです。
\copy テーブル名 from pass
WARNING: terminating connection because of crash of another server process
DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
HINT: In a moment you should be able to reconnect to the database and repeat your command.
不正なソケットです
このエラー後、postgresqlのファイルも消失していました。
どなたか、このエラーの解決方法について、ご教授くださいましたら幸いです。
追記
エラーログの中身です。
could not fdatasync file "0000000100000000000000A6": Input/output error
WAL writer process (PID 2214) was terminated by signal 6: Aborted
回答1件
あなたの回答
tips
プレビュー