[groups.xml,sqlgrey.conf] Migration de pgsql

darcs-hash:20090421132946-ddb99-192fb12c4516790386d8a431817097006a464d8b.gz
This commit is contained in:
Michel Blockelet 2009-04-21 15:29:46 +02:00
parent a624f82bd4
commit 69e10a607b
3 changed files with 9 additions and 6 deletions

View file

@ -267,6 +267,7 @@
<Group name="crans-lenny"/> <Group name="crans-lenny"/>
<Group name="domu"/> <Group name="domu"/>
<Group name="adm-only"/> <Group name="adm-only"/>
<Group name="pgsql-server"/>
</Group> </Group>
<Group name="redisdead" <Group name="redisdead"
@ -851,7 +852,9 @@
</Group> </Group>
<Group name="pgsql-server" <Group name="pgsql-server"
comment="base de donnee postgresql"/> comment="base de donnee postgresql">
<!-- TODO :: a implementer -->
</Group>
<Group name="postfix" <Group name="postfix"
category="mail-backend"> category="mail-backend">

View file

@ -121,10 +121,10 @@ service("openvpn-freebox",
init="openvpn", init="openvpn",
extra=["depends on openvpn-komaz"]) extra=["depends on openvpn-komaz"])
service("pgsql", service("pgsql-server",
name="postgresql", name="postgresql",
init="postgresql-7.4", init="postgresql-8.3",
pidp="/var/lib/postgres/data/postmaster.pid", pidp="/var/lib/postgresql/8.3/main/postmaster.pid",
extra=["if failed port 5432 timeout 30 seconds then restart"]) extra=["if failed port 5432 timeout 30 seconds then restart"])
service("privoxy", service("privoxy",

View file

@ -131,9 +131,9 @@ header()
@db_type = Pg @db_type = Pg
@db_name = sqlgrey @db_name = sqlgrey
@# Note: the following are not used with SQLite @# 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. @# lien avec la base.
@db_host = rouge.adm.crans.org @db_host = pgsql.adm.crans.org
@ @
@db_user = sqlgrey @db_user = sqlgrey
@# db_pass = spaces_are_not_supported @# db_pass = spaces_are_not_supported