Page 1 of 1

postgres version mismatch

Posted: Sun Mar 06, 2016 11:43 am
by votmoa
I use my shell account to manage the postgres database that I use for my web backend, but there's a version mismatch between shell.sonic.net and custsql.sonic.net:

Code: Select all

$ /opt/postgresql/bin/pg_dump -i -h custsql.sonic.net -p 5432 -U ...
pg_dump: server version: 8.4.20; pg_dump version: 8.0.3
pg_dump: proceeding despite version mismatch
pg_dump: SQL command failed
Is it possible to get 8.4.20 installed on shell.sonic.net?

Thanks,
--Dave