Skip to content

Instantly share code, notes, and snippets.

@ebzzry
Created November 26, 2019 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebzzry/0d92e15905d7fb002d56fdaf3095230f to your computer and use it in GitHub Desktop.
Save ebzzry/0d92e15905d7fb002d56fdaf3095230f to your computer and use it in GitHub Desktop.
> pgloader db.sqlite "postgresql://doadmin:kxtxuol7ammwyu9e@mimix-wiki-do-user-6768439-0.db.ondigitalocean.com:25060/wiki?sslmode=require"
2019-11-26T11:00:25.971000Z ERROR PostgreSQL ["migrations"] Database error 22008: date/time field value out of range: "1571916718568-01-01"
CONTEXT: COPY migrations, line 1, column migration_time: "1571916718568-01-01"
2019-11-26T11:00:27.175000Z ERROR PostgreSQL ["migrations"] Database error 22008: date/time field value out of range: "1571916718574-01-01"
CONTEXT: COPY migrations, line 1, column migration_time: "1571916718574-01-01"
2019-11-26T11:00:28.581000Z ERROR PostgreSQL ["migrations"] Database error 22008: date/time field value out of range: "1571916718578-01-01"
CONTEXT: COPY migrations, line 1, column migration_time: "1571916718578-01-01"
2019-11-26T11:00:29.792000Z ERROR PostgreSQL ["migrations"] Database error 22008: date/time field value out of range: "1571916718580-01-01"
CONTEXT: COPY migrations, line 1, column migration_time: "1571916718580-01-01"
2019-11-26T11:00:31.020000Z ERROR PostgreSQL ["migrations"] Database error 22008: date/time field value out of range: "1571916718591-01-01"
CONTEXT: COPY migrations, line 1, column migration_time: "1571916718591-01-01"
2019-11-26T11:00:32.425000Z ERROR PostgreSQL ["migrations"] Database error 22008: date/time field value out of range: "1571916718593-01-01"
CONTEXT: COPY migrations, line 1, column migration_time: "1571916718593-01-01"
2019-11-26T11:00:33.635000Z ERROR PostgreSQL ["migrations"] Database error 22008: date/time field value out of range: "1571916718595-01-01"
CONTEXT: COPY migrations, line 1, column migration_time: "1571916718595-01-01"
2019-11-26T11:00:34.868000Z ERROR PostgreSQL ["migrations"] Database error 22008: date/time field value out of range: "1571916718596-01-01"
CONTEXT: COPY migrations, line 1, column migration_time: "1571916718596-01-01"
2019-11-26T11:00:36.078000Z ERROR PostgreSQL ["migrations"] Database error 22008: date/time field value out of range: "1571916718598-01-01"
CONTEXT: COPY migrations, line 1, column migration_time: "1571916718598-01-01"
2019-11-26T11:00:37.487000Z ERROR PostgreSQL ["migrations"] Database error 22008: date/time field value out of range: "1572456310544-01-01"
CONTEXT: COPY migrations, line 1, column migration_time: "1572456310544-01-01"
KABOOM!
FATAL error: There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION
PGLOADER.CATALOG:FORMAT-TABLE-NAME (1)>
when called with arguments
(NIL).
An unhandled error condition has been signalled:
There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION PGLOADER.CATALOG:FORMAT-TABLE-NAME (1)>
when called with arguments
(NIL).
What I am doing here?
There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION PGLOADER.CATALOG:FORMAT-TABLE-NAME (1)>
when called with arguments
(NIL).
Waiting for the monitor thread to complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment