[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[orca-users:09287] Re: initdbのやり直し手順の追加
- To: ORCA <orca-users@xxxxxxxxxxxxxx>
- Subject: [orca-users:09287] Re: initdbのやり直し手順の追加
- From: "Shigeru Takase" <aej01147@xxxxxxxxx>
- Date: Fri, 15 Sep 2006 17:26:11 +0900
件名の追加です。
(postgres ユーザで /var/lib/postgres/data に移動します。)
$ cd /var/lib/postgres/data
(以下の行を1行で実行します。)
$ for f in pg_hba.conf pg_ident.conf postresql.conf ; do rm -f $f; ln -s
/etc/postgresql/$f;
done
(exit して元のユーザに戻ります)
$ exit
ls -l を実行して確認します。以下のように表示されればOKです。
$ sudo ls -l <--------------------------------------この命令で下
記がでません。
-rw------- 1 postgres postgres 4 2006-06-29 00:01 PG_VERSION
(以下の行を1行で実行します。)
$ for f in pg_hba.conf pg_ident.conf postresql.conf ; do rm -f $f; ln -s
/etc/postgresql/$f;
done
ls -l <--------------------------------------この時に
実効すると目的のリストがでます。
(exit して元のユーザに戻ります)
宜しくお願い致します。
高瀬@品川