| From: | David Osborne <david(at)qcode(dot)co(dot)uk> |
|---|---|
| To: | Suya Huang <shuang(at)connexity(dot)com> |
| Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: how to downgrade Postgres in Ubuntu |
| Date: | 2016-06-02 10:46:43 |
| Message-ID: | CAKmpXCfcrNsmMWgS+hKo1GVdTn1J6ur+_kV5Ados45o=-hkE6Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
You can sometimes do "apt-get install postgresql-9.3=9.3.4-1"
But often the OS cannot work out where to get hold of the requested version.
Alternatively you can check in /var/cache/apt/archives.
If the .deb file for the downlevel version is still there (copy it out so
it's not cleaned up in future), and you can do "dpkg -i postgres-9.3_9.3.4-1
.deb"
Failing that, you can download the downlevel deb file from somewhere.
(perhaps here? https://launchpad.net/ubuntu/+source/postgresql-9.3 )
On 2 June 2016 at 10:45, Suya Huang <shuang(at)connexity(dot)com> wrote:
> Thanks JD for the response. My question is more specific on how to
> reinstall old binary using apt-get install.
>
> Thanks,
> Suya
>
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Markus Wanner | 2016-06-02 12:38:13 | Re: how to downgrade Postgres in Ubuntu |
| Previous Message | Suya Huang | 2016-06-02 09:45:00 | Re: how to downgrade Postgres in Ubuntu |