I have a PostgreSQL 9.0 server on the same machine and also a PostgreSQL 9.4, I have a database on this latest version, when I try to make a backup I have the following error, how could I solve this problem?
C: / Program Files / PostgreSQL / 9.0 / bin \ pg_dump.exe --host localhost --port 5432 --username "postgres" --format custom --blobs --encoding UTF8 --verbose --file "D: \ bck_hospi.backup" "hospi" pg_dump: version of server: 9.4.1; version of pg_dump: 9.0.19 pg_dump: stopping because the server version does not match pg_dump: *** aborted because of error
Process returned exit code 1.