Hi Jignesh,
Thanks for this information.
Did SUN make any other tests with SUN Machines and Postgres Databases?
Cheers Thomas
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jignesh K. Shah
Sent: Freitag, 4. April 2008 15:14
To: Thomas Bräutigam
Cc:
Shane Ambler wrote:
Two things I can think of that may get you a message like this.
1. Available disk space (or quotas for the postgres user) - which
partition is the db on and how much free space does it have?
Well, In order to keep my system running 7x24, I make a cluster for it
with the
> i have restore my old data folder in pgsql
> but still there is a permission problem
Can you give us any more info? Specific error messages?
In general, permissions should be (I think):
chown -R postgres:postgres /path/to/data
find /path/to/data -type -d -print | xargs chmod 700