Resolved! does nuxeo postgreSQL schema rely on OIDs (for instance as foreign keys)
Hi, I'm new to postgreSQL and I'm reading the manual re: database backups Important: When your database schema relies on OIDs (for instance as foreign keys) you must instruct pg_dump to dump the OIDs as well. To do this, use the -o command line opti...