We need to backup a PostgreSQL database. But it seems the version of it is too old and when the dump is done, we can't import it.
We're about to export the tables one by one with a script and import them one by one too. Any better idea maybe?
(Secondary question: my tunnel ssh psql-server -L 5432:127.0.0.1:5432 doesn't work, would you see the error?)