Skip to content

Instantly share code, notes, and snippets.

@gyril
Created July 7, 2016 20:40
Show Gist options
  • Save gyril/8dcbb16d7512a8d619d5fada8958a47d to your computer and use it in GitHub Desktop.
Save gyril/8dcbb16d7512a8d619d5fada8958a47d to your computer and use it in GitHub Desktop.
Cyrils-MacBook-Pro:flynn cyril$ flynn import --file uab.tar
160.00 KB / 15.20 MB [>------------------------------------------------------------------------] 1.03 % 112.51 KB/s 2m16spg_restore: [archiver (db)] Error while PROCESSING TOC:
pg_restore: [archiver (db)] Error from TOC entry 6; 2615 2200 SCHEMA public postgres
pg_restore: [archiver (db)] could not execute query: ERROR: must be owner of schema public
Command was: DROP SCHEMA IF EXISTS public;
pg_restore: [archiver (db)] could not execute query: ERROR: schema "public" already exists
Command was: CREATE SCHEMA public;
pg_restore: [archiver (db)] Error from TOC entry 2051; 0 0 COMMENT SCHEMA public postgres
pg_restore: [archiver (db)] could not execute query: ERROR: must be owner of schema public
Command was: COMMENT ON SCHEMA public IS 'standard public schema';
pg_restore: [archiver (db)] Error from TOC entry 2052; 0 0 COMMENT EXTENSION plpgsql
pg_restore: [archiver (db)] could not execute query: ERROR: must be owner of extension plpgsql
Command was: COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';
322.75 KB / 15.20 MB [=>-----------------------------------------------------------------------] 2.07 % 132.42 KB/s 1m55sWARNING: errors ignored on restore: 4
15.20 MB / 15.20 MB [============================================================================] 100.00 % 751.71 KB/s 0Imported gyril-unabridge-master (added 1 routes, provisioned 1 resources)
15.20 MB / 15.20 MB [==========================================================================] 100.00 % 700.27 KB/s 22s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment