| From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
|---|---|
| To: | Ken Beck <nekkceb(dot)durfee(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Postgresql 9.3 Server will not start after Ubuntu Upgrade |
| Date: | 2018-03-27 20:57:26 |
| Message-ID: | 00a02f8f-3527-e9b0-d8b1-d40ab0ef5b96@aklaver.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 03/27/2018 01:46 PM, Ken Beck wrote:
> I am working on two systems, one running in Oracle VirtualBox on my
> laptop, the other in a DigitalOcean droplet. I know on one of them I
> tried to remove the postgres-9.6, and it must have been my laptop, here
> is the output from pg_lsclusters:
>
> Ver Cluster Port Status Owner Data directory Log file
> 9.3 main 5432 down postgres /var/lib/postgresql/9.3/main
> /var/log/postgresql/postgresql-9.3-main.log
What happens if you do?:
sudo pg_ctlcluster 9.3 main start
>
> Is it possible my effort to remove 9.6 was not complete or otherwise
> screwed things up? (I dont remember the commands I used to do that, sorry)
>
> Ken Beck
> Liberty, Utah, USA
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rakesh Kumar | 2018-03-27 21:14:45 | Postgres Foreign Data Wrapper and DB2 LUW |
| Previous Message | Tim Cross | 2018-03-27 20:56:40 | Re: Postgresql 9.3 Server will not start after Ubuntu Upgrade |