| From: | robert rottermann <robert(at)redcor(dot)ch> |
|---|---|
| To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | how to best remove version 10 (and keep version 9.5) |
| Date: | 2021-03-13 19:00:31 |
| Message-ID: | 997ae6a4-0022-8f38-210d-828d75fd7106@redcor.ch |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi folks
I am running an Ubuntu 18.04 lts remote box.
For some (complicated) reasons I did install PostgreSQL 9.5 alongside the
already installed V10 instance.
I did set the data_directory to point some disk “outside” the standard
/etc/postgresql/9.5/main structure.
Now, what I would like to do is to get rid of one of the two installed
PostgreSQL versions.
Also there are aliasings like: /usr/bin/pg_dump ->
../share/postgresql-common/pg_wrapper*
I would like to avoid them if possible.
Things are running now with version 9.5 so I tend to prefer to keep it.
The whole setup is kind of temporary and will be migrated to the “real thing"
during this year. So it is not a problem that the PostgreSQL version is dated.
I would be grateful for your help
robert
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2021-03-13 20:03:04 | Re: how to best remove version 10 (and keep version 9.5) |
| Previous Message | David G. Johnston | 2021-03-13 18:39:01 | Re: Compare with default value? |