Page MenuHomeSoftware Heritage
Paste P223

(An Untitled Masterwork)
ActivePublic

Authored by seirl on Feb 12 2018, 5:04 PM.
python3 -m nose -sv --with-doctest ./swh/vault/tests
pg_restore: [archiver (db)] Error while PROCESSING TOC:
pg_restore: [archiver (db)] Error from TOC entry 240; 1259 2506400 SEQUENCE metadata_provider_id_seq ndandrim
pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS"
LINE 2: AS integer
^
Command was: CREATE SEQUENCE metadata_provider_id_seq
AS integer
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
...
pg_restore: [archiver (db)] Error from TOC entry 3700; 0 0 SEQUENCE OWNED BY metadata_provider_id_seq ndandrim
pg_restore: [archiver (db)] could not execute query: ERROR: relation "metadata_provider_id_seq" does not exist
Command was: ALTER SEQUENCE metadata_provider_id_seq OWNED BY metadata_provider.id;