Re: Another Data directory for second database - feasible?

From: Michelle Konzack <linux4michelle(at)freenet(dot)de>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Another Data directory for second database - feasible?
Date: 2005-04-22 20:11:56
Message-ID: 20050422201156.GD9228@freenet.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tomeh, Husam 2005-04-22 22:09:35 Re: Another Data directory for second database -
Previous Message Chris Browne 2005-04-22 18:44:00 Re: Another Data directory for second database - feasible?