| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Xueying (Libby) SHEN" <xshen(at)cs(dot)umass(dot)edu> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: How to upgrade the pgsql archiver? |
| Date: | 2002-07-12 15:20:04 |
| Message-ID: | 9948.1026487204@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
"Xueying (Libby) SHEN" <xshen(at)cs(dot)umass(dot)edu> writes:
> Hi, I installed PostgreSQL 7.2.1 on my Linux machine and I am exploring
> the features. When I use pg_dump to backup my database, I get
> the error message below:
> =======================================================================
> Database version: PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC
> 2.96
> Archiver(db) version: 7.1.3
> Aborting because of version mismatch.
> Use --ignore-version if you think it's safe to proceed anyway.
> ========================================================================
> This is my first time to install the system and I don't have any 7.1.3
> on my system.
Yes you do: clearly you are invoking the pg_dump from it.
Most likely the Linux installation included a set of 7.1.3 PG executables,
and that set is in your search path ahead of whereever you put 7.2.
Check your PATH.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Remove | 2002-07-12 16:08:01 | FROM $200 TO $2000 IN 30 DAYS! |
| Previous Message | Adrian 'Dagurashibanipal' von Bidder | 2002-07-12 08:04:43 | Re: Disabling case sensitivity |