Re: Another Data directory for second database - feasible? - Mailing list pgsql-admin

From Michelle Konzack
Subject Re: Another Data directory for second database - feasible?
Date
Msg-id 20050422201156.GD9228@freenet.de
Whole thread Raw
In response to Re: Another Data directory for second database - feasible?  (Chris Browne <cbbrowne@acm.org>)
List pgsql-admin
Am 2005-04-22 14:44:00, schrieb Chris Browne:

> One of my coworkers has built a really nice init script that's good at
> building the directory structure where the DBs will be stowed, hence...
>
> $ vi init_db3.sh
> [modify config]
> $ ./init_db3.sh mkdir
> [builds directory structure]
> $ ./init_db3.sh initdb
> [runs initdb for you]
> $ ./init_db3.sh start
>
> At one point, he was trying to come up with a way of releasing it to
> the community; hopefully poking Drew can lead to that coming
> available, someday...

Nice but I use under Debian/WOODY the "daemon" Directory

My /etc/init.d/tdpgsql use 'run-parts' and start all
databases in /etc/tdpgsql.d/*

So you put files like

/etc/tdpgsql.d/1michelleprivat
/etc/tdpgsql.d/2secret
/etc/tdpgsql.d/3business
/etc/tdpgsql.d/friends
/etc/tdpgsql.d/zzz

with all the configurations and 'run-parts' will start
or stop them in in order.

Please note, that the files in "/etc/tdpgsql.d/" should
be executable.

Greetings
Michelle

--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment

pgsql-admin by date:

Previous
From: Chris Browne
Date:
Subject: Re: Another Data directory for second database - feasible?
Next
From: "Tomeh, Husam"
Date:
Subject: Re: Another Data directory for second database -