No.2395
0
回数0
優先度0
発生日2025/02/10
仮完了
完了日
期限
タイトルpostgresユーザーのパスワード設定
サブタイトル
内容
postgresユーザーのパスワード設定(OSユーザー)
passwd postgres
postgresユーザーのパスワード設定(PostgreSQLユーザー)
su - postgres
psql
alter role postgres with password 'postgres';
q
# systemctl stop postgresql-9.5
# systemctl start postgresql-9.5
区分
ステータス
中区分業務
小区分
発生元
発生元担当
対応
対応2
連絡先
対応者新実
URL
0
大区分todo
0
登録日2025-02-10 15:05:54
最終アクセス日2025-02-10 15:05:54
更新日2025-02-10 15:06:53