Re: dropping all databases and starting afresh

From: Matheus de Oliveira <matioli(dot)matheus(at)gmail(dot)com>
To: Zoltan Szecsei <zoltans(at)geograph(dot)co(dot)za>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: dropping all databases and starting afresh
Date: 2015-02-04 10:07:51
Message-ID: CAJghg4JhCsT4mcip-97+PUBn=QDi+YewhOG8n693DCmVpV91jQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Feb 2, 2015 at 2:52 PM, Zoltan Szecsei <zoltans(at)geograph(dot)co(dot)za>
wrote:

> neither:
>
> postgres(at)gs01:/etc$ pg_dropcluster –-stop 9.4 gisdata
> Usage: /usr/bin/pg_dropcluster [--stop] <version> <cluster>
>
> nor
>
> postgres(at)gs01:/etc$ pg_dropcluster –-stop 9.4 postgres
> Usage: /usr/bin/pg_dropcluster [--stop] <version> <cluster>
>
> works.
> I've done no createdb commands, so dopdb shouldn't be what I want for this
> cleanup (I'd think).
>

If you copied+pasted the exact command you run, then no wonder it is wrong.
If you look closer you are not calling "--stop", the first dash is another
character (not minus/hyphen character). One is "EN DASH" with code 0xe28093
[1], while the correct one is "HYPHEN-MINUS" with code 0x2d [2].

Also, execute pg_lsclusters to see what clusters you actually have on this
instance, then you can use the version and cluster name provided there to
call pg_dropcluster.

[1] http://www.decodeunicode.org/en/u+2013/properties
[2] http://www.decodeunicode.org/en/u+002D/properties

Best regards,
--
Matheus de Oliveira
Analista de Banco de Dados
Dextra Sistemas - MPS.Br nível F!
www.dextra.com.br/postgres

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Zoltan Szecsei 2015-02-04 11:23:23 Re: dropping all databases and starting afresh
Previous Message Alexey Klyukin 2015-02-04 08:23:56 Re: Missing timeline history file after execution of pg_upgrade