Re: [GENERAL] Error Upgrade PostgreSQL 9.4 to 9.5 in Debian - Solved

2016-08-27 Thread Edson Analista
Em 28-08-2016 00:08, Tom Lane escreveu: Edson Analista 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 lin

Re: [GENERAL] Error Upgrade PostgreSQL 9.4 to 9.5 in Debian

2016-08-27 Thread Tom Lane
Edson Analista 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 argument

[GENERAL] Error Upgrade PostgreSQL 9.4 to 9.5 in Debian

2016-08-27 Thread Edson Analista
Good night I'm trying to Upgrade PostgreSQL to 9.4 9.5 in Debian 8, I am getting the below error, what could be wrong? Command that I used to do the pg_upgrade /usr/lib/postgresql/9.5/bin/pg_upgrade -b /usr/lib/postgresql/9.4/bin/ \-B /usr/lib/postgresql/9.5/bin/ \-d /var/lib/postgresql/9.4/