You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> pg_restore -d tmp --clean outd
pg_restore: while PROCESSING TOC:
pg_restore: from TOC entry 317; 1259 7739671 SEQUENCE django_migrations_id_seq balisong
pg_restore: error: could not set default_table_access_method: ERROR: zero-length delimited identifier at or near """"
LINE 1: SET default_table_access_method = "";
The text was updated successfully, but these errors were encountered:
the dump is obtained using
pg_dump -Fc -d balisong -t django_migrations > out
out.zip
But pgdumplib will produce an invalid dump file:
The text was updated successfully, but these errors were encountered: