Sec-il-n / dic_issue_aws

0 stars 0 forks source link

データベース(PostgreSQL)の設定 #4

Open Sec-il-n opened 3 years ago

Sec-il-n commented 3 years ago

$ sudo su -

Sec-il-n commented 3 years ago
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.

CentOS は 7 以降で systemctl を使用 参考 ( service も使えるが、service は内部で systemctl を呼ぶ )

Sec-il-n commented 3 years ago

Memo:

「sbin」はシステム管理用のコマンドやプログラムを置くディレクトリ ( ファイルシステムのマウント以前に行われるシステムの初期化に使用される rcs スクリプトなど )

カリキュラムバージョン指定 gem install pg -v '1.2.3' --source 'https://rubygems.org/'

Sec-il-n commented 3 years ago

PostgreSQLの初期設定/起動 doc p.5

Sec-il-n commented 3 years ago

設定ファイルの編集 vi /var/lib/pgsql/data/postgresql.conf

Sec-il-n commented 3 years ago

以後doc 二台目ユーザ作成から