[ADMIN] Unsubscribe

2006-11-07 Thread Nirav Parikh
Unsubscribe   Regards,     Nirav Parikh IT Administrator alliance  RECRUITMENT (Previously Workskills Professionals)   Ph: 08 9201  Fax: 08 9201 7778 www.allianceperth.com.au    A Division of Candle Australia Ltd   http://www.allianceperth.com.au/emailregister.htm

[ADMIN] pg_dump from crontab

2006-08-10 Thread Nirav Parikh
Hi,   I am having problem backing up database from crontab, I got following lines in crontab file     0 20 * * 5 /usr/pgsql/bin/pg_dump -F c database > /usr/backup/friDATE4.pgdump0 20 * * 4 pg_dump -F c database > /usr/backup/thurDATE06-3.pgdump   none of them works, I have given full per

[ADMIN]

2005-12-06 Thread Nirav Parikh
Hi   I am trying to update machine running pgsql 7.4 to 8.0, I tried installing rpm packages but it conflicts with old stuff install on it. Is there any other way to upgrade it?   What can I use to accelarate PHP scripting ?   Thanks in Advance.     Regards,     Nirav Parikh

[ADMIN] Urgent!

2005-10-12 Thread Nirav Parikh
at this occour. I don't know if this has anything to with database corruption.   This is production server and I don't have latest backup does anyone how to resolve this.   Please Help   Regards,   Nirav Parikh

[ADMIN] pg_dump

2005-10-09 Thread Nirav Parikh
Hi,   I am trying to write cronjob so it will backup database everynight on another machine. Currently is doing it on the same machine with this script.   20 13 * * * pg_dump -F c -f /root/database.pgdump database   How can I send it to different machine. Machine IP address is 192.168.1.13

Re: [ADMIN] pgsql connection

2005-09-21 Thread Nirav Parikh
Hi Martin, Thanks for prompt reply. As I said before I can connect through different server but can't connect locally.   This is the result of  netstat -anp | grep postmaster   tcp    0  0 0.0.0.0:5432    0.0.0.0:*   LISTEN  2094/postmastertcp  

[ADMIN] connection error

2005-09-21 Thread Nirav Parikh
  Hi,   I build the new server running FC4. I am having problem connecting to Postgresql database from php. I get the following error message when I am trying to connect   "DB_Error Object ( [error_message_prefix] => [mode] => 1 [level] => 1024 [code] => -24 [message] => DB Error: connect

[ADMIN] plperl

2005-09-12 Thread Nirav Parikh
Hi there,   I am trying to install plperl language with command   "createlang plperl template1"   I am getting error message "language installation failed: ERROR:  could not access file "$libdir/plperl": No such file or directory" Does anybody know how to fix this? Dont have much experienc