From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Marco Giardini <marco(at)tecnogi(dot)com> |
Cc: | pgsql-novice(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org |
Subject: | Re: [GENERAL] copying databases |
Date: | 2000-02-21 23:57:44 |
Message-ID: | Pine.LNX.4.21.0002220044480.349-100000@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 2000-02-21, Marco Giardini mentioned:
> i have created a DB on one server using postgresql 6.5.3 and now i need
> to move this DB to a machine running the postgresql 6.3 release (theone
> shipped with debian slink).
pg_dump it to a file and read it back in with psql. Chances are you won't
have much luck though, since what 6.5.3's pg_dump creates is generally
only intended for later releases. Software is generally not optimized for
downgrading. ;)
--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-02-21 23:58:00 | Re: [GENERAL] Error using update |
Previous Message | Teruel Tony | 2000-02-21 22:57:37 | Passwords |