問題タブ [postgresql-initdb]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
7740 参照

postgresql - postgres-9.4 は、データ ディレクトリが見つからないのに見つからないと主張します。

Centos 6 で postgresql-9.4 を起動できません。

initdbデータ ディレクトリが既に存在するため、実行できません。

しかし、データディレクトリが見つからないため、サービスを開始できません!

どうすればこの問題を乗り越えることができますか?

0 投票する
1 に答える
761 参照

postgresql - initdb と pg_ctl を設定する

Postgresql をソースからインストールしました。

コマンドを実行してみました:

しかし、私は空白の応答を受け取ります。

これらの実行可能ファイルがディレクトリ内のどこにあるかを知っています。

initdbとを設定するにはどうすればよいpg_ctlですか?

ご協力いただきありがとうございます。

0 投票する
1 に答える
2000 参照

linux - PostgreSQL 10 - RHEL 6 での initdb エラー

次のコマンドを実行して、RHEL 6 システムに PostgreSQL 10 をインストールしました。

initdb を実行しようとしました:

cd /usr/pgsql-10/bin

./initdb --locale=C --encoding=UTF-8 -D /opt/postgresql -U postgres

次のエラーが発生します。 /usr/pgsql-10/bin/postgres: error while loading shared libraries: libicui18n.so.42: cannot open shared object file: No such file or directory no data was returned by command ""/usr/pgsql-10/bin/postgres" -V" The program "postgres" is needed by initdb but was not found in the same directory as "/usr/pgsql-10/bin/initdb". Check your installation.

誰かがこの問題の解決を手伝ってくれますか?

ありがとう。

アップデート:

ラン: rpm -Uvh --force postgresql10-10.0-1PGDG.rhel6.x86_64.rpm

次のエラーが発生しました:

error: Failed dependencies: libicu is needed by postgresql10-10.0-1PGDG.rhel6.x86_64

誰かが依存関係の問題を解決する方法を教えてもらえますか?