そうそう、タイトルがすべてを物語っています。どうにかしてソースサーバーから新しいサーバーにDBを取得する必要がありますが、キッカーは古いサーバーがバラバラになっていることです:Pそして、すべてを新しいサーバーに移動する方法はありますか?サーバーとそれをインポートしますか?
古いサーバーは Postgres の実行を拒否するだけで、古いサーバーで実行されていたバージョンが 8.4 であり、新しいサーバーが 9.2 を実行していることはほぼ確実ですが、問題が発生しますか?
これは、古いサーバーで Postgres を起動しようとしたときに得られるものです。
/etc/init.d/postgresql-8.4 start
* Use of the opts variable is deprecated and will be
* removed in the future.
* Please use extra_commands, extra_started_commands or extra_stopped_commands.
* Starting PostgreSQL ...
could not start server [ !! ]
* ERROR: postgresql-8.4 failed to start
また、私はgentooを実行しています:)
あなたの助けを前もってありがとう!