fromcalcutta
Programmer
Hi,
While taking backup of my small demo DB in PostgreSQL, I'm getting the message ..
Command i used :
bash-2.05b$ pg_dump -f /home/subho/backup/14April AssetMgmt
Message :
pg_dump: server version: PostgreSQL 7.3.1 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2 (Mandrake Linux 9.0 3.2-1mdk); pg_dump version: 7.2.2
pg_dump: aborting because of version mismatch (Use the -i option to proceed anyway.)
Command I used :
bash-2.05b$ pg_dump -i -f /home/subho/backup/14April AssetMgmt
Message :
pg_dump: server version: PostgreSQL 7.3.1 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2 (Mandrake Linux 9.0 3.2-1mdk); pg_dump version: 7.2.2
pg_dump: proceeding despite version mismatch
pg_dump: query to obtain list of data types failed: ERROR: Attribute "typprtlen" not found
Why is this happening ? I used to take backup using pg_dump few days back. And now it's not working .. How to solve this problem ? Please suggest as soon as possible ..
Thanks , Subho.
While taking backup of my small demo DB in PostgreSQL, I'm getting the message ..
Command i used :
bash-2.05b$ pg_dump -f /home/subho/backup/14April AssetMgmt
Message :
pg_dump: server version: PostgreSQL 7.3.1 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2 (Mandrake Linux 9.0 3.2-1mdk); pg_dump version: 7.2.2
pg_dump: aborting because of version mismatch (Use the -i option to proceed anyway.)
Command I used :
bash-2.05b$ pg_dump -i -f /home/subho/backup/14April AssetMgmt
Message :
pg_dump: server version: PostgreSQL 7.3.1 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2 (Mandrake Linux 9.0 3.2-1mdk); pg_dump version: 7.2.2
pg_dump: proceeding despite version mismatch
pg_dump: query to obtain list of data types failed: ERROR: Attribute "typprtlen" not found
Why is this happening ? I used to take backup using pg_dump few days back. And now it's not working .. How to solve this problem ? Please suggest as soon as possible ..
Thanks , Subho.