Created
October 27, 2019 19:17
-
-
Save stickperson/502f75168cce47afec103c270917015c to your computer and use it in GitHub Desktop.
Logs for heroku db restore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== Backup r007 | |
Database: BACKUP | |
Started at: 2019-10-27 19:14:10 +0000 | |
Finished at: 2019-10-27 19:14:19 +0000 | |
Status: Failed | |
Type: Manual | |
Backup Size: 287.91KB (0% compression) | |
=== Backup Logs | |
2019-10-27 19:14:11 +0000 pg_restore: connecting to database for restore | |
2019-10-27 19:14:11 +0000 pg_restore: creating SCHEMA "public" | |
2019-10-27 19:14:11 +0000 pg_restore: creating COMMENT "SCHEMA public" | |
2019-10-27 19:14:11 +0000 pg_restore: creating EXTENSION "plpgsql" | |
2019-10-27 19:14:11 +0000 pg_restore: creating COMMENT "EXTENSION plpgsql" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error while PROCESSING TOC: | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 3615; 0 0 COMMENT EXTENSION plpgsql | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: must be owner of extension plpgsql | |
2019-10-27 19:14:11 +0000 Command was: COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language'; | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 pg_restore: creating TABLE "public.account_meta" | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE "public.account_meta_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 219; 1259 16534 SEQUENCE account_meta_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:11 +0000 LINE 2: AS integer | |
2019-10-27 19:14:11 +0000 ^ | |
2019-10-27 19:14:11 +0000 Command was: CREATE SEQUENCE public.account_meta_id_seq | |
2019-10-27 19:14:11 +0000 AS integer | |
2019-10-27 19:14:11 +0000 START WITH 1 | |
2019-10-27 19:14:11 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:11 +0000 NO MINVALUE | |
2019-10-27 19:14:11 +0000 NO MAXVALU... | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE OWNED BY "public.account_meta_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 3616; 0 0 SEQUENCE OWNED BY account_meta_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.account_meta_id_seq" does not exist | |
2019-10-27 19:14:11 +0000 Command was: ALTER SEQUENCE public.account_meta_id_seq OWNED BY public.account_meta.id; | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 pg_restore: creating TABLE "public.account_types" | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE "public.account_types_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 198; 1259 16393 SEQUENCE account_types_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:11 +0000 LINE 2: AS integer | |
2019-10-27 19:14:11 +0000 ^ | |
2019-10-27 19:14:11 +0000 Command was: CREATE SEQUENCE public.account_types_id_seq | |
2019-10-27 19:14:11 +0000 AS integer | |
2019-10-27 19:14:11 +0000 START WITH 1 | |
2019-10-27 19:14:11 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:11 +0000 NO MINVALUE | |
2019-10-27 19:14:11 +0000 NO MAXVAL... | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE OWNED BY "public.account_types_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 3617; 0 0 SEQUENCE OWNED BY account_types_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.account_types_id_seq" does not exist | |
2019-10-27 19:14:11 +0000 Command was: ALTER SEQUENCE public.account_types_id_seq OWNED BY public.account_types.id; | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 pg_restore: creating TABLE "public.accounts" | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE "public.accounts_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 217; 1259 16511 SEQUENCE accounts_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:11 +0000 LINE 2: AS integer | |
2019-10-27 19:14:11 +0000 ^ | |
2019-10-27 19:14:11 +0000 Command was: CREATE SEQUENCE public.accounts_id_seq | |
2019-10-27 19:14:11 +0000 AS integer | |
2019-10-27 19:14:11 +0000 START WITH 1 | |
2019-10-27 19:14:11 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:11 +0000 NO MINVALUE | |
2019-10-27 19:14:11 +0000 NO MAXVALUE | |
2019-10-27 19:14:11 +0000 ... | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE OWNED BY "public.accounts_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 3618; 0 0 SEQUENCE OWNED BY accounts_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.accounts_id_seq" does not exist | |
2019-10-27 19:14:11 +0000 Command was: ALTER SEQUENCE public.accounts_id_seq OWNED BY public.accounts.id; | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 pg_restore: creating TABLE "public.attachments" | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE "public.attachments_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 225; 1259 16582 SEQUENCE attachments_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:11 +0000 LINE 2: AS integer | |
2019-10-27 19:14:11 +0000 ^ | |
2019-10-27 19:14:11 +0000 Command was: CREATE SEQUENCE public.attachments_id_seq | |
2019-10-27 19:14:11 +0000 AS integer | |
2019-10-27 19:14:11 +0000 START WITH 1 | |
2019-10-27 19:14:11 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:11 +0000 NO MINVALUE | |
2019-10-27 19:14:11 +0000 NO MAXVALUE... | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE OWNED BY "public.attachments_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 3619; 0 0 SEQUENCE OWNED BY attachments_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.attachments_id_seq" does not exist | |
2019-10-27 19:14:11 +0000 Command was: ALTER SEQUENCE public.attachments_id_seq OWNED BY public.attachments.id; | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 pg_restore: creating TABLE "public.available_budgets" | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE "public.available_budgets_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 274; 1259 17034 SEQUENCE available_budgets_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:11 +0000 LINE 2: AS integer | |
2019-10-27 19:14:11 +0000 ^ | |
2019-10-27 19:14:11 +0000 Command was: CREATE SEQUENCE public.available_budgets_id_seq | |
2019-10-27 19:14:11 +0000 AS integer | |
2019-10-27 19:14:11 +0000 START WITH 1 | |
2019-10-27 19:14:11 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:11 +0000 NO MINVALUE | |
2019-10-27 19:14:11 +0000 NO MA... | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE OWNED BY "public.available_budgets_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 3620; 0 0 SEQUENCE OWNED BY available_budgets_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.available_budgets_id_seq" does not exist | |
2019-10-27 19:14:11 +0000 Command was: ALTER SEQUENCE public.available_budgets_id_seq OWNED BY public.available_budgets.id; | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 pg_restore: creating TABLE "public.bills" | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE "public.bills_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 227; 1259 16599 SEQUENCE bills_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:11 +0000 LINE 2: AS integer | |
2019-10-27 19:14:11 +0000 ^ | |
2019-10-27 19:14:11 +0000 Command was: CREATE SEQUENCE public.bills_id_seq | |
2019-10-27 19:14:11 +0000 AS integer | |
2019-10-27 19:14:11 +0000 START WITH 1 | |
2019-10-27 19:14:11 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:11 +0000 NO MINVALUE | |
2019-10-27 19:14:11 +0000 NO MAXVALUE | |
2019-10-27 19:14:11 +0000 C... | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE OWNED BY "public.bills_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 3621; 0 0 SEQUENCE OWNED BY bills_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.bills_id_seq" does not exist | |
2019-10-27 19:14:11 +0000 Command was: ALTER SEQUENCE public.bills_id_seq OWNED BY public.bills.id; | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 pg_restore: creating TABLE "public.budget_limits" | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE "public.budget_limits_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 231; 1259 16638 SEQUENCE budget_limits_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:11 +0000 LINE 2: AS integer | |
2019-10-27 19:14:11 +0000 ^ | |
2019-10-27 19:14:11 +0000 Command was: CREATE SEQUENCE public.budget_limits_id_seq | |
2019-10-27 19:14:11 +0000 AS integer | |
2019-10-27 19:14:11 +0000 START WITH 1 | |
2019-10-27 19:14:11 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:11 +0000 NO MINVALUE | |
2019-10-27 19:14:11 +0000 NO MAXVAL... | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE OWNED BY "public.budget_limits_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 3622; 0 0 SEQUENCE OWNED BY budget_limits_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.budget_limits_id_seq" does not exist | |
2019-10-27 19:14:11 +0000 Command was: ALTER SEQUENCE public.budget_limits_id_seq OWNED BY public.budget_limits.id; | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 pg_restore: creating TABLE "public.budget_transaction" | |
2019-10-27 19:14:11 +0000 waiting for restore to complete | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE "public.budget_transaction_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 268; 1259 16979 SEQUENCE budget_transaction_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:11 +0000 LINE 2: AS integer | |
2019-10-27 19:14:11 +0000 ^ | |
2019-10-27 19:14:11 +0000 Command was: CREATE SEQUENCE public.budget_transaction_id_seq | |
2019-10-27 19:14:11 +0000 AS integer | |
2019-10-27 19:14:11 +0000 START WITH 1 | |
2019-10-27 19:14:11 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:11 +0000 NO MINVALUE | |
2019-10-27 19:14:11 +0000 NO M... | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE OWNED BY "public.budget_transaction_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 3623; 0 0 SEQUENCE OWNED BY budget_transaction_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.budget_transaction_id_seq" does not exist | |
2019-10-27 19:14:11 +0000 Command was: ALTER SEQUENCE public.budget_transaction_id_seq OWNED BY public.budget_transaction.id; | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 pg_restore: creating TABLE "public.budget_transaction_journal" | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE "public.budget_transaction_journal_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 260; 1259 16904 SEQUENCE budget_transaction_journal_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:11 +0000 LINE 2: AS integer | |
2019-10-27 19:14:11 +0000 ^ | |
2019-10-27 19:14:11 +0000 Command was: CREATE SEQUENCE public.budget_transaction_journal_id_seq | |
2019-10-27 19:14:11 +0000 AS integer | |
2019-10-27 19:14:11 +0000 START WITH 1 | |
2019-10-27 19:14:11 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:11 +0000 NO MINVALUE | |
2019-10-27 19:14:11 +0000 ... | |
2019-10-27 19:14:11 +0000 pg_restore: creating SEQUENCE OWNED BY "public.budget_transaction_journal_id_seq" | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] Error from TOC entry 3624; 0 0 SEQUENCE OWNED BY budget_transaction_journal_id_seq firefly | |
2019-10-27 19:14:11 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.budget_transaction_journal_id_seq" does not exist | |
2019-10-27 19:14:11 +0000 Command was: ALTER SEQUENCE public.budget_transaction_journal_id_seq OWNED BY public.budget_transaction_journal.id; | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:11 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.budgets" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.budgets_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 229; 1259 16620 SEQUENCE budgets_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:12 +0000 LINE 2: AS integer | |
2019-10-27 19:14:12 +0000 ^ | |
2019-10-27 19:14:12 +0000 Command was: CREATE SEQUENCE public.budgets_id_seq | |
2019-10-27 19:14:12 +0000 AS integer | |
2019-10-27 19:14:12 +0000 START WITH 1 | |
2019-10-27 19:14:12 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:12 +0000 NO MINVALUE | |
2019-10-27 19:14:12 +0000 NO MAXVALUE | |
2019-10-27 19:14:12 +0000 ... | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.budgets_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 3625; 0 0 SEQUENCE OWNED BY budgets_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.budgets_id_seq" does not exist | |
2019-10-27 19:14:12 +0000 Command was: ALTER SEQUENCE public.budgets_id_seq OWNED BY public.budgets.id; | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.categories" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.categories_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 235; 1259 16665 SEQUENCE categories_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:12 +0000 LINE 2: AS integer | |
2019-10-27 19:14:12 +0000 ^ | |
2019-10-27 19:14:12 +0000 Command was: CREATE SEQUENCE public.categories_id_seq | |
2019-10-27 19:14:12 +0000 AS integer | |
2019-10-27 19:14:12 +0000 START WITH 1 | |
2019-10-27 19:14:12 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:12 +0000 NO MINVALUE | |
2019-10-27 19:14:12 +0000 NO MAXVALUE | |
2019-10-27 19:14:12 +0000 ... | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.categories_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 3626; 0 0 SEQUENCE OWNED BY categories_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.categories_id_seq" does not exist | |
2019-10-27 19:14:12 +0000 Command was: ALTER SEQUENCE public.categories_id_seq OWNED BY public.categories.id; | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.category_transaction" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.category_transaction_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 270; 1259 16997 SEQUENCE category_transaction_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:12 +0000 LINE 2: AS integer | |
2019-10-27 19:14:12 +0000 ^ | |
2019-10-27 19:14:12 +0000 Command was: CREATE SEQUENCE public.category_transaction_id_seq | |
2019-10-27 19:14:12 +0000 AS integer | |
2019-10-27 19:14:12 +0000 START WITH 1 | |
2019-10-27 19:14:12 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:12 +0000 NO MINVALUE | |
2019-10-27 19:14:12 +0000 NO... | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.category_transaction_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 3627; 0 0 SEQUENCE OWNED BY category_transaction_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.category_transaction_id_seq" does not exist | |
2019-10-27 19:14:12 +0000 Command was: ALTER SEQUENCE public.category_transaction_id_seq OWNED BY public.category_transaction.id; | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.category_transaction_journal" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.category_transaction_journal_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 262; 1259 16922 SEQUENCE category_transaction_journal_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:12 +0000 LINE 2: AS integer | |
2019-10-27 19:14:12 +0000 ^ | |
2019-10-27 19:14:12 +0000 Command was: CREATE SEQUENCE public.category_transaction_journal_id_seq | |
2019-10-27 19:14:12 +0000 AS integer | |
2019-10-27 19:14:12 +0000 START WITH 1 | |
2019-10-27 19:14:12 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:12 +0000 NO MINVALU... | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.category_transaction_journal_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 3628; 0 0 SEQUENCE OWNED BY category_transaction_journal_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.category_transaction_journal_id_seq" does not exist | |
2019-10-27 19:14:12 +0000 Command was: ALTER SEQUENCE public.category_transaction_journal_id_seq OWNED BY public.category_transaction_journal.id; | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.configuration" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.configuration_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 213; 1259 16489 SEQUENCE configuration_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:12 +0000 LINE 2: AS integer | |
2019-10-27 19:14:12 +0000 ^ | |
2019-10-27 19:14:12 +0000 Command was: CREATE SEQUENCE public.configuration_id_seq | |
2019-10-27 19:14:12 +0000 AS integer | |
2019-10-27 19:14:12 +0000 START WITH 1 | |
2019-10-27 19:14:12 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:12 +0000 NO MINVALUE | |
2019-10-27 19:14:12 +0000 NO MAXVAL... | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.configuration_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 3629; 0 0 SEQUENCE OWNED BY configuration_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.configuration_id_seq" does not exist | |
2019-10-27 19:14:12 +0000 Command was: ALTER SEQUENCE public.configuration_id_seq OWNED BY public.configuration.id; | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.currency_exchange_rates" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.currency_exchange_rates_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 276; 1259 17058 SEQUENCE currency_exchange_rates_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:12 +0000 LINE 2: AS integer | |
2019-10-27 19:14:12 +0000 ^ | |
2019-10-27 19:14:12 +0000 Command was: CREATE SEQUENCE public.currency_exchange_rates_id_seq | |
2019-10-27 19:14:12 +0000 AS integer | |
2019-10-27 19:14:12 +0000 START WITH 1 | |
2019-10-27 19:14:12 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:12 +0000 NO MINVALUE | |
2019-10-27 19:14:12 +0000 ... | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.currency_exchange_rates_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 3630; 0 0 SEQUENCE OWNED BY currency_exchange_rates_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.currency_exchange_rates_id_seq" does not exist | |
2019-10-27 19:14:12 +0000 Command was: ALTER SEQUENCE public.currency_exchange_rates_id_seq OWNED BY public.currency_exchange_rates.id; | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.export_jobs" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.export_jobs_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 237; 1259 16682 SEQUENCE export_jobs_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:12 +0000 LINE 2: AS integer | |
2019-10-27 19:14:12 +0000 ^ | |
2019-10-27 19:14:12 +0000 Command was: CREATE SEQUENCE public.export_jobs_id_seq | |
2019-10-27 19:14:12 +0000 AS integer | |
2019-10-27 19:14:12 +0000 START WITH 1 | |
2019-10-27 19:14:12 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:12 +0000 NO MINVALUE | |
2019-10-27 19:14:12 +0000 NO MAXVALUE... | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.export_jobs_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 3631; 0 0 SEQUENCE OWNED BY export_jobs_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.export_jobs_id_seq" does not exist | |
2019-10-27 19:14:12 +0000 Command was: ALTER SEQUENCE public.export_jobs_id_seq OWNED BY public.export_jobs.id; | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.group_journals" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.group_journals_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 301; 1259 17351 SEQUENCE group_journals_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:12 +0000 LINE 2: AS integer | |
2019-10-27 19:14:12 +0000 ^ | |
2019-10-27 19:14:12 +0000 Command was: CREATE SEQUENCE public.group_journals_id_seq | |
2019-10-27 19:14:12 +0000 AS integer | |
2019-10-27 19:14:12 +0000 START WITH 1 | |
2019-10-27 19:14:12 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:12 +0000 NO MINVALUE | |
2019-10-27 19:14:12 +0000 NO MAXVA... | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.group_journals_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 3632; 0 0 SEQUENCE OWNED BY group_journals_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.group_journals_id_seq" does not exist | |
2019-10-27 19:14:12 +0000 Command was: ALTER SEQUENCE public.group_journals_id_seq OWNED BY public.group_journals.id; | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.import_jobs" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.import_jobs_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 239; 1259 16695 SEQUENCE import_jobs_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:12 +0000 LINE 2: AS integer | |
2019-10-27 19:14:12 +0000 ^ | |
2019-10-27 19:14:12 +0000 Command was: CREATE SEQUENCE public.import_jobs_id_seq | |
2019-10-27 19:14:12 +0000 AS integer | |
2019-10-27 19:14:12 +0000 START WITH 1 | |
2019-10-27 19:14:12 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:12 +0000 NO MINVALUE | |
2019-10-27 19:14:12 +0000 NO MAXVALUE... | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.import_jobs_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 3633; 0 0 SEQUENCE OWNED BY import_jobs_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.import_jobs_id_seq" does not exist | |
2019-10-27 19:14:12 +0000 Command was: ALTER SEQUENCE public.import_jobs_id_seq OWNED BY public.import_jobs.id; | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.jobs" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.jobs_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.jobs_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.journal_links" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.journal_links_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 280; 1259 17104 SEQUENCE journal_links_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:12 +0000 LINE 2: AS integer | |
2019-10-27 19:14:12 +0000 ^ | |
2019-10-27 19:14:12 +0000 Command was: CREATE SEQUENCE public.journal_links_id_seq | |
2019-10-27 19:14:12 +0000 AS integer | |
2019-10-27 19:14:12 +0000 START WITH 1 | |
2019-10-27 19:14:12 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:12 +0000 NO MINVALUE | |
2019-10-27 19:14:12 +0000 NO MAXVAL... | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.journal_links_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 3635; 0 0 SEQUENCE OWNED BY journal_links_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.journal_links_id_seq" does not exist | |
2019-10-27 19:14:12 +0000 Command was: ALTER SEQUENCE public.journal_links_id_seq OWNED BY public.journal_links.id; | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.journal_meta" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.journal_meta_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 256; 1259 16868 SEQUENCE journal_meta_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:12 +0000 LINE 2: AS integer | |
2019-10-27 19:14:12 +0000 ^ | |
2019-10-27 19:14:12 +0000 Command was: CREATE SEQUENCE public.journal_meta_id_seq | |
2019-10-27 19:14:12 +0000 AS integer | |
2019-10-27 19:14:12 +0000 START WITH 1 | |
2019-10-27 19:14:12 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:12 +0000 NO MINVALUE | |
2019-10-27 19:14:12 +0000 NO MAXVALU... | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.journal_meta_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 3636; 0 0 SEQUENCE OWNED BY journal_meta_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.journal_meta_id_seq" does not exist | |
2019-10-27 19:14:12 +0000 Command was: ALTER SEQUENCE public.journal_meta_id_seq OWNED BY public.journal_meta.id; | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 | |
2019-10-27 19:14:12 +0000 pg_restore: creating TABLE "public.limit_repetitions" | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE "public.limit_repetitions_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 233; 1259 16652 SEQUENCE limit_repetitions_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:12 +0000 LINE 2: AS integer | |
2019-10-27 19:14:12 +0000 ^ | |
2019-10-27 19:14:12 +0000 Command was: CREATE SEQUENCE public.limit_repetitions_id_seq | |
2019-10-27 19:14:12 +0000 AS integer | |
2019-10-27 19:14:12 +0000 START WITH 1 | |
2019-10-27 19:14:12 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:12 +0000 NO MINVALUE | |
2019-10-27 19:14:12 +0000 NO MA... | |
2019-10-27 19:14:12 +0000 pg_restore: creating SEQUENCE OWNED BY "public.limit_repetitions_id_seq" | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] Error from TOC entry 3637; 0 0 SEQUENCE OWNED BY limit_repetitions_id_seq firefly | |
2019-10-27 19:14:12 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.limit_repetitions_id_seq" does not exist | |
2019-10-27 19:14:12 +0000 Command was: ALTER SEQUENCE public.limit_repetitions_id_seq OWNED BY public.limit_repetitions.id; | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.link_types" | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE "public.link_types_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 278; 1259 17091 SEQUENCE link_types_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:13 +0000 LINE 2: AS integer | |
2019-10-27 19:14:13 +0000 ^ | |
2019-10-27 19:14:13 +0000 Command was: CREATE SEQUENCE public.link_types_id_seq | |
2019-10-27 19:14:13 +0000 AS integer | |
2019-10-27 19:14:13 +0000 START WITH 1 | |
2019-10-27 19:14:13 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:13 +0000 NO MINVALUE | |
2019-10-27 19:14:13 +0000 NO MAXVALUE | |
2019-10-27 19:14:13 +0000 ... | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE OWNED BY "public.link_types_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 3638; 0 0 SEQUENCE OWNED BY link_types_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.link_types_id_seq" does not exist | |
2019-10-27 19:14:13 +0000 Command was: ALTER SEQUENCE public.link_types_id_seq OWNED BY public.link_types.id; | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.migrations" | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE "public.migrations_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 196; 1259 16385 SEQUENCE migrations_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:13 +0000 LINE 2: AS integer | |
2019-10-27 19:14:13 +0000 ^ | |
2019-10-27 19:14:13 +0000 Command was: CREATE SEQUENCE public.migrations_id_seq | |
2019-10-27 19:14:13 +0000 AS integer | |
2019-10-27 19:14:13 +0000 START WITH 1 | |
2019-10-27 19:14:13 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:13 +0000 NO MINVALUE | |
2019-10-27 19:14:13 +0000 NO MAXVALUE | |
2019-10-27 19:14:13 +0000 ... | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE OWNED BY "public.migrations_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 3639; 0 0 SEQUENCE OWNED BY migrations_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.migrations_id_seq" does not exist | |
2019-10-27 19:14:13 +0000 Command was: ALTER SEQUENCE public.migrations_id_seq OWNED BY public.migrations.id; | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.notes" | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE "public.notes_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 272; 1259 17023 SEQUENCE notes_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:13 +0000 LINE 2: AS integer | |
2019-10-27 19:14:13 +0000 ^ | |
2019-10-27 19:14:13 +0000 Command was: CREATE SEQUENCE public.notes_id_seq | |
2019-10-27 19:14:13 +0000 AS integer | |
2019-10-27 19:14:13 +0000 START WITH 1 | |
2019-10-27 19:14:13 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:13 +0000 NO MINVALUE | |
2019-10-27 19:14:13 +0000 NO MAXVALUE | |
2019-10-27 19:14:13 +0000 C... | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE OWNED BY "public.notes_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 3640; 0 0 SEQUENCE OWNED BY notes_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.notes_id_seq" does not exist | |
2019-10-27 19:14:13 +0000 Command was: ALTER SEQUENCE public.notes_id_seq OWNED BY public.notes.id; | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.oauth_access_tokens" | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.oauth_auth_codes" | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.oauth_clients" | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE "public.oauth_clients_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 285; 1259 17163 SEQUENCE oauth_clients_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:13 +0000 LINE 2: AS integer | |
2019-10-27 19:14:13 +0000 ^ | |
2019-10-27 19:14:13 +0000 Command was: CREATE SEQUENCE public.oauth_clients_id_seq | |
2019-10-27 19:14:13 +0000 AS integer | |
2019-10-27 19:14:13 +0000 START WITH 1 | |
2019-10-27 19:14:13 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:13 +0000 NO MINVALUE | |
2019-10-27 19:14:13 +0000 NO MAXVAL... | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE OWNED BY "public.oauth_clients_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 3641; 0 0 SEQUENCE OWNED BY oauth_clients_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.oauth_clients_id_seq" does not exist | |
2019-10-27 19:14:13 +0000 Command was: ALTER SEQUENCE public.oauth_clients_id_seq OWNED BY public.oauth_clients.id; | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.oauth_personal_access_clients" | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE "public.oauth_personal_access_clients_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 287; 1259 17175 SEQUENCE oauth_personal_access_clients_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:13 +0000 LINE 2: AS integer | |
2019-10-27 19:14:13 +0000 ^ | |
2019-10-27 19:14:13 +0000 Command was: CREATE SEQUENCE public.oauth_personal_access_clients_id_seq | |
2019-10-27 19:14:13 +0000 AS integer | |
2019-10-27 19:14:13 +0000 START WITH 1 | |
2019-10-27 19:14:13 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:13 +0000 NO MINVAL... | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE OWNED BY "public.oauth_personal_access_clients_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 3642; 0 0 SEQUENCE OWNED BY oauth_personal_access_clients_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.oauth_personal_access_clients_id_seq" does not exist | |
2019-10-27 19:14:13 +0000 Command was: ALTER SEQUENCE public.oauth_personal_access_clients_id_seq OWNED BY public.oauth_personal_access_clients.id; | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.oauth_refresh_tokens" | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.password_resets" | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.permission_role" | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.permissions" | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE "public.permissions_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 207; 1259 16440 SEQUENCE permissions_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:13 +0000 LINE 2: AS integer | |
2019-10-27 19:14:13 +0000 ^ | |
2019-10-27 19:14:13 +0000 Command was: CREATE SEQUENCE public.permissions_id_seq | |
2019-10-27 19:14:13 +0000 AS integer | |
2019-10-27 19:14:13 +0000 START WITH 1 | |
2019-10-27 19:14:13 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:13 +0000 NO MINVALUE | |
2019-10-27 19:14:13 +0000 NO MAXVALUE... | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE OWNED BY "public.permissions_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 3643; 0 0 SEQUENCE OWNED BY permissions_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.permissions_id_seq" does not exist | |
2019-10-27 19:14:13 +0000 Command was: ALTER SEQUENCE public.permissions_id_seq OWNED BY public.permissions.id; | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.piggy_bank_events" | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE "public.piggy_bank_events_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 264; 1259 16940 SEQUENCE piggy_bank_events_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:13 +0000 LINE 2: AS integer | |
2019-10-27 19:14:13 +0000 ^ | |
2019-10-27 19:14:13 +0000 Command was: CREATE SEQUENCE public.piggy_bank_events_id_seq | |
2019-10-27 19:14:13 +0000 AS integer | |
2019-10-27 19:14:13 +0000 START WITH 1 | |
2019-10-27 19:14:13 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:13 +0000 NO MINVALUE | |
2019-10-27 19:14:13 +0000 NO MA... | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE OWNED BY "public.piggy_bank_events_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 3644; 0 0 SEQUENCE OWNED BY piggy_bank_events_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.piggy_bank_events_id_seq" does not exist | |
2019-10-27 19:14:13 +0000 Command was: ALTER SEQUENCE public.piggy_bank_events_id_seq OWNED BY public.piggy_bank_events.id; | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.piggy_bank_repetitions" | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE "public.piggy_bank_repetitions_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 223; 1259 16569 SEQUENCE piggy_bank_repetitions_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:13 +0000 LINE 2: AS integer | |
2019-10-27 19:14:13 +0000 ^ | |
2019-10-27 19:14:13 +0000 Command was: CREATE SEQUENCE public.piggy_bank_repetitions_id_seq | |
2019-10-27 19:14:13 +0000 AS integer | |
2019-10-27 19:14:13 +0000 START WITH 1 | |
2019-10-27 19:14:13 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:13 +0000 NO MINVALUE | |
2019-10-27 19:14:13 +0000 ... | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE OWNED BY "public.piggy_bank_repetitions_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 3645; 0 0 SEQUENCE OWNED BY piggy_bank_repetitions_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.piggy_bank_repetitions_id_seq" does not exist | |
2019-10-27 19:14:13 +0000 Command was: ALTER SEQUENCE public.piggy_bank_repetitions_id_seq OWNED BY public.piggy_bank_repetitions.id; | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.piggy_banks" | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE "public.piggy_banks_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 221; 1259 16550 SEQUENCE piggy_banks_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:13 +0000 LINE 2: AS integer | |
2019-10-27 19:14:13 +0000 ^ | |
2019-10-27 19:14:13 +0000 Command was: CREATE SEQUENCE public.piggy_banks_id_seq | |
2019-10-27 19:14:13 +0000 AS integer | |
2019-10-27 19:14:13 +0000 START WITH 1 | |
2019-10-27 19:14:13 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:13 +0000 NO MINVALUE | |
2019-10-27 19:14:13 +0000 NO MAXVALUE... | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE OWNED BY "public.piggy_banks_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 3646; 0 0 SEQUENCE OWNED BY piggy_banks_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.piggy_banks_id_seq" does not exist | |
2019-10-27 19:14:13 +0000 Command was: ALTER SEQUENCE public.piggy_banks_id_seq OWNED BY public.piggy_banks.id; | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.preferences" | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE "public.preferences_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 241; 1259 16713 SEQUENCE preferences_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:13 +0000 LINE 2: AS integer | |
2019-10-27 19:14:13 +0000 ^ | |
2019-10-27 19:14:13 +0000 Command was: CREATE SEQUENCE public.preferences_id_seq | |
2019-10-27 19:14:13 +0000 AS integer | |
2019-10-27 19:14:13 +0000 START WITH 1 | |
2019-10-27 19:14:13 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:13 +0000 NO MINVALUE | |
2019-10-27 19:14:13 +0000 NO MAXVALUE... | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE OWNED BY "public.preferences_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 3647; 0 0 SEQUENCE OWNED BY preferences_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.preferences_id_seq" does not exist | |
2019-10-27 19:14:13 +0000 Command was: ALTER SEQUENCE public.preferences_id_seq OWNED BY public.preferences.id; | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.recurrences" | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE "public.recurrences_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 289; 1259 17220 SEQUENCE recurrences_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:13 +0000 LINE 2: AS integer | |
2019-10-27 19:14:13 +0000 ^ | |
2019-10-27 19:14:13 +0000 Command was: CREATE SEQUENCE public.recurrences_id_seq | |
2019-10-27 19:14:13 +0000 AS integer | |
2019-10-27 19:14:13 +0000 START WITH 1 | |
2019-10-27 19:14:13 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:13 +0000 NO MINVALUE | |
2019-10-27 19:14:13 +0000 NO MAXVALUE... | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE OWNED BY "public.recurrences_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 3648; 0 0 SEQUENCE OWNED BY recurrences_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.recurrences_id_seq" does not exist | |
2019-10-27 19:14:13 +0000 Command was: ALTER SEQUENCE public.recurrences_id_seq OWNED BY public.recurrences.id; | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 | |
2019-10-27 19:14:13 +0000 pg_restore: creating TABLE "public.recurrences_meta" | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE "public.recurrences_meta_id_seq" | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] Error from TOC entry 295; 1259 17292 SEQUENCE recurrences_meta_id_seq firefly | |
2019-10-27 19:14:13 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:13 +0000 LINE 2: AS integer | |
2019-10-27 19:14:13 +0000 ^ | |
2019-10-27 19:14:13 +0000 Command was: CREATE SEQUENCE public.recurrences_meta_id_seq | |
2019-10-27 19:14:13 +0000 AS integer | |
2019-10-27 19:14:13 +0000 START WITH 1 | |
2019-10-27 19:14:13 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:13 +0000 NO MINVALUE | |
2019-10-27 19:14:13 +0000 NO MAX... | |
2019-10-27 19:14:13 +0000 pg_restore: creating SEQUENCE OWNED BY "public.recurrences_meta_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 3649; 0 0 SEQUENCE OWNED BY recurrences_meta_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.recurrences_meta_id_seq" does not exist | |
2019-10-27 19:14:14 +0000 Command was: ALTER SEQUENCE public.recurrences_meta_id_seq OWNED BY public.recurrences_meta.id; | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.recurrences_repetitions" | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE "public.recurrences_repetitions_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 293; 1259 17279 SEQUENCE recurrences_repetitions_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:14 +0000 LINE 2: AS integer | |
2019-10-27 19:14:14 +0000 ^ | |
2019-10-27 19:14:14 +0000 Command was: CREATE SEQUENCE public.recurrences_repetitions_id_seq | |
2019-10-27 19:14:14 +0000 AS integer | |
2019-10-27 19:14:14 +0000 START WITH 1 | |
2019-10-27 19:14:14 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:14 +0000 NO MINVALUE | |
2019-10-27 19:14:14 +0000 ... | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE OWNED BY "public.recurrences_repetitions_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 3650; 0 0 SEQUENCE OWNED BY recurrences_repetitions_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.recurrences_repetitions_id_seq" does not exist | |
2019-10-27 19:14:14 +0000 Command was: ALTER SEQUENCE public.recurrences_repetitions_id_seq OWNED BY public.recurrences_repetitions.id; | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.recurrences_transactions" | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE "public.recurrences_transactions_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 291; 1259 17243 SEQUENCE recurrences_transactions_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:14 +0000 LINE 2: AS integer | |
2019-10-27 19:14:14 +0000 ^ | |
2019-10-27 19:14:14 +0000 Command was: CREATE SEQUENCE public.recurrences_transactions_id_seq | |
2019-10-27 19:14:14 +0000 AS integer | |
2019-10-27 19:14:14 +0000 START WITH 1 | |
2019-10-27 19:14:14 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:14 +0000 NO MINVALUE | |
2019-10-27 19:14:14 +0000 ... | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE OWNED BY "public.recurrences_transactions_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 3651; 0 0 SEQUENCE OWNED BY recurrences_transactions_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.recurrences_transactions_id_seq" does not exist | |
2019-10-27 19:14:14 +0000 Command was: ALTER SEQUENCE public.recurrences_transactions_id_seq OWNED BY public.recurrences_transactions.id; | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.role_user" | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.roles" | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE "public.roles_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 209; 1259 16453 SEQUENCE roles_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:14 +0000 LINE 2: AS integer | |
2019-10-27 19:14:14 +0000 ^ | |
2019-10-27 19:14:14 +0000 Command was: CREATE SEQUENCE public.roles_id_seq | |
2019-10-27 19:14:14 +0000 AS integer | |
2019-10-27 19:14:14 +0000 START WITH 1 | |
2019-10-27 19:14:14 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:14 +0000 NO MINVALUE | |
2019-10-27 19:14:14 +0000 NO MAXVALUE | |
2019-10-27 19:14:14 +0000 C... | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE OWNED BY "public.roles_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 3652; 0 0 SEQUENCE OWNED BY roles_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.roles_id_seq" does not exist | |
2019-10-27 19:14:14 +0000 Command was: ALTER SEQUENCE public.roles_id_seq OWNED BY public.roles.id; | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.rt_meta" | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE "public.rt_meta_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 297; 1259 17308 SEQUENCE rt_meta_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:14 +0000 LINE 2: AS integer | |
2019-10-27 19:14:14 +0000 ^ | |
2019-10-27 19:14:14 +0000 Command was: CREATE SEQUENCE public.rt_meta_id_seq | |
2019-10-27 19:14:14 +0000 AS integer | |
2019-10-27 19:14:14 +0000 START WITH 1 | |
2019-10-27 19:14:14 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:14 +0000 NO MINVALUE | |
2019-10-27 19:14:14 +0000 NO MAXVALUE | |
2019-10-27 19:14:14 +0000 ... | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE OWNED BY "public.rt_meta_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 3653; 0 0 SEQUENCE OWNED BY rt_meta_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rt_meta_id_seq" does not exist | |
2019-10-27 19:14:14 +0000 Command was: ALTER SEQUENCE public.rt_meta_id_seq OWNED BY public.rt_meta.id; | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.rule_actions" | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE "public.rule_actions_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 248; 1259 16786 SEQUENCE rule_actions_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:14 +0000 LINE 2: AS integer | |
2019-10-27 19:14:14 +0000 ^ | |
2019-10-27 19:14:14 +0000 Command was: CREATE SEQUENCE public.rule_actions_id_seq | |
2019-10-27 19:14:14 +0000 AS integer | |
2019-10-27 19:14:14 +0000 START WITH 1 | |
2019-10-27 19:14:14 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:14 +0000 NO MINVALUE | |
2019-10-27 19:14:14 +0000 NO MAXVALU... | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE OWNED BY "public.rule_actions_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 3654; 0 0 SEQUENCE OWNED BY rule_actions_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rule_actions_id_seq" does not exist | |
2019-10-27 19:14:14 +0000 Command was: ALTER SEQUENCE public.rule_actions_id_seq OWNED BY public.rule_actions.id; | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.rule_groups" | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE "public.rule_groups_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 244; 1259 16744 SEQUENCE rule_groups_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:14 +0000 LINE 2: AS integer | |
2019-10-27 19:14:14 +0000 ^ | |
2019-10-27 19:14:14 +0000 Command was: CREATE SEQUENCE public.rule_groups_id_seq | |
2019-10-27 19:14:14 +0000 AS integer | |
2019-10-27 19:14:14 +0000 START WITH 1 | |
2019-10-27 19:14:14 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:14 +0000 NO MINVALUE | |
2019-10-27 19:14:14 +0000 NO MAXVALUE... | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE OWNED BY "public.rule_groups_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 3655; 0 0 SEQUENCE OWNED BY rule_groups_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rule_groups_id_seq" does not exist | |
2019-10-27 19:14:14 +0000 Command was: ALTER SEQUENCE public.rule_groups_id_seq OWNED BY public.rule_groups.id; | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.rule_triggers" | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE "public.rule_triggers_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 250; 1259 16802 SEQUENCE rule_triggers_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:14 +0000 LINE 2: AS integer | |
2019-10-27 19:14:14 +0000 ^ | |
2019-10-27 19:14:14 +0000 Command was: CREATE SEQUENCE public.rule_triggers_id_seq | |
2019-10-27 19:14:14 +0000 AS integer | |
2019-10-27 19:14:14 +0000 START WITH 1 | |
2019-10-27 19:14:14 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:14 +0000 NO MINVALUE | |
2019-10-27 19:14:14 +0000 NO MAXVAL... | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE OWNED BY "public.rule_triggers_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 3656; 0 0 SEQUENCE OWNED BY rule_triggers_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rule_triggers_id_seq" does not exist | |
2019-10-27 19:14:14 +0000 Command was: ALTER SEQUENCE public.rule_triggers_id_seq OWNED BY public.rule_triggers.id; | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.rules" | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE "public.rules_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 246; 1259 16762 SEQUENCE rules_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:14 +0000 LINE 2: AS integer | |
2019-10-27 19:14:14 +0000 ^ | |
2019-10-27 19:14:14 +0000 Command was: CREATE SEQUENCE public.rules_id_seq | |
2019-10-27 19:14:14 +0000 AS integer | |
2019-10-27 19:14:14 +0000 START WITH 1 | |
2019-10-27 19:14:14 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:14 +0000 NO MINVALUE | |
2019-10-27 19:14:14 +0000 NO MAXVALUE | |
2019-10-27 19:14:14 +0000 C... | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE OWNED BY "public.rules_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 3657; 0 0 SEQUENCE OWNED BY rules_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rules_id_seq" does not exist | |
2019-10-27 19:14:14 +0000 Command was: ALTER SEQUENCE public.rules_id_seq OWNED BY public.rules.id; | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.sessions" | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.tag_transaction_journal" | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE "public.tag_transaction_journal_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 258; 1259 16884 SEQUENCE tag_transaction_journal_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:14 +0000 LINE 2: AS integer | |
2019-10-27 19:14:14 +0000 ^ | |
2019-10-27 19:14:14 +0000 Command was: CREATE SEQUENCE public.tag_transaction_journal_id_seq | |
2019-10-27 19:14:14 +0000 AS integer | |
2019-10-27 19:14:14 +0000 START WITH 1 | |
2019-10-27 19:14:14 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:14 +0000 NO MINVALUE | |
2019-10-27 19:14:14 +0000 ... | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE OWNED BY "public.tag_transaction_journal_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 3658; 0 0 SEQUENCE OWNED BY tag_transaction_journal_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.tag_transaction_journal_id_seq" does not exist | |
2019-10-27 19:14:14 +0000 Command was: ALTER SEQUENCE public.tag_transaction_journal_id_seq OWNED BY public.tag_transaction_journal.id; | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.tags" | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE "public.tags_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 252; 1259 16818 SEQUENCE tags_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:14 +0000 LINE 2: AS integer | |
2019-10-27 19:14:14 +0000 ^ | |
2019-10-27 19:14:14 +0000 Command was: CREATE SEQUENCE public.tags_id_seq | |
2019-10-27 19:14:14 +0000 AS integer | |
2019-10-27 19:14:14 +0000 START WITH 1 | |
2019-10-27 19:14:14 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:14 +0000 NO MINVALUE | |
2019-10-27 19:14:14 +0000 NO MAXVALUE | |
2019-10-27 19:14:14 +0000 CA... | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE OWNED BY "public.tags_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 3659; 0 0 SEQUENCE OWNED BY tags_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.tags_id_seq" does not exist | |
2019-10-27 19:14:14 +0000 Command was: ALTER SEQUENCE public.tags_id_seq OWNED BY public.tags.id; | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.transaction_currencies" | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE "public.transaction_currencies_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 200; 1259 16403 SEQUENCE transaction_currencies_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:14 +0000 LINE 2: AS integer | |
2019-10-27 19:14:14 +0000 ^ | |
2019-10-27 19:14:14 +0000 Command was: CREATE SEQUENCE public.transaction_currencies_id_seq | |
2019-10-27 19:14:14 +0000 AS integer | |
2019-10-27 19:14:14 +0000 START WITH 1 | |
2019-10-27 19:14:14 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:14 +0000 NO MINVALUE | |
2019-10-27 19:14:14 +0000 ... | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE OWNED BY "public.transaction_currencies_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 3660; 0 0 SEQUENCE OWNED BY transaction_currencies_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transaction_currencies_id_seq" does not exist | |
2019-10-27 19:14:14 +0000 Command was: ALTER SEQUENCE public.transaction_currencies_id_seq OWNED BY public.transaction_currencies.id; | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 | |
2019-10-27 19:14:14 +0000 pg_restore: creating TABLE "public.transaction_groups" | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE "public.transaction_groups_id_seq" | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] Error from TOC entry 299; 1259 17335 SEQUENCE transaction_groups_id_seq firefly | |
2019-10-27 19:14:14 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:14 +0000 LINE 2: AS integer | |
2019-10-27 19:14:14 +0000 ^ | |
2019-10-27 19:14:14 +0000 Command was: CREATE SEQUENCE public.transaction_groups_id_seq | |
2019-10-27 19:14:14 +0000 AS integer | |
2019-10-27 19:14:14 +0000 START WITH 1 | |
2019-10-27 19:14:14 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:14 +0000 NO MINVALUE | |
2019-10-27 19:14:14 +0000 NO M... | |
2019-10-27 19:14:14 +0000 pg_restore: creating SEQUENCE OWNED BY "public.transaction_groups_id_seq" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3661; 0 0 SEQUENCE OWNED BY transaction_groups_id_seq firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transaction_groups_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER SEQUENCE public.transaction_groups_id_seq OWNED BY public.transaction_groups.id; | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating TABLE "public.transaction_journals" | |
2019-10-27 19:14:15 +0000 pg_restore: creating SEQUENCE "public.transaction_journals_id_seq" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 254; 1259 16834 SEQUENCE transaction_journals_id_seq firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:15 +0000 LINE 2: AS integer | |
2019-10-27 19:14:15 +0000 ^ | |
2019-10-27 19:14:15 +0000 Command was: CREATE SEQUENCE public.transaction_journals_id_seq | |
2019-10-27 19:14:15 +0000 AS integer | |
2019-10-27 19:14:15 +0000 START WITH 1 | |
2019-10-27 19:14:15 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:15 +0000 NO MINVALUE | |
2019-10-27 19:14:15 +0000 NO... | |
2019-10-27 19:14:15 +0000 pg_restore: creating SEQUENCE OWNED BY "public.transaction_journals_id_seq" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3662; 0 0 SEQUENCE OWNED BY transaction_journals_id_seq firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transaction_journals_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER SEQUENCE public.transaction_journals_id_seq OWNED BY public.transaction_journals.id; | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating TABLE "public.transaction_types" | |
2019-10-27 19:14:15 +0000 pg_restore: creating SEQUENCE "public.transaction_types_id_seq" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 202; 1259 16413 SEQUENCE transaction_types_id_seq firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:15 +0000 LINE 2: AS integer | |
2019-10-27 19:14:15 +0000 ^ | |
2019-10-27 19:14:15 +0000 Command was: CREATE SEQUENCE public.transaction_types_id_seq | |
2019-10-27 19:14:15 +0000 AS integer | |
2019-10-27 19:14:15 +0000 START WITH 1 | |
2019-10-27 19:14:15 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:15 +0000 NO MINVALUE | |
2019-10-27 19:14:15 +0000 NO MA... | |
2019-10-27 19:14:15 +0000 pg_restore: creating SEQUENCE OWNED BY "public.transaction_types_id_seq" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3663; 0 0 SEQUENCE OWNED BY transaction_types_id_seq firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transaction_types_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER SEQUENCE public.transaction_types_id_seq OWNED BY public.transaction_types.id; | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating TABLE "public.transactions" | |
2019-10-27 19:14:15 +0000 pg_restore: creating SEQUENCE "public.transactions_id_seq" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 266; 1259 16958 SEQUENCE transactions_id_seq firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:15 +0000 LINE 2: AS integer | |
2019-10-27 19:14:15 +0000 ^ | |
2019-10-27 19:14:15 +0000 Command was: CREATE SEQUENCE public.transactions_id_seq | |
2019-10-27 19:14:15 +0000 AS integer | |
2019-10-27 19:14:15 +0000 START WITH 1 | |
2019-10-27 19:14:15 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:15 +0000 NO MINVALUE | |
2019-10-27 19:14:15 +0000 NO MAXVALU... | |
2019-10-27 19:14:15 +0000 pg_restore: creating SEQUENCE OWNED BY "public.transactions_id_seq" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3664; 0 0 SEQUENCE OWNED BY transactions_id_seq firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transactions_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER SEQUENCE public.transactions_id_seq OWNED BY public.transactions.id; | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating TABLE "public.users" | |
2019-10-27 19:14:15 +0000 pg_restore: creating SEQUENCE "public.users_id_seq" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 215; 1259 16502 SEQUENCE users_id_seq firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: syntax error at or near "AS" | |
2019-10-27 19:14:15 +0000 LINE 2: AS integer | |
2019-10-27 19:14:15 +0000 ^ | |
2019-10-27 19:14:15 +0000 Command was: CREATE SEQUENCE public.users_id_seq | |
2019-10-27 19:14:15 +0000 AS integer | |
2019-10-27 19:14:15 +0000 START WITH 1 | |
2019-10-27 19:14:15 +0000 INCREMENT BY 1 | |
2019-10-27 19:14:15 +0000 NO MINVALUE | |
2019-10-27 19:14:15 +0000 NO MAXVALUE | |
2019-10-27 19:14:15 +0000 C... | |
2019-10-27 19:14:15 +0000 pg_restore: creating SEQUENCE OWNED BY "public.users_id_seq" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3665; 0 0 SEQUENCE OWNED BY users_id_seq firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.users_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER SEQUENCE public.users_id_seq OWNED BY public.users.id; | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.account_meta id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3094; 2604 16539 DEFAULT account_meta id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.account_meta_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.account_meta ALTER COLUMN id SET DEFAULT nextval('public.account_meta_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.account_types id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3080; 2604 16398 DEFAULT account_types id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.account_types_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.account_types ALTER COLUMN id SET DEFAULT nextval('public.account_types_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.accounts id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3091; 2604 16516 DEFAULT accounts id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.accounts_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.accounts ALTER COLUMN id SET DEFAULT nextval('public.accounts_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.attachments id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3100; 2604 16587 DEFAULT attachments id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.attachments_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.attachments ALTER COLUMN id SET DEFAULT nextval('public.attachments_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.available_budgets id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3154; 2604 17039 DEFAULT available_budgets id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.available_budgets_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.available_budgets ALTER COLUMN id SET DEFAULT nextval('public.available_budgets_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.bills id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3102; 2604 16604 DEFAULT bills id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.bills_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.bills ALTER COLUMN id SET DEFAULT nextval('public.bills_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.budget_limits id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3112; 2604 16643 DEFAULT budget_limits id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.budget_limits_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.budget_limits ALTER COLUMN id SET DEFAULT nextval('public.budget_limits_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.budget_transaction id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3151; 2604 16984 DEFAULT budget_transaction id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.budget_transaction_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.budget_transaction ALTER COLUMN id SET DEFAULT nextval('public.budget_transaction_id_seq'::regclass)... | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.budget_transaction_journal id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3145; 2604 16909 DEFAULT budget_transaction_journal id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.budget_transaction_journal_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.budget_transaction_journal ALTER COLUMN id SET DEFAULT nextval('public.budget_transaction_journal_id... | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.budgets id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3108; 2604 16625 DEFAULT budgets id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.budgets_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.budgets ALTER COLUMN id SET DEFAULT nextval('public.budgets_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.categories id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3114; 2604 16670 DEFAULT categories id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.categories_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.categories ALTER COLUMN id SET DEFAULT nextval('public.categories_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.category_transaction id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3152; 2604 17002 DEFAULT category_transaction id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.category_transaction_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.category_transaction ALTER COLUMN id SET DEFAULT nextval('public.category_transaction_id_seq'::regcl... | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.category_transaction_journal id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3146; 2604 16927 DEFAULT category_transaction_journal id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.category_transaction_journal_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.category_transaction_journal ALTER COLUMN id SET DEFAULT nextval('public.category_transaction_journa... | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.configuration id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3088; 2604 16494 DEFAULT configuration id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.configuration_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.configuration ALTER COLUMN id SET DEFAULT nextval('public.configuration_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.currency_exchange_rates id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3155; 2604 17063 DEFAULT currency_exchange_rates id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.currency_exchange_rates_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.currency_exchange_rates ALTER COLUMN id SET DEFAULT nextval('public.currency_exchange_rates_id_seq':... | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.export_jobs id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3116; 2604 16687 DEFAULT export_jobs id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.export_jobs_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.export_jobs ALTER COLUMN id SET DEFAULT nextval('public.export_jobs_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.group_journals id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3168; 2604 17356 DEFAULT group_journals id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.group_journals_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.group_journals ALTER COLUMN id SET DEFAULT nextval('public.group_journals_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.import_jobs id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3117; 2604 16700 DEFAULT import_jobs id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.import_jobs_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.import_jobs ALTER COLUMN id SET DEFAULT nextval('public.import_jobs_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.jobs id" | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.journal_links id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3157; 2604 17109 DEFAULT journal_links id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.journal_links_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.journal_links ALTER COLUMN id SET DEFAULT nextval('public.journal_links_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.journal_meta id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3143; 2604 16873 DEFAULT journal_meta id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.journal_meta_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.journal_meta ALTER COLUMN id SET DEFAULT nextval('public.journal_meta_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.limit_repetitions id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3113; 2604 16657 DEFAULT limit_repetitions id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.limit_repetitions_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.limit_repetitions ALTER COLUMN id SET DEFAULT nextval('public.limit_repetitions_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.link_types id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3156; 2604 17096 DEFAULT link_types id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.link_types_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.link_types ALTER COLUMN id SET DEFAULT nextval('public.link_types_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.migrations id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3079; 2604 16390 DEFAULT migrations id firefly | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.migrations_id_seq" does not exist | |
2019-10-27 19:14:15 +0000 Command was: ALTER TABLE ONLY public.migrations ALTER COLUMN id SET DEFAULT nextval('public.migrations_id_seq'::regclass); | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 | |
2019-10-27 19:14:15 +0000 pg_restore: creating DEFAULT "public.notes id" | |
2019-10-27 19:14:15 +0000 pg_restore: [archiver (db)] Error from TOC entry 3153; 2604 17028 DEFAULT notes id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.notes_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.notes ALTER COLUMN id SET DEFAULT nextval('public.notes_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.oauth_clients id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3158; 2604 17168 DEFAULT oauth_clients id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.oauth_clients_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.oauth_clients ALTER COLUMN id SET DEFAULT nextval('public.oauth_clients_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.oauth_personal_access_clients id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3159; 2604 17180 DEFAULT oauth_personal_access_clients id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.oauth_personal_access_clients_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.oauth_personal_access_clients ALTER COLUMN id SET DEFAULT nextval('public.oauth_personal_access_clie... | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.permissions id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3086; 2604 16445 DEFAULT permissions id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.permissions_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.permissions ALTER COLUMN id SET DEFAULT nextval('public.permissions_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.piggy_bank_events id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3147; 2604 16945 DEFAULT piggy_bank_events id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.piggy_bank_events_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.piggy_bank_events ALTER COLUMN id SET DEFAULT nextval('public.piggy_bank_events_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.piggy_bank_repetitions id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3099; 2604 16574 DEFAULT piggy_bank_repetitions id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.piggy_bank_repetitions_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.piggy_bank_repetitions ALTER COLUMN id SET DEFAULT nextval('public.piggy_bank_repetitions_id_seq'::r... | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.piggy_banks id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3095; 2604 16555 DEFAULT piggy_banks id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.piggy_banks_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.piggy_banks ALTER COLUMN id SET DEFAULT nextval('public.piggy_banks_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.preferences id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3120; 2604 16718 DEFAULT preferences id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.preferences_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.preferences ALTER COLUMN id SET DEFAULT nextval('public.preferences_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.recurrences id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3160; 2604 17225 DEFAULT recurrences id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.recurrences_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.recurrences ALTER COLUMN id SET DEFAULT nextval('public.recurrences_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.recurrences_meta id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3165; 2604 17297 DEFAULT recurrences_meta id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.recurrences_meta_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.recurrences_meta ALTER COLUMN id SET DEFAULT nextval('public.recurrences_meta_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.recurrences_repetitions id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3164; 2604 17284 DEFAULT recurrences_repetitions id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.recurrences_repetitions_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.recurrences_repetitions ALTER COLUMN id SET DEFAULT nextval('public.recurrences_repetitions_id_seq':... | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.recurrences_transactions id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3163; 2604 17248 DEFAULT recurrences_transactions id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.recurrences_transactions_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.recurrences_transactions ALTER COLUMN id SET DEFAULT nextval('public.recurrences_transactions_id_seq... | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.roles id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3087; 2604 16458 DEFAULT roles id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.roles_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.roles ALTER COLUMN id SET DEFAULT nextval('public.roles_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.rt_meta id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3166; 2604 17313 DEFAULT rt_meta id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rt_meta_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.rt_meta ALTER COLUMN id SET DEFAULT nextval('public.rt_meta_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.rule_actions id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3130; 2604 16791 DEFAULT rule_actions id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rule_actions_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.rule_actions ALTER COLUMN id SET DEFAULT nextval('public.rule_actions_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.rule_groups id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3121; 2604 16749 DEFAULT rule_groups id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rule_groups_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.rule_groups ALTER COLUMN id SET DEFAULT nextval('public.rule_groups_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.rule_triggers id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3134; 2604 16807 DEFAULT rule_triggers id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rule_triggers_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.rule_triggers ALTER COLUMN id SET DEFAULT nextval('public.rule_triggers_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.rules id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3125; 2604 16767 DEFAULT rules id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rules_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.rules ALTER COLUMN id SET DEFAULT nextval('public.rules_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.tag_transaction_journal id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3144; 2604 16889 DEFAULT tag_transaction_journal id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.tag_transaction_journal_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.tag_transaction_journal ALTER COLUMN id SET DEFAULT nextval('public.tag_transaction_journal_id_seq':... | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.tags id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3138; 2604 16823 DEFAULT tags id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.tags_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.tags ALTER COLUMN id SET DEFAULT nextval('public.tags_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.transaction_currencies id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3081; 2604 16408 DEFAULT transaction_currencies id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transaction_currencies_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.transaction_currencies ALTER COLUMN id SET DEFAULT nextval('public.transaction_currencies_id_seq'::r... | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.transaction_groups id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3167; 2604 17340 DEFAULT transaction_groups id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transaction_groups_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.transaction_groups ALTER COLUMN id SET DEFAULT nextval('public.transaction_groups_id_seq'::regclass)... | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.transaction_journals id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3139; 2604 16839 DEFAULT transaction_journals id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transaction_journals_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.transaction_journals ALTER COLUMN id SET DEFAULT nextval('public.transaction_journals_id_seq'::regcl... | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.transaction_types id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3084; 2604 16418 DEFAULT transaction_types id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transaction_types_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.transaction_types ALTER COLUMN id SET DEFAULT nextval('public.transaction_types_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.transactions id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3148; 2604 16963 DEFAULT transactions id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transactions_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.transactions ALTER COLUMN id SET DEFAULT nextval('public.transactions_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: creating DEFAULT "public.users id" | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3089; 2604 16507 DEFAULT users id firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.users_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 Command was: ALTER TABLE ONLY public.users ALTER COLUMN id SET DEFAULT nextval('public.users_id_seq'::regclass); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.account_meta" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.account_types" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.accounts" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.attachments" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.available_budgets" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.bills" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.budget_limits" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.budget_transaction" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.budget_transaction_journal" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.budgets" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.categories" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.category_transaction" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.category_transaction_journal" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.configuration" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.currency_exchange_rates" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.export_jobs" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.group_journals" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.import_jobs" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.jobs" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.journal_links" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.journal_meta" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.limit_repetitions" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.link_types" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.migrations" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.notes" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.oauth_access_tokens" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.oauth_auth_codes" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.oauth_clients" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.oauth_personal_access_clients" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.oauth_refresh_tokens" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.password_resets" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.permission_role" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.permissions" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.piggy_bank_events" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.piggy_bank_repetitions" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.piggy_banks" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.preferences" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.recurrences" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.recurrences_meta" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.recurrences_repetitions" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.recurrences_transactions" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.role_user" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.roles" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.rt_meta" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.rule_actions" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.rule_groups" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.rule_triggers" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.rules" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.sessions" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.tag_transaction_journal" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.tags" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.transaction_currencies" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.transaction_groups" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.transaction_journals" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.transaction_types" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.transactions" | |
2019-10-27 19:14:16 +0000 pg_restore: processing data for table "public.users" | |
2019-10-27 19:14:16 +0000 pg_restore: executing SEQUENCE SET account_meta_id_seq | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3666; 0 0 SEQUENCE SET account_meta_id_seq firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.account_meta_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 LINE 1: SELECT pg_catalog.setval('public.account_meta_id_seq', 56, t... | |
2019-10-27 19:14:16 +0000 ^ | |
2019-10-27 19:14:16 +0000 Command was: SELECT pg_catalog.setval('public.account_meta_id_seq', 56, true); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: executing SEQUENCE SET account_types_id_seq | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3667; 0 0 SEQUENCE SET account_types_id_seq firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.account_types_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 LINE 1: SELECT pg_catalog.setval('public.account_types_id_seq', 72, ... | |
2019-10-27 19:14:16 +0000 ^ | |
2019-10-27 19:14:16 +0000 Command was: SELECT pg_catalog.setval('public.account_types_id_seq', 72, true); | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 | |
2019-10-27 19:14:16 +0000 pg_restore: executing SEQUENCE SET accounts_id_seq | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] Error from TOC entry 3668; 0 0 SEQUENCE SET accounts_id_seq firefly | |
2019-10-27 19:14:16 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.accounts_id_seq" does not exist | |
2019-10-27 19:14:16 +0000 LINE 1: SELECT pg_catalog.setval('public.accounts_id_seq', 29, true)... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.accounts_id_seq', 29, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET attachments_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3669; 0 0 SEQUENCE SET attachments_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.attachments_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.attachments_id_seq', 20, tr... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.attachments_id_seq', 20, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET available_budgets_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3670; 0 0 SEQUENCE SET available_budgets_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.available_budgets_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.available_budgets_id_seq', ... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.available_budgets_id_seq', 1, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET bills_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3671; 0 0 SEQUENCE SET bills_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.bills_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.bills_id_seq', 3, true); | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.bills_id_seq', 3, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET budget_limits_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3672; 0 0 SEQUENCE SET budget_limits_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.budget_limits_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.budget_limits_id_seq', 13, ... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.budget_limits_id_seq', 13, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET budget_transaction_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3673; 0 0 SEQUENCE SET budget_transaction_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.budget_transaction_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.budget_transaction_id_seq',... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.budget_transaction_id_seq', 1, false); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET budget_transaction_journal_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3674; 0 0 SEQUENCE SET budget_transaction_journal_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.budget_transaction_journal_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.budget_transaction_journal_... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.budget_transaction_journal_id_seq', 17, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET budgets_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3675; 0 0 SEQUENCE SET budgets_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.budgets_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.budgets_id_seq', 5, true); | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.budgets_id_seq', 5, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET categories_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3676; 0 0 SEQUENCE SET categories_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.categories_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.categories_id_seq', 13, tru... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.categories_id_seq', 13, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET category_transaction_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3677; 0 0 SEQUENCE SET category_transaction_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.category_transaction_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.category_transaction_id_seq... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.category_transaction_id_seq', 1, false); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET category_transaction_journal_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3678; 0 0 SEQUENCE SET category_transaction_journal_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.category_transaction_journal_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.category_transaction_journa... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.category_transaction_journal_id_seq', 784, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET configuration_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3679; 0 0 SEQUENCE SET configuration_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.configuration_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.configuration_id_seq', 33, ... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.configuration_id_seq', 33, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET currency_exchange_rates_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3680; 0 0 SEQUENCE SET currency_exchange_rates_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.currency_exchange_rates_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.currency_exchange_rates_id_... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.currency_exchange_rates_id_seq', 1, false); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET export_jobs_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3681; 0 0 SEQUENCE SET export_jobs_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.export_jobs_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.export_jobs_id_seq', 1, fal... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.export_jobs_id_seq', 1, false); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET group_journals_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3682; 0 0 SEQUENCE SET group_journals_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.group_journals_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.group_journals_id_seq', 1, ... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.group_journals_id_seq', 1, false); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET import_jobs_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3683; 0 0 SEQUENCE SET import_jobs_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.import_jobs_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.import_jobs_id_seq', 10, tr... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.import_jobs_id_seq', 10, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET jobs_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET journal_links_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3685; 0 0 SEQUENCE SET journal_links_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.journal_links_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.journal_links_id_seq', 1, f... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.journal_links_id_seq', 1, false); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET journal_meta_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3686; 0 0 SEQUENCE SET journal_meta_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.journal_meta_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.journal_meta_id_seq', 874, ... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.journal_meta_id_seq', 874, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET limit_repetitions_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3687; 0 0 SEQUENCE SET limit_repetitions_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.limit_repetitions_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.limit_repetitions_id_seq', ... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.limit_repetitions_id_seq', 1, false); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET link_types_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3688; 0 0 SEQUENCE SET link_types_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.link_types_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.link_types_id_seq', 24, tru... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.link_types_id_seq', 24, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET migrations_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3689; 0 0 SEQUENCE SET migrations_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.migrations_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.migrations_id_seq', 30, tru... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.migrations_id_seq', 30, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET notes_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3690; 0 0 SEQUENCE SET notes_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.notes_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.notes_id_seq', 834, true); | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.notes_id_seq', 834, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET oauth_clients_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3691; 0 0 SEQUENCE SET oauth_clients_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.oauth_clients_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.oauth_clients_id_seq', 8, t... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.oauth_clients_id_seq', 8, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET oauth_personal_access_clients_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3692; 0 0 SEQUENCE SET oauth_personal_access_clients_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.oauth_personal_access_clients_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.oauth_personal_access_clien... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.oauth_personal_access_clients_id_seq', 4, true); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET permissions_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3693; 0 0 SEQUENCE SET permissions_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.permissions_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.permissions_id_seq', 1, fal... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.permissions_id_seq', 1, false); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:17 +0000 pg_restore: executing SEQUENCE SET piggy_bank_events_id_seq | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] Error from TOC entry 3694; 0 0 SEQUENCE SET piggy_bank_events_id_seq firefly | |
2019-10-27 19:14:17 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.piggy_bank_events_id_seq" does not exist | |
2019-10-27 19:14:17 +0000 LINE 1: SELECT pg_catalog.setval('public.piggy_bank_events_id_seq', ... | |
2019-10-27 19:14:17 +0000 ^ | |
2019-10-27 19:14:17 +0000 Command was: SELECT pg_catalog.setval('public.piggy_bank_events_id_seq', 1, false); | |
2019-10-27 19:14:17 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET piggy_bank_repetitions_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3695; 0 0 SEQUENCE SET piggy_bank_repetitions_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.piggy_bank_repetitions_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.piggy_bank_repetitions_id_s... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.piggy_bank_repetitions_id_seq', 1, false); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET piggy_banks_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3696; 0 0 SEQUENCE SET piggy_banks_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.piggy_banks_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.piggy_banks_id_seq', 1, fal... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.piggy_banks_id_seq', 1, false); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET preferences_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3697; 0 0 SEQUENCE SET preferences_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.preferences_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.preferences_id_seq', 23, tr... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.preferences_id_seq', 23, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET recurrences_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3698; 0 0 SEQUENCE SET recurrences_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.recurrences_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.recurrences_id_seq', 1, fal... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.recurrences_id_seq', 1, false); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET recurrences_meta_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3699; 0 0 SEQUENCE SET recurrences_meta_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.recurrences_meta_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.recurrences_meta_id_seq', 1... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.recurrences_meta_id_seq', 1, false); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET recurrences_repetitions_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3700; 0 0 SEQUENCE SET recurrences_repetitions_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.recurrences_repetitions_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.recurrences_repetitions_id_... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.recurrences_repetitions_id_seq', 1, false); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET recurrences_transactions_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3701; 0 0 SEQUENCE SET recurrences_transactions_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.recurrences_transactions_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.recurrences_transactions_id... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.recurrences_transactions_id_seq', 1, false); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET roles_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3702; 0 0 SEQUENCE SET roles_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.roles_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.roles_id_seq', 12, true); | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.roles_id_seq', 12, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET rt_meta_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3703; 0 0 SEQUENCE SET rt_meta_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rt_meta_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.rt_meta_id_seq', 1, false); | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.rt_meta_id_seq', 1, false); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET rule_actions_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3704; 0 0 SEQUENCE SET rule_actions_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rule_actions_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.rule_actions_id_seq', 7, tr... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.rule_actions_id_seq', 7, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET rule_groups_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3705; 0 0 SEQUENCE SET rule_groups_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rule_groups_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.rule_groups_id_seq', 1, tru... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.rule_groups_id_seq', 1, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET rule_triggers_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3706; 0 0 SEQUENCE SET rule_triggers_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rule_triggers_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.rule_triggers_id_seq', 28, ... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.rule_triggers_id_seq', 28, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET rules_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3707; 0 0 SEQUENCE SET rules_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.rules_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.rules_id_seq', 4, true); | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.rules_id_seq', 4, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET tag_transaction_journal_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3708; 0 0 SEQUENCE SET tag_transaction_journal_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.tag_transaction_journal_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.tag_transaction_journal_id_... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.tag_transaction_journal_id_seq', 834, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET tags_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3709; 0 0 SEQUENCE SET tags_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.tags_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.tags_id_seq', 6, true); | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.tags_id_seq', 6, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET transaction_currencies_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3710; 0 0 SEQUENCE SET transaction_currencies_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transaction_currencies_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.transaction_currencies_id_s... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.transaction_currencies_id_seq', 150, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET transaction_groups_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3711; 0 0 SEQUENCE SET transaction_groups_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transaction_groups_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.transaction_groups_id_seq',... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.transaction_groups_id_seq', 858, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET transaction_journals_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3712; 0 0 SEQUENCE SET transaction_journals_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transaction_journals_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.transaction_journals_id_seq... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.transaction_journals_id_seq', 858, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET transaction_types_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3713; 0 0 SEQUENCE SET transaction_types_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transaction_types_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.transaction_types_id_seq', ... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.transaction_types_id_seq', 30, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET transactions_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3714; 0 0 SEQUENCE SET transactions_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.transactions_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.transactions_id_seq', 1716,... | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.transactions_id_seq', 1716, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: executing SEQUENCE SET users_id_seq | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] Error from TOC entry 3715; 0 0 SEQUENCE SET users_id_seq firefly | |
2019-10-27 19:14:18 +0000 pg_restore: [archiver (db)] could not execute query: ERROR: relation "public.users_id_seq" does not exist | |
2019-10-27 19:14:18 +0000 LINE 1: SELECT pg_catalog.setval('public.users_id_seq', 1, true); | |
2019-10-27 19:14:18 +0000 ^ | |
2019-10-27 19:14:18 +0000 Command was: SELECT pg_catalog.setval('public.users_id_seq', 1, true); | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.account_meta account_meta_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.account_types account_types_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.account_types account_types_type_unique" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.accounts accounts_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.attachments attachments_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.available_budgets available_budgets_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.bills bills_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.budget_limits budget_limits_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.budget_transaction_journal budget_transaction_journal_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.budget_transaction budget_transaction_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.budgets budgets_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.categories categories_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.category_transaction_journal category_transaction_journal_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.category_transaction category_transaction_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.configuration configuration_name_unique" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.configuration configuration_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.currency_exchange_rates currency_exchange_rates_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.export_jobs export_jobs_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.group_journals group_journals_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.import_jobs import_jobs_key_unique" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.import_jobs import_jobs_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.jobs jobs_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.journal_links journal_links_link_type_id_source_id_destination_id_unique" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.journal_links journal_links_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.journal_meta journal_meta_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.limit_repetitions limit_repetitions_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.link_types link_types_name_outward_inward_unique" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.link_types link_types_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.migrations migrations_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.notes notes_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.oauth_access_tokens oauth_access_tokens_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.oauth_auth_codes oauth_auth_codes_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.oauth_clients oauth_clients_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.oauth_personal_access_clients oauth_personal_access_clients_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.oauth_refresh_tokens oauth_refresh_tokens_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.permission_role permission_role_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.permissions permissions_name_unique" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.permissions permissions_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.piggy_bank_events piggy_bank_events_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.piggy_bank_repetitions piggy_bank_repetitions_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.piggy_banks piggy_banks_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.preferences preferences_pkey" | |
2019-10-27 19:14:18 +0000 pg_restore: creating CONSTRAINT "public.recurrences_meta recurrences_meta_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.recurrences recurrences_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.recurrences_repetitions recurrences_repetitions_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.recurrences_transactions recurrences_transactions_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.role_user role_user_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.roles roles_name_unique" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.roles roles_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.rt_meta rt_meta_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.rule_actions rule_actions_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.rule_groups rule_groups_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.rule_triggers rule_triggers_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.rules rules_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.sessions sessions_id_unique" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.tag_transaction_journal tag_transaction_journal_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.tag_transaction_journal tag_transaction_journal_tag_id_transaction_journal_id_unique" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.tags tags_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.transaction_currencies transaction_currencies_code_unique" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.transaction_currencies transaction_currencies_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.transaction_groups transaction_groups_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.transaction_journals transaction_journals_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.transaction_types transaction_types_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.transaction_types transaction_types_type_unique" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.transactions transactions_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.group_journals unique_in_group" | |
2019-10-27 19:14:19 +0000 pg_restore: creating CONSTRAINT "public.users users_pkey" | |
2019-10-27 19:14:19 +0000 pg_restore: creating INDEX "public.jobs_queue_reserved_reserved_at_index" | |
2019-10-27 19:14:19 +0000 pg_restore: creating INDEX "public.oauth_access_tokens_user_id_index" | |
2019-10-27 19:14:19 +0000 pg_restore: creating INDEX "public.oauth_clients_user_id_index" | |
2019-10-27 19:14:19 +0000 pg_restore: creating INDEX "public.oauth_personal_access_clients_client_id_index" | |
2019-10-27 19:14:19 +0000 pg_restore: creating INDEX "public.oauth_refresh_tokens_access_token_id_index" | |
2019-10-27 19:14:19 +0000 pg_restore: creating INDEX "public.password_resets_email_index" | |
2019-10-27 19:14:19 +0000 pg_restore: creating INDEX "public.password_resets_token_index" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.account_meta account_meta_account_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.accounts accounts_account_type_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.accounts accounts_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.attachments attachments_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.available_budgets available_budgets_transaction_currency_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.available_budgets available_budgets_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.bills bills_transaction_currency_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.bills bills_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.budget_limits budget_limits_budget_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.budget_limits budget_limits_transaction_currency_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.budget_transaction budget_transaction_budget_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.budget_transaction_journal budget_transaction_journal_budget_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.budget_transaction_journal budget_transaction_journal_transaction_journal_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.budget_transaction budget_transaction_transaction_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.budgets budgets_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.categories categories_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.category_transaction category_transaction_category_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.category_transaction_journal category_transaction_journal_category_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.category_transaction_journal category_transaction_journal_transaction_journal_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.category_transaction category_transaction_transaction_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.currency_exchange_rates currency_exchange_rates_from_currency_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.currency_exchange_rates currency_exchange_rates_to_currency_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.currency_exchange_rates currency_exchange_rates_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.export_jobs export_jobs_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.group_journals group_journals_transaction_group_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.group_journals group_journals_transaction_journal_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.import_jobs import_jobs_tag_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.import_jobs import_jobs_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.journal_links journal_links_destination_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.journal_links journal_links_link_type_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.journal_links journal_links_source_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.journal_meta journal_meta_transaction_journal_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.limit_repetitions limit_repetitions_budget_limit_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.permission_role permission_role_permission_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.permission_role permission_role_role_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.piggy_bank_events piggy_bank_events_piggy_bank_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.piggy_bank_events piggy_bank_events_transaction_journal_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.piggy_bank_repetitions piggy_bank_repetitions_piggy_bank_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.piggy_banks piggy_banks_account_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.preferences preferences_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.recurrences_meta recurrences_meta_recurrence_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.recurrences_repetitions recurrences_repetitions_recurrence_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.recurrences recurrences_transaction_type_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.recurrences_transactions recurrences_transactions_destination_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.recurrences_transactions recurrences_transactions_foreign_currency_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.recurrences_transactions recurrences_transactions_recurrence_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.recurrences_transactions recurrences_transactions_source_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.recurrences_transactions recurrences_transactions_transaction_currency_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.recurrences recurrences_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.role_user role_user_role_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.role_user role_user_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.rt_meta rt_meta_rt_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.rule_actions rule_actions_rule_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.rule_groups rule_groups_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.rule_triggers rule_triggers_rule_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.rules rules_rule_group_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.rules rules_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.tag_transaction_journal tag_transaction_journal_tag_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.tag_transaction_journal tag_transaction_journal_transaction_journal_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.tags tags_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.transaction_groups transaction_groups_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.transaction_journals transaction_journals_bill_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.transaction_journals transaction_journals_transaction_currency_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.transaction_journals transaction_journals_transaction_group_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.transaction_journals transaction_journals_transaction_type_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.transaction_journals transaction_journals_user_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.transactions transactions_account_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.transactions transactions_foreign_currency_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.transactions transactions_transaction_currency_id_foreign" | |
2019-10-27 19:14:19 +0000 pg_restore: creating FK CONSTRAINT "public.transactions transactions_transaction_journal_id_foreign" | |
2019-10-27 19:14:19 +0000 WARNING: errors ignored on restore: 197 | |
2019-10-27 19:14:19 +0000 pg_restore finished with errors | |
2019-10-27 19:14:19 +0000 waiting for download to complete | |
2019-10-27 19:14:19 +0000 download finished successfully | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment