Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.67 KB | None | 0 0
  1. fabian@fabian-Latitude-E5570:~/code/keyforgedecks$ pg_restore --dbname=kfdecks latest.dump
  2. pg_restore: [archiver (db)] Error while PROCESSING TOC:
  3. pg_restore: [archiver (db)] Error from TOC entry 216; 1259 16758 TABLE active_admin_comments ubi71c5fe2n5u4
  4. pg_restore: [archiver (db)] could not execute query: ERROR: relation "active_admin_comments" already exists
  5. Command was: CREATE TABLE "public"."active_admin_comments" (
  6. "id" bigint NOT NULL,
  7. "namespace" character varying,
  8. "body" "tex...
  9. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  10. Command was: ALTER TABLE public.active_admin_comments OWNER TO ubi71c5fe2n5u4;
  11.  
  12.  
  13. pg_restore: [archiver (db)] Error from TOC entry 215; 1259 16756 SEQUENCE active_admin_comments_id_seq ubi71c5fe2n5u4
  14. pg_restore: [archiver (db)] could not execute query: ERROR: relation "active_admin_comments_id_seq" already exists
  15. Command was: CREATE SEQUENCE "public"."active_admin_comments_id_seq"
  16. START WITH 1
  17. INCREMENT BY 1
  18. NO MINVALUE
  19. NO MAXVALUE
  20. ...
  21. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  22. Command was: ALTER TABLE public.active_admin_comments_id_seq OWNER TO ubi71c5fe2n5u4;
  23.  
  24.  
  25. pg_restore: [archiver (db)] Error from TOC entry 241; 1259 20084 TABLE active_storage_attachments ubi71c5fe2n5u4
  26. pg_restore: [archiver (db)] could not execute query: ERROR: relation "active_storage_attachments" already exists
  27. Command was: CREATE TABLE "public"."active_storage_attachments" (
  28. "id" bigint NOT NULL,
  29. "name" character varying NOT NULL,
  30. "r...
  31. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  32. Command was: ALTER TABLE public.active_storage_attachments OWNER TO ubi71c5fe2n5u4;
  33.  
  34.  
  35. pg_restore: [archiver (db)] Error from TOC entry 240; 1259 20082 SEQUENCE active_storage_attachments_id_seq ubi71c5fe2n5u4
  36. pg_restore: [archiver (db)] could not execute query: ERROR: relation "active_storage_attachments_id_seq" already exists
  37. Command was: CREATE SEQUENCE "public"."active_storage_attachments_id_seq"
  38. START WITH 1
  39. INCREMENT BY 1
  40. NO MINVALUE
  41. NO MAXV...
  42. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  43. Command was: ALTER TABLE public.active_storage_attachments_id_seq OWNER TO ubi71c5fe2n5u4;
  44.  
  45.  
  46. pg_restore: [archiver (db)] Error from TOC entry 239; 1259 20072 TABLE active_storage_blobs ubi71c5fe2n5u4
  47. pg_restore: [archiver (db)] could not execute query: ERROR: relation "active_storage_blobs" already exists
  48. Command was: CREATE TABLE "public"."active_storage_blobs" (
  49. "id" bigint NOT NULL,
  50. "key" character varying NOT NULL,
  51. "filename...
  52. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  53. Command was: ALTER TABLE public.active_storage_blobs OWNER TO ubi71c5fe2n5u4;
  54.  
  55.  
  56. pg_restore: [archiver (db)] Error from TOC entry 238; 1259 20070 SEQUENCE active_storage_blobs_id_seq ubi71c5fe2n5u4
  57. pg_restore: [archiver (db)] could not execute query: ERROR: relation "active_storage_blobs_id_seq" already exists
  58. Command was: CREATE SEQUENCE "public"."active_storage_blobs_id_seq"
  59. START WITH 1
  60. INCREMENT BY 1
  61. NO MINVALUE
  62. NO MAXVALUE
  63. ...
  64. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  65. Command was: ALTER TABLE public.active_storage_blobs_id_seq OWNER TO ubi71c5fe2n5u4;
  66.  
  67.  
  68. pg_restore: [archiver (db)] Error from TOC entry 214; 1259 16743 TABLE admin_users ubi71c5fe2n5u4
  69. pg_restore: [archiver (db)] could not execute query: ERROR: relation "admin_users" already exists
  70. Command was: CREATE TABLE "public"."admin_users" (
  71. "id" bigint NOT NULL,
  72. "email" character varying DEFAULT ''::character varying ...
  73. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  74. Command was: ALTER TABLE public.admin_users OWNER TO ubi71c5fe2n5u4;
  75.  
  76.  
  77. pg_restore: [archiver (db)] Error from TOC entry 213; 1259 16741 SEQUENCE admin_users_id_seq ubi71c5fe2n5u4
  78. pg_restore: [archiver (db)] could not execute query: ERROR: relation "admin_users_id_seq" already exists
  79. Command was: CREATE SEQUENCE "public"."admin_users_id_seq"
  80. START WITH 1
  81. INCREMENT BY 1
  82. NO MINVALUE
  83. NO MAXVALUE
  84. CACHE ...
  85. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  86. Command was: ALTER TABLE public.admin_users_id_seq OWNER TO ubi71c5fe2n5u4;
  87.  
  88.  
  89. pg_restore: [archiver (db)] Error from TOC entry 198; 1259 16402 TABLE ar_internal_metadata ubi71c5fe2n5u4
  90. pg_restore: [archiver (db)] could not execute query: ERROR: relation "ar_internal_metadata" already exists
  91. Command was: CREATE TABLE "public"."ar_internal_metadata" (
  92. "key" character varying NOT NULL,
  93. "value" character varying,
  94. "cre...
  95. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  96. Command was: ALTER TABLE public.ar_internal_metadata OWNER TO ubi71c5fe2n5u4;
  97.  
  98.  
  99. pg_restore: [archiver (db)] Error from TOC entry 199; 1259 16408 TABLE cards ubi71c5fe2n5u4
  100. pg_restore: [archiver (db)] could not execute query: ERROR: relation "cards" already exists
  101. Command was: CREATE TABLE "public"."cards" (
  102. "id" bigint NOT NULL,
  103. "uuid" character varying,
  104. "title" character varying,
  105. "...
  106. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  107. Command was: ALTER TABLE public.cards OWNER TO ubi71c5fe2n5u4;
  108.  
  109.  
  110. pg_restore: [archiver (db)] Error from TOC entry 200; 1259 16414 TABLE cards_decks ubi71c5fe2n5u4
  111. pg_restore: [archiver (db)] could not execute query: ERROR: relation "cards_decks" already exists
  112. Command was: CREATE TABLE "public"."cards_decks" (
  113. "id" bigint NOT NULL,
  114. "deck_id" integer,
  115. "card_id" integer,
  116. "count" in...
  117. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  118. Command was: ALTER TABLE public.cards_decks OWNER TO ubi71c5fe2n5u4;
  119.  
  120.  
  121. pg_restore: [archiver (db)] Error from TOC entry 201; 1259 16417 SEQUENCE cards_decks_id_seq ubi71c5fe2n5u4
  122. pg_restore: [archiver (db)] could not execute query: ERROR: relation "cards_decks_id_seq" already exists
  123. Command was: CREATE SEQUENCE "public"."cards_decks_id_seq"
  124. START WITH 1
  125. INCREMENT BY 1
  126. NO MINVALUE
  127. NO MAXVALUE
  128. CACHE ...
  129. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  130. Command was: ALTER TABLE public.cards_decks_id_seq OWNER TO ubi71c5fe2n5u4;
  131.  
  132.  
  133. pg_restore: [archiver (db)] Error from TOC entry 202; 1259 16419 SEQUENCE cards_id_seq ubi71c5fe2n5u4
  134. pg_restore: [archiver (db)] could not execute query: ERROR: relation "cards_id_seq" already exists
  135. Command was: CREATE SEQUENCE "public"."cards_id_seq"
  136. START WITH 1
  137. INCREMENT BY 1
  138. NO MINVALUE
  139. NO MAXVALUE
  140. CACHE 1;
  141.  
  142.  
  143.  
  144. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  145. Command was: ALTER TABLE public.cards_id_seq OWNER TO ubi71c5fe2n5u4;
  146.  
  147.  
  148. pg_restore: [archiver (db)] Error from TOC entry 231; 1259 17337 TABLE cards_tags ubi71c5fe2n5u4
  149. pg_restore: [archiver (db)] could not execute query: ERROR: relation "cards_tags" already exists
  150. Command was: CREATE TABLE "public"."cards_tags" (
  151. "card_id" bigint NOT NULL,
  152. "tag_id" bigint NOT NULL
  153. );
  154.  
  155.  
  156.  
  157. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  158. Command was: ALTER TABLE public.cards_tags OWNER TO ubi71c5fe2n5u4;
  159.  
  160.  
  161. pg_restore: [archiver (db)] Error from TOC entry 228; 1259 16929 TABLE categories ubi71c5fe2n5u4
  162. pg_restore: [archiver (db)] could not execute query: ERROR: relation "categories" already exists
  163. Command was: CREATE TABLE "public"."categories" (
  164. "id" bigint NOT NULL,
  165. "name" character varying,
  166. "user_id" bigint,
  167. "crea...
  168. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  169. Command was: ALTER TABLE public.categories OWNER TO ubi71c5fe2n5u4;
  170.  
  171.  
  172. pg_restore: [archiver (db)] Error from TOC entry 227; 1259 16927 SEQUENCE categories_id_seq ubi71c5fe2n5u4
  173. pg_restore: [archiver (db)] could not execute query: ERROR: relation "categories_id_seq" already exists
  174. Command was: CREATE SEQUENCE "public"."categories_id_seq"
  175. START WITH 1
  176. INCREMENT BY 1
  177. NO MINVALUE
  178. NO MAXVALUE
  179. CACHE 1...
  180. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  181. Command was: ALTER TABLE public.categories_id_seq OWNER TO ubi71c5fe2n5u4;
  182.  
  183.  
  184. pg_restore: [archiver (db)] Error from TOC entry 233; 1259 18026 TABLE conversations ubi71c5fe2n5u4
  185. pg_restore: [archiver (db)] could not execute query: ERROR: relation "conversations" already exists
  186. Command was: CREATE TABLE "public"."conversations" (
  187. "id" bigint NOT NULL,
  188. "subject" "text",
  189. "user_id" bigint,
  190. "receiving...
  191. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  192. Command was: ALTER TABLE public.conversations OWNER TO ubi71c5fe2n5u4;
  193.  
  194.  
  195. pg_restore: [archiver (db)] Error from TOC entry 232; 1259 18024 SEQUENCE conversations_id_seq ubi71c5fe2n5u4
  196. pg_restore: [archiver (db)] could not execute query: ERROR: relation "conversations_id_seq" already exists
  197. Command was: CREATE SEQUENCE "public"."conversations_id_seq"
  198. START WITH 1
  199. INCREMENT BY 1
  200. NO MINVALUE
  201. NO MAXVALUE
  202. CACH...
  203. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  204. Command was: ALTER TABLE public.conversations_id_seq OWNER TO ubi71c5fe2n5u4;
  205.  
  206.  
  207. pg_restore: [archiver (db)] Error from TOC entry 203; 1259 16421 TABLE decks ubi71c5fe2n5u4
  208. pg_restore: [archiver (db)] could not execute query: ERROR: relation "decks" already exists
  209. Command was: CREATE TABLE "public"."decks" (
  210. "id" bigint NOT NULL,
  211. "name" character varying,
  212. "uuid" character varying,
  213. "p...
  214. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  215. Command was: ALTER TABLE public.decks OWNER TO ubi71c5fe2n5u4;
  216.  
  217.  
  218. pg_restore: [archiver (db)] Error from TOC entry 204; 1259 16427 TABLE decks_houses ubi71c5fe2n5u4
  219. pg_restore: [archiver (db)] could not execute query: ERROR: relation "decks_houses" already exists
  220. Command was: CREATE TABLE "public"."decks_houses" (
  221. "id" bigint NOT NULL,
  222. "deck_id" integer,
  223. "house_id" integer
  224. );
  225.  
  226.  
  227.  
  228. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  229. Command was: ALTER TABLE public.decks_houses OWNER TO ubi71c5fe2n5u4;
  230.  
  231.  
  232. pg_restore: [archiver (db)] Error from TOC entry 205; 1259 16430 SEQUENCE decks_houses_id_seq ubi71c5fe2n5u4
  233. pg_restore: [archiver (db)] could not execute query: ERROR: relation "decks_houses_id_seq" already exists
  234. Command was: CREATE SEQUENCE "public"."decks_houses_id_seq"
  235. START WITH 1
  236. INCREMENT BY 1
  237. NO MINVALUE
  238. NO MAXVALUE
  239. CACHE...
  240. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  241. Command was: ALTER TABLE public.decks_houses_id_seq OWNER TO ubi71c5fe2n5u4;
  242.  
  243.  
  244. pg_restore: [archiver (db)] Error from TOC entry 206; 1259 16432 SEQUENCE decks_id_seq ubi71c5fe2n5u4
  245. pg_restore: [archiver (db)] could not execute query: ERROR: relation "decks_id_seq" already exists
  246. Command was: CREATE SEQUENCE "public"."decks_id_seq"
  247. START WITH 1
  248. INCREMENT BY 1
  249. NO MINVALUE
  250. NO MAXVALUE
  251. CACHE 1;
  252.  
  253.  
  254.  
  255. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  256. Command was: ALTER TABLE public.decks_id_seq OWNER TO ubi71c5fe2n5u4;
  257.  
  258.  
  259. pg_restore: [archiver (db)] Error from TOC entry 224; 1259 16868 TABLE decks_users ubi71c5fe2n5u4
  260. pg_restore: [archiver (db)] could not execute query: ERROR: relation "decks_users" already exists
  261. Command was: CREATE TABLE "public"."decks_users" (
  262. "id" bigint NOT NULL,
  263. "user_id" bigint,
  264. "deck_id" bigint,
  265. "created_at"...
  266. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  267. Command was: ALTER TABLE public.decks_users OWNER TO ubi71c5fe2n5u4;
  268.  
  269.  
  270. pg_restore: [archiver (db)] Error from TOC entry 223; 1259 16866 SEQUENCE decks_users_id_seq ubi71c5fe2n5u4
  271. pg_restore: [archiver (db)] could not execute query: ERROR: relation "decks_users_id_seq" already exists
  272. Command was: CREATE SEQUENCE "public"."decks_users_id_seq"
  273. START WITH 1
  274. INCREMENT BY 1
  275. NO MINVALUE
  276. NO MAXVALUE
  277. CACHE ...
  278. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  279. Command was: ALTER TABLE public.decks_users_id_seq OWNER TO ubi71c5fe2n5u4;
  280.  
  281.  
  282. pg_restore: [archiver (db)] Error from TOC entry 218; 1259 16800 TABLE faqs ubi71c5fe2n5u4
  283. pg_restore: [archiver (db)] could not execute query: ERROR: relation "faqs" already exists
  284. Command was: CREATE TABLE "public"."faqs" (
  285. "id" bigint NOT NULL,
  286. "question" "text",
  287. "answer" "text",
  288. "card_id" bigint,
  289. ...
  290. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  291. Command was: ALTER TABLE public.faqs OWNER TO ubi71c5fe2n5u4;
  292.  
  293.  
  294. pg_restore: [archiver (db)] Error from TOC entry 217; 1259 16798 SEQUENCE faqs_id_seq ubi71c5fe2n5u4
  295. pg_restore: [archiver (db)] could not execute query: ERROR: relation "faqs_id_seq" already exists
  296. Command was: CREATE SEQUENCE "public"."faqs_id_seq"
  297. START WITH 1
  298. INCREMENT BY 1
  299. NO MINVALUE
  300. NO MAXVALUE
  301. CACHE 1;
  302.  
  303.  
  304.  
  305. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  306. Command was: ALTER TABLE public.faqs_id_seq OWNER TO ubi71c5fe2n5u4;
  307.  
  308.  
  309. pg_restore: [archiver (db)] Error from TOC entry 226; 1259 16888 TABLE games ubi71c5fe2n5u4
  310. pg_restore: [archiver (db)] could not execute query: ERROR: relation "games" already exists
  311. Command was: CREATE TABLE "public"."games" (
  312. "id" bigint NOT NULL,
  313. "user_id" bigint,
  314. "winning_deck_id" bigint,
  315. "losing_de...
  316. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  317. Command was: ALTER TABLE public.games OWNER TO ubi71c5fe2n5u4;
  318.  
  319.  
  320. pg_restore: [archiver (db)] Error from TOC entry 225; 1259 16886 SEQUENCE games_id_seq ubi71c5fe2n5u4
  321. pg_restore: [archiver (db)] could not execute query: ERROR: relation "games_id_seq" already exists
  322. Command was: CREATE SEQUENCE "public"."games_id_seq"
  323. START WITH 1
  324. INCREMENT BY 1
  325. NO MINVALUE
  326. NO MAXVALUE
  327. CACHE 1;
  328.  
  329.  
  330.  
  331. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  332. Command was: ALTER TABLE public.games_id_seq OWNER TO ubi71c5fe2n5u4;
  333.  
  334.  
  335. pg_restore: [archiver (db)] Error from TOC entry 207; 1259 16434 TABLE houses ubi71c5fe2n5u4
  336. pg_restore: [archiver (db)] could not execute query: ERROR: relation "houses" already exists
  337. Command was: CREATE TABLE "public"."houses" (
  338. "id" bigint NOT NULL,
  339. "name" character varying,
  340. "icon_url" character varying,
  341. ...
  342. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  343. Command was: ALTER TABLE public.houses OWNER TO ubi71c5fe2n5u4;
  344.  
  345.  
  346. pg_restore: [archiver (db)] Error from TOC entry 208; 1259 16440 SEQUENCE houses_id_seq ubi71c5fe2n5u4
  347. pg_restore: [archiver (db)] could not execute query: ERROR: relation "houses_id_seq" already exists
  348. Command was: CREATE SEQUENCE "public"."houses_id_seq"
  349. START WITH 1
  350. INCREMENT BY 1
  351. NO MINVALUE
  352. NO MAXVALUE
  353. CACHE 1;
  354.  
  355.  
  356.  
  357. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  358. Command was: ALTER TABLE public.houses_id_seq OWNER TO ubi71c5fe2n5u4;
  359.  
  360.  
  361. pg_restore: [archiver (db)] Error from TOC entry 235; 1259 18050 TABLE messages ubi71c5fe2n5u4
  362. pg_restore: [archiver (db)] could not execute query: ERROR: relation "messages" already exists
  363. Command was: CREATE TABLE "public"."messages" (
  364. "id" bigint NOT NULL,
  365. "body" "text",
  366. "user_id" bigint,
  367. "conversation_id" ...
  368. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  369. Command was: ALTER TABLE public.messages OWNER TO ubi71c5fe2n5u4;
  370.  
  371.  
  372. pg_restore: [archiver (db)] Error from TOC entry 234; 1259 18048 SEQUENCE messages_id_seq ubi71c5fe2n5u4
  373. pg_restore: [archiver (db)] could not execute query: ERROR: relation "messages_id_seq" already exists
  374. Command was: CREATE SEQUENCE "public"."messages_id_seq"
  375. START WITH 1
  376. INCREMENT BY 1
  377. NO MINVALUE
  378. NO MAXVALUE
  379. CACHE 1;
  380.  
  381.  
  382.  
  383. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  384. Command was: ALTER TABLE public.messages_id_seq OWNER TO ubi71c5fe2n5u4;
  385.  
  386.  
  387. pg_restore: [archiver (db)] Error from TOC entry 220; 1259 16829 TABLE pages ubi71c5fe2n5u4
  388. pg_restore: [archiver (db)] could not execute query: ERROR: relation "pages" already exists
  389. Command was: CREATE TABLE "public"."pages" (
  390. "id" bigint NOT NULL,
  391. "title" character varying,
  392. "slug" character varying,
  393. "...
  394. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  395. Command was: ALTER TABLE public.pages OWNER TO ubi71c5fe2n5u4;
  396.  
  397.  
  398. pg_restore: [archiver (db)] Error from TOC entry 219; 1259 16827 SEQUENCE pages_id_seq ubi71c5fe2n5u4
  399. pg_restore: [archiver (db)] could not execute query: ERROR: relation "pages_id_seq" already exists
  400. Command was: CREATE SEQUENCE "public"."pages_id_seq"
  401. START WITH 1
  402. INCREMENT BY 1
  403. NO MINVALUE
  404. NO MAXVALUE
  405. CACHE 1;
  406.  
  407.  
  408.  
  409. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  410. Command was: ALTER TABLE public.pages_id_seq OWNER TO ubi71c5fe2n5u4;
  411.  
  412.  
  413. pg_restore: [archiver (db)] Error from TOC entry 243; 1259 20775 TABLE rules ubi71c5fe2n5u4
  414. pg_restore: [archiver (db)] could not execute query: ERROR: relation "rules" already exists
  415. Command was: CREATE TABLE "public"."rules" (
  416. "id" bigint NOT NULL,
  417. "title" character varying,
  418. "content" "text",
  419. "slug" ch...
  420. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  421. Command was: ALTER TABLE public.rules OWNER TO ubi71c5fe2n5u4;
  422.  
  423.  
  424. pg_restore: [archiver (db)] Error from TOC entry 242; 1259 20773 SEQUENCE rules_id_seq ubi71c5fe2n5u4
  425. pg_restore: [archiver (db)] could not execute query: ERROR: relation "rules_id_seq" already exists
  426. Command was: CREATE SEQUENCE "public"."rules_id_seq"
  427. START WITH 1
  428. INCREMENT BY 1
  429. NO MINVALUE
  430. NO MAXVALUE
  431. CACHE 1;
  432.  
  433.  
  434.  
  435. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  436. Command was: ALTER TABLE public.rules_id_seq OWNER TO ubi71c5fe2n5u4;
  437.  
  438.  
  439. pg_restore: [archiver (db)] Error from TOC entry 209; 1259 16442 TABLE schema_migrations ubi71c5fe2n5u4
  440. pg_restore: [archiver (db)] could not execute query: ERROR: relation "schema_migrations" already exists
  441. Command was: CREATE TABLE "public"."schema_migrations" (
  442. "version" character varying NOT NULL
  443. );
  444.  
  445.  
  446.  
  447. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  448. Command was: ALTER TABLE public.schema_migrations OWNER TO ubi71c5fe2n5u4;
  449.  
  450.  
  451. pg_restore: [archiver (db)] Error from TOC entry 210; 1259 16448 TABLE settings ubi71c5fe2n5u4
  452. pg_restore: [archiver (db)] could not execute query: ERROR: relation "settings" already exists
  453. Command was: CREATE TABLE "public"."settings" (
  454. "id" bigint NOT NULL,
  455. "name" character varying,
  456. "value" character varying,
  457. ...
  458. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  459. Command was: ALTER TABLE public.settings OWNER TO ubi71c5fe2n5u4;
  460.  
  461.  
  462. pg_restore: [archiver (db)] Error from TOC entry 211; 1259 16454 SEQUENCE settings_id_seq ubi71c5fe2n5u4
  463. pg_restore: [archiver (db)] could not execute query: ERROR: relation "settings_id_seq" already exists
  464. Command was: CREATE SEQUENCE "public"."settings_id_seq"
  465. START WITH 1
  466. INCREMENT BY 1
  467. NO MINVALUE
  468. NO MAXVALUE
  469. CACHE 1;
  470.  
  471.  
  472.  
  473. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  474. Command was: ALTER TABLE public.settings_id_seq OWNER TO ubi71c5fe2n5u4;
  475.  
  476.  
  477. pg_restore: [archiver (db)] Error from TOC entry 245; 1259 20889 TABLE sources ubi71c5fe2n5u4
  478. pg_restore: [archiver (db)] could not execute query: ERROR: relation "sources" already exists
  479. Command was: CREATE TABLE "public"."sources" (
  480. "id" bigint NOT NULL,
  481. "name" character varying,
  482. "url" character varying,
  483. "...
  484. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  485. Command was: ALTER TABLE public.sources OWNER TO ubi71c5fe2n5u4;
  486.  
  487.  
  488. pg_restore: [archiver (db)] Error from TOC entry 244; 1259 20887 SEQUENCE sources_id_seq ubi71c5fe2n5u4
  489. pg_restore: [archiver (db)] could not execute query: ERROR: relation "sources_id_seq" already exists
  490. Command was: CREATE SEQUENCE "public"."sources_id_seq"
  491. START WITH 1
  492. INCREMENT BY 1
  493. NO MINVALUE
  494. NO MAXVALUE
  495. CACHE 1;
  496.  
  497.  
  498.  
  499. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  500. Command was: ALTER TABLE public.sources_id_seq OWNER TO ubi71c5fe2n5u4;
  501.  
  502.  
  503. pg_restore: [archiver (db)] Error from TOC entry 230; 1259 17327 TABLE tags ubi71c5fe2n5u4
  504. pg_restore: [archiver (db)] could not execute query: ERROR: relation "tags" already exists
  505. Command was: CREATE TABLE "public"."tags" (
  506. "id" bigint NOT NULL,
  507. "name" character varying,
  508. "description" "text",
  509. "hide_b...
  510. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  511. Command was: ALTER TABLE public.tags OWNER TO ubi71c5fe2n5u4;
  512.  
  513.  
  514. pg_restore: [archiver (db)] Error from TOC entry 229; 1259 17325 SEQUENCE tags_id_seq ubi71c5fe2n5u4
  515. pg_restore: [archiver (db)] could not execute query: ERROR: relation "tags_id_seq" already exists
  516. Command was: CREATE SEQUENCE "public"."tags_id_seq"
  517. START WITH 1
  518. INCREMENT BY 1
  519. NO MINVALUE
  520. NO MAXVALUE
  521. CACHE 1;
  522.  
  523.  
  524.  
  525. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  526. Command was: ALTER TABLE public.tags_id_seq OWNER TO ubi71c5fe2n5u4;
  527.  
  528.  
  529. pg_restore: [archiver (db)] Error from TOC entry 222; 1259 16852 TABLE users ubi71c5fe2n5u4
  530. pg_restore: [archiver (db)] could not execute query: ERROR: relation "users" already exists
  531. Command was: CREATE TABLE "public"."users" (
  532. "id" bigint NOT NULL,
  533. "email" character varying DEFAULT ''::character varying NOT NU...
  534. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  535. Command was: ALTER TABLE public.users OWNER TO ubi71c5fe2n5u4;
  536.  
  537.  
  538. pg_restore: [archiver (db)] Error from TOC entry 221; 1259 16850 SEQUENCE users_id_seq ubi71c5fe2n5u4
  539. pg_restore: [archiver (db)] could not execute query: ERROR: relation "users_id_seq" already exists
  540. Command was: CREATE SEQUENCE "public"."users_id_seq"
  541. START WITH 1
  542. INCREMENT BY 1
  543. NO MINVALUE
  544. NO MAXVALUE
  545. CACHE 1;
  546.  
  547.  
  548.  
  549. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  550. Command was: ALTER TABLE public.users_id_seq OWNER TO ubi71c5fe2n5u4;
  551.  
  552.  
  553. pg_restore: [archiver (db)] Error from TOC entry 237; 1259 20053 TABLE virtual_decks ubi71c5fe2n5u4
  554. pg_restore: [archiver (db)] could not execute query: ERROR: relation "virtual_decks" already exists
  555. Command was: CREATE TABLE "public"."virtual_decks" (
  556. "id" bigint NOT NULL,
  557. "user_id" bigint,
  558. "deck_id" bigint,
  559. "raw_text"...
  560. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  561. Command was: ALTER TABLE public.virtual_decks OWNER TO ubi71c5fe2n5u4;
  562.  
  563.  
  564. pg_restore: [archiver (db)] Error from TOC entry 236; 1259 20051 SEQUENCE virtual_decks_id_seq ubi71c5fe2n5u4
  565. pg_restore: [archiver (db)] could not execute query: ERROR: relation "virtual_decks_id_seq" already exists
  566. Command was: CREATE SEQUENCE "public"."virtual_decks_id_seq"
  567. START WITH 1
  568. INCREMENT BY 1
  569. NO MINVALUE
  570. NO MAXVALUE
  571. CACH...
  572. pg_restore: [archiver (db)] could not execute query: ERROR: role "ubi71c5fe2n5u4" does not exist
  573. Command was: ALTER TABLE public.virtual_decks_id_seq OWNER TO ubi71c5fe2n5u4;
  574.  
  575.  
  576. ^Cpg_restore: terminated by user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement