Problem with postgresql server version mismatch

0

I'm trying to restore a small, backup base on my machine in version 9.6, but it claims error when trying to create the backup via pgadmin III, I run through a bat:

pg_dump.exe -h localhost -p 5432 -U Nome  -n protocolo -F c -b -v -f "C:\Elotech\Backup\bkp_protocolo_hoje_%dataAtual%.backup" nome_base

But unfortunately I can not run on the client machine and it uses a very old 9.1 version

- Claim header error.

How do I get back to the client?

    
asked by anonymous 18.05.2018 / 21:27

0 answers