[groups.xml,sqlgrey.conf] Migration de pgsql
darcs-hash:20090421132946-ddb99-192fb12c4516790386d8a431817097006a464d8b.gz
This commit is contained in:
parent
a624f82bd4
commit
69e10a607b
3 changed files with 9 additions and 6 deletions
|
@ -121,10 +121,10 @@ service("openvpn-freebox",
|
|||
init="openvpn",
|
||||
extra=["depends on openvpn-komaz"])
|
||||
|
||||
service("pgsql",
|
||||
service("pgsql-server",
|
||||
name="postgresql",
|
||||
init="postgresql-7.4",
|
||||
pidp="/var/lib/postgres/data/postmaster.pid",
|
||||
init="postgresql-8.3",
|
||||
pidp="/var/lib/postgresql/8.3/main/postmaster.pid",
|
||||
extra=["if failed port 5432 timeout 30 seconds then restart"])
|
||||
|
||||
service("privoxy",
|
||||
|
|
|
@ -131,9 +131,9 @@ header()
|
|||
@db_type = Pg
|
||||
@db_name = sqlgrey
|
||||
@# Note: the following are not used with SQLite
|
||||
@# On laisse rouge meme pour ovh, sqlgrey sait detecter s'il perd le
|
||||
@# On laisse pgsql meme pour ovh, sqlgrey sait detecter s'il perd le
|
||||
@# lien avec la base.
|
||||
@db_host = rouge.adm.crans.org
|
||||
@db_host = pgsql.adm.crans.org
|
||||
@
|
||||
@db_user = sqlgrey
|
||||
@# db_pass = spaces_are_not_supported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue