On Tue, Dec 15, 2009 at 11:34 AM, NetLevel Admins <admins@xxxxxxxxxxx> wrote:
Hello,
I created database dump on server version 8.3.7 and trying to import it to server v. 8.1.18, but i see errors.
What could be a problem and is there a solution?
Looks like your 8.1.18 doesn't have any users in it. You would want to run:
pg_dumpall -g
Against your 8.3.7, then apply the resulting SQL to your 8.1.18 before restoring your dump file.
--Scott