I've inherited a Django/Wagtail CMS and trying to set up the site locally on my mac. I've run pg_dump and when I run the export in Postico (via Load Query) it returns a Syntax error on this line;
COPY auth_group (id, name) FROM stdin;
1 Moderators
2 Editors
\.
This is the error
ERROR: syntax error at or near "1"
LINE 1355: 1 Moderators
There are several more blocks that have a similar format further down.
Is this a problem with the way I exported it or do I need to do something different with the way I import it?
psql?