Am Montag 13 Dezember 2010, um 14:47:03 schrieb Adarsh Sharma:
> > mv pg_xlog pg_xlog_old
> But me server fail to start and there is empty log in startup.log. I also
Hi,,
you have to move the contents from the old to the new pg_xlog directory as
well.
HTH, Jens
--
Sent via pgsql-general mail
On Mon, Dec 13, 2010 at 8:47 AM, Adarsh Sharma wrote:
> But me server fail to start and there is empty log in startup.log. I also
> checked my permissions and directories are owned by postgres user.
So there are absolutely no warnings emitted to the screen or anywhere
else? Seems very very unlik
Dear all,
I am doing some Performance tuning in Pgsql. I have changed several
Parameters in postgresql.conf file. Now I want to change my pg_xlog
directory to another disk.
I followed the below steps :
cd /hrd2-p/postgres_data
/etc/init.d/postgresql-8.4 stop
mkdir -p /opt/pg_xlog
chown -R