YOSHIMORI Izumi
morii****@gmail*****
2007年 6月 1日 (金) 17:38:14 JST
はじめまして、吉森と申します。 現在、Postgres+Ludia+PostgresForestの構成で全文検索システム を構築するかもしれない、といことで評価をはじめたところなんですが、 障害からの復旧で困っています。 管理者マニュアルに記載されたオンラインのリカバリで、稼働インスタンス から障害インスタンスへのデータベースコピー中の REBUILD FROM SNAPSHOTがstartした後で以下のようなエラー メッセージが出て終了してしまいます。 ERROR: org.postgresql.util.PSQLException: ERROR: could not open file "/tmp/customer.db" for reading: No such file or directory 以下のようなログが残っていました。 2007-06-01 15:11:42 JST LOG: statement: EXECUTE <unnamed> [PREPARE: BEGIN] 2007-06-01 15:11:42 JST LOG: statement: PREPARE <unnamed> AS SELECT postgresforest.file_size('/tmp/customer.db') 2007-06-01 15:11:42 JST LOG: statement: <BIND> 2007-06-01 15:11:42 JST LOG: statement: EXECUTE <unnamed> [PREPARE: SELECT postgresforest.file_size('/tmp/customer.db')] 2007-06-01 15:11:42 JST LOG: statement: PREPARE <unnamed> AS SELECT postgresforest.file_read('/tmp/customer.db', 0, 1166) 2007-06-01 15:11:42 JST LOG: statement: <BIND> 2007-06-01 15:11:42 JST LOG: statement: EXECUTE <unnamed> [PREPARE: SELECT postgresforest.file_read('/tmp/customer.db', 0, 1166)] 2007-06-01 15:11:42 JST LOG: unexpected EOF on client connection 2007-06-01 15:11:42 JST LOG: unexpected EOF on client connection 2007-06-01 15:11:42 JST LOG: unexpected EOF on client connection 2007-06-01 15:11:42 JST LOG: unexpected EOF on client connection 2007-06-01 15:11:42 JST LOG: unexpected EOF on client connection 2007-06-01 15:11:42 JST LOG: unexpected EOF on client connection 2007-06-01 15:11:42 JST LOG: unexpected EOF on client connection /tmpにはcustomer.dbが存在していて、実行ユーザが読み書き可能に なっています。リカバリしようとしているデータベースはパーティション化 せず多重化のものです。 なにか調べるポイントのようなものを教えていただけないでしょうか。 よろしくお願いします。