Re: Error Upgrade PostgreSQL 9.4 to 9.5 in Debian

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Edson Analista <edson(at)openmailbox(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Error Upgrade PostgreSQL 9.4 to 9.5 in Debian
Date: 2016-08-28 03:08:09
Message-ID: 23777.1472353689@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Edson Analista <edson(at)openmailbox(dot)org> writes:
> I'm trying to Upgrade PostgreSQL to 9.4 9.5 in Debian 8, I am getting
> the below error, what could be wrong?

I think your problem is that you're using fancy quotes instead of plain
ASCII single quotes in your pg_upgrade command line. Those are getting
taken as arguments, not quotes.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Edson Analista 2016-08-28 03:19:08 Re: Error Upgrade PostgreSQL 9.4 to 9.5 in Debian - Solved
Previous Message Edson Analista 2016-08-28 02:45:50 Error Upgrade PostgreSQL 9.4 to 9.5 in Debian