Skip to content

Instantly share code, notes, and snippets.

@onodai145
Created June 12, 2022 02:42
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 onodai145/5db578f4205affe2768e3c26e7dbb19c to your computer and use it in GitHub Desktop.
Save onodai145/5db578f4205affe2768e3c26e7dbb19c to your computer and use it in GitHub Desktop.
Jun 12, 2022 @ 09:56:19.429
Jun 12, 2022 @ 09:56:19.430 > npm run migrate && npm run start
Jun 12, 2022 @ 09:56:19.430 > misskey@12.111.0 migrateandstart
Jun 12, 2022 @ 09:56:19.430
Jun 12, 2022 @ 09:56:20.425
Jun 12, 2022 @ 09:56:20.425 > cd packages/backend && npx typeorm migration:run -d ormconfig.js
Jun 12, 2022 @ 09:56:20.425 > misskey@12.111.0 migrate
Jun 12, 2022 @ 09:56:20.425
Jun 12, 2022 @ 09:56:25.501 query: SELECT * FROM current_schema()
Jun 12, 2022 @ 09:56:25.957 query: SHOW server_version;
Jun 12, 2022 @ 09:56:25.978 query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'public' AND "table_name" = 'migrations'
Jun 12, 2022 @ 09:56:26.003 query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'public' AND "table_name" = 'typeorm_metadata'
Jun 12, 2022 @ 09:56:26.013 query: SELECT * FROM "migrations" "migrations" ORDER BY "id" DESC
Jun 12, 2022 @ 09:56:26.021 140 migrations are already loaded in the database.
Jun 12, 2022 @ 09:56:26.021 142 migrations were found in the source code.
Jun 12, 2022 @ 09:56:26.027 webhook21648816172177 is the last executed migration. It was executed on Fri Apr 01 2022 12:29:32 GMT+0000 (Coordinated Universal Time).
Jun 12, 2022 @ 09:56:26.027 2 migrations are new migrations must be executed.
Jun 12, 2022 @ 09:56:26.029 query: START TRANSACTION
Jun 12, 2022 @ 09:56:26.031 query: ALTER INDEX "public"."IDX_seoignmeoprigmkpodgrjmkpormg" RENAME TO "IDX_c8cc87bd0f2f4487d17c651fbf"
Jun 12, 2022 @ 09:56:26.032 query: DROP INDEX "public"."IDX_note_on_channelId_and_id_desc"
Jun 12, 2022 @ 09:56:26.034 query: ALTER TABLE "user" ALTER COLUMN "followersUri" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.036 query: ALTER TABLE "access_token" ALTER COLUMN "session" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.038 query: ALTER TABLE "access_token" ALTER COLUMN "appId" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.039 query: ALTER TABLE "access_token" ALTER COLUMN "name" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.040 query: ALTER TABLE "access_token" ALTER COLUMN "description" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.042 query: ALTER TABLE "access_token" ALTER COLUMN "iconUrl" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.044 query: ALTER TABLE "instance" ALTER COLUMN "softwareName" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.047 query: ALTER TABLE "instance" ALTER COLUMN "softwareVersion" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.048 query: ALTER TABLE "instance" ALTER COLUMN "name" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.049 query: ALTER TABLE "instance" ALTER COLUMN "description" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.050 query: ALTER TABLE "instance" ALTER COLUMN "maintainerName" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.051 query: ALTER TABLE "instance" ALTER COLUMN "iconUrl" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.051 query: ALTER TABLE "instance" ALTER COLUMN "maintainerEmail" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.052 query: ALTER TABLE "instance" ALTER COLUMN "faviconUrl" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.053 query: ALTER TABLE "instance" ALTER COLUMN "themeColor" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.054 query: ALTER TABLE "clip" ALTER COLUMN "description" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.056 query: ALTER TABLE "note" ALTER COLUMN "channelId" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.057 query: ALTER TABLE "abuse_user_report" ALTER COLUMN "comment" DROP DEFAULT
Jun 12, 2022 @ 09:56:26.058 query: CREATE INDEX "IDX_315c779174fe8247ab324f036e" ON "drive_file" ("isLink")
Jun 12, 2022 @ 09:56:26.059 query: CREATE INDEX "IDX_f22169eb10657bded6d875ac8f" ON "note" ("channelId")
Jun 12, 2022 @ 09:56:26.060 query: CREATE INDEX "IDX_a9021cc2e1feb5f72d3db6e9f5" ON "abuse_user_report" ("targetUserId")
Jun 12, 2022 @ 09:56:26.061 query: DELETE FROM "abuse_user_report" WHERE "targetUserId" NOT IN (SELECT "id" FROM "user")
Jun 12, 2022 @ 09:56:26.063 query: ALTER TABLE "poll" ADD CONSTRAINT "UQ_da851e06d0dfe2ef397d8b1bf1b" UNIQUE ("noteId")
Jun 12, 2022 @ 09:56:26.064 query: ALTER TABLE "user_keypair" ADD CONSTRAINT "UQ_f4853eb41ab722fe05f81cedeb6" UNIQUE ("userId")
Jun 12, 2022 @ 09:56:26.066 query: ALTER TABLE "user_profile" ADD CONSTRAINT "UQ_51cb79b5555effaf7d69ba1cff9" UNIQUE ("userId")
Jun 12, 2022 @ 09:56:26.067 query: ALTER TABLE "user_publickey" ADD CONSTRAINT "UQ_10c146e4b39b443ede016f6736d" UNIQUE ("userId")
Jun 12, 2022 @ 09:56:26.068 query: ALTER TABLE "promo_note" ADD CONSTRAINT "UQ_e263909ca4fe5d57f8d4230dd5c" UNIQUE ("noteId")
Jun 12, 2022 @ 09:56:26.069 query: ALTER TABLE "page" RENAME CONSTRAINT "FK_3126dd7c502c9e4d7597ef7ef10" TO "FK_a9ca79ad939bf06066b81c9d3aa"
Jun 12, 2022 @ 09:56:26.070 query: ALTER TYPE "public"."user_profile_mutingnotificationtypes_enum" ADD VALUE 'pollEnded' AFTER 'pollVote'
Jun 12, 2022 @ 09:56:36.292 query failed: CREATE INDEX "IDX_a9021cc2e1feb5f72d3db6e9f5" ON "abuse_user_report" ("targetUserId")
Jun 12, 2022 @ 09:56:36.295 at Parser.parseErrorMessage (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:287:98)
Jun 12, 2022 @ 09:56:36.295 at Parser.handlePacket (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:126:29)
Jun 12, 2022 @ 09:56:36.295 at Parser.parse (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:39:38)
Jun 12, 2022 @ 09:56:36.295 at Socket.emit (node:events:527:28)
Jun 12, 2022 @ 09:56:36.295 at readableAddChunk (node:internal/streams/readable:297:9)
Jun 12, 2022 @ 09:56:36.295 at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
Jun 12, 2022 @ 09:56:36.295 severity: 'ERROR',
Jun 12, 2022 @ 09:56:36.295 detail: undefined,
Jun 12, 2022 @ 09:56:36.295 position: undefined,
Jun 12, 2022 @ 09:56:36.295 internalQuery: undefined,
Jun 12, 2022 @ 09:56:36.295 schema: undefined,
Jun 12, 2022 @ 09:56:36.295 column: undefined,
Jun 12, 2022 @ 09:56:36.295 constraint: undefined,
Jun 12, 2022 @ 09:56:36.295 line: '866',
Jun 12, 2022 @ 09:56:36.295 }
Jun 12, 2022 @ 09:56:36.295 error: error: リレーション"IDX_a9021cc2e1feb5f72d3db6e9f5"はすでに存在します
Jun 12, 2022 @ 09:56:36.295 at Socket.<anonymous> (/misskey/packages/backend/node_modules/pg-protocol/dist/index.js:11:42)
Jun 12, 2022 @ 09:56:36.295 at addChunk (node:internal/streams/readable:324:12)
Jun 12, 2022 @ 09:56:36.295 at Readable.push (node:internal/streams/readable:234:10)
Jun 12, 2022 @ 09:56:36.295 length: 133,
Jun 12, 2022 @ 09:56:36.295 code: '42P07',
Jun 12, 2022 @ 09:56:36.295 hint: undefined,
Jun 12, 2022 @ 09:56:36.295 internalPosition: undefined,
Jun 12, 2022 @ 09:56:36.295 where: undefined,
Jun 12, 2022 @ 09:56:36.295 table: undefined,
Jun 12, 2022 @ 09:56:36.295 dataType: undefined,
Jun 12, 2022 @ 09:56:36.295 file: 'index.c',
Jun 12, 2022 @ 09:56:36.295 routine: 'index_create'
Jun 12, 2022 @ 09:56:36.296 query: ROLLBACK
Jun 12, 2022 @ 09:56:36.296 Migration "foreignKeyReports1651224615271" failed, error: リレーション"IDX_a9021cc2e1feb5f72d3db6e9f5"はすでに存在します
Jun 12, 2022 @ 09:56:36.307 error: error: 現在のトランザクションがアボートしました。トランザクションブロックが終わるまでコマンドは無視されます
Jun 12, 2022 @ 09:56:36.307 at Parser.handlePacket (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:126:29)
Jun 12, 2022 @ 09:56:36.307 at Socket.<anonymous> (/misskey/packages/backend/node_modules/pg-protocol/dist/index.js:11:42)
Jun 12, 2022 @ 09:56:36.307 at addChunk (node:internal/streams/readable:324:12)
Jun 12, 2022 @ 09:56:36.307 at Readable.push (node:internal/streams/readable:234:10)
Jun 12, 2022 @ 09:56:36.307 length: 215,
Jun 12, 2022 @ 09:56:36.307 code: '25P02',
Jun 12, 2022 @ 09:56:36.307 hint: undefined,
Jun 12, 2022 @ 09:56:36.307 internalPosition: undefined,
Jun 12, 2022 @ 09:56:36.307 where: undefined,
Jun 12, 2022 @ 09:56:36.307 table: undefined,
Jun 12, 2022 @ 09:56:36.307 dataType: undefined,
Jun 12, 2022 @ 09:56:36.307 file: 'postgres.c',
Jun 12, 2022 @ 09:56:36.307 routine: 'exec_simple_query'
Jun 12, 2022 @ 09:56:36.307 query failed: DELETE FROM "abuse_user_report" WHERE "targetUserId" NOT IN (SELECT "id" FROM "user")
Jun 12, 2022 @ 09:56:36.307 at Parser.parseErrorMessage (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:287:98)
Jun 12, 2022 @ 09:56:36.307 at Parser.parse (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:39:38)
Jun 12, 2022 @ 09:56:36.307 at Socket.emit (node:events:527:28)
Jun 12, 2022 @ 09:56:36.307 at readableAddChunk (node:internal/streams/readable:297:9)
Jun 12, 2022 @ 09:56:36.307 at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
Jun 12, 2022 @ 09:56:36.307 severity: 'ERROR',
Jun 12, 2022 @ 09:56:36.307 detail: undefined,
Jun 12, 2022 @ 09:56:36.307 position: undefined,
Jun 12, 2022 @ 09:56:36.307 internalQuery: undefined,
Jun 12, 2022 @ 09:56:36.307 schema: undefined,
Jun 12, 2022 @ 09:56:36.307 column: undefined,
Jun 12, 2022 @ 09:56:36.307 constraint: undefined,
Jun 12, 2022 @ 09:56:36.307 line: '1105',
Jun 12, 2022 @ 09:56:36.307 }
Jun 12, 2022 @ 09:56:36.309 query failed: ALTER TABLE "poll" ADD CONSTRAINT "UQ_da851e06d0dfe2ef397d8b1bf1b" UNIQUE ("noteId")
Jun 12, 2022 @ 09:56:36.310 at Parser.parseErrorMessage (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:287:98)
Jun 12, 2022 @ 09:56:36.310 at Parser.parse (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:39:38)
Jun 12, 2022 @ 09:56:36.310 at Socket.emit (node:events:527:28)
Jun 12, 2022 @ 09:56:36.310 at readableAddChunk (node:internal/streams/readable:297:9)
Jun 12, 2022 @ 09:56:36.310 at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
Jun 12, 2022 @ 09:56:36.310 severity: 'ERROR',
Jun 12, 2022 @ 09:56:36.310 detail: undefined,
Jun 12, 2022 @ 09:56:36.310 position: undefined,
Jun 12, 2022 @ 09:56:36.310 internalQuery: undefined,
Jun 12, 2022 @ 09:56:36.310 schema: undefined,
Jun 12, 2022 @ 09:56:36.310 column: undefined,
Jun 12, 2022 @ 09:56:36.310 constraint: undefined,
Jun 12, 2022 @ 09:56:36.310 line: '1105',
Jun 12, 2022 @ 09:56:36.310 }
Jun 12, 2022 @ 09:56:36.310 error: error: 現在のトランザクションがアボートしました。トランザクションブロックが終わるまでコマンドは無視されます
Jun 12, 2022 @ 09:56:36.310 at Parser.handlePacket (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:126:29)
Jun 12, 2022 @ 09:56:36.310 at Socket.<anonymous> (/misskey/packages/backend/node_modules/pg-protocol/dist/index.js:11:42)
Jun 12, 2022 @ 09:56:36.310 at addChunk (node:internal/streams/readable:324:12)
Jun 12, 2022 @ 09:56:36.310 at Readable.push (node:internal/streams/readable:234:10)
Jun 12, 2022 @ 09:56:36.310 length: 215,
Jun 12, 2022 @ 09:56:36.310 code: '25P02',
Jun 12, 2022 @ 09:56:36.310 hint: undefined,
Jun 12, 2022 @ 09:56:36.310 internalPosition: undefined,
Jun 12, 2022 @ 09:56:36.310 where: undefined,
Jun 12, 2022 @ 09:56:36.310 table: undefined,
Jun 12, 2022 @ 09:56:36.310 dataType: undefined,
Jun 12, 2022 @ 09:56:36.310 file: 'postgres.c',
Jun 12, 2022 @ 09:56:36.310 routine: 'exec_simple_query'
Jun 12, 2022 @ 09:56:36.312 error: error: 現在のトランザクションがアボートしました。トランザクションブロックが終わるまでコマンドは無視されます
Jun 12, 2022 @ 09:56:36.312 at Parser.handlePacket (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:126:29)
Jun 12, 2022 @ 09:56:36.312 at Socket.<anonymous> (/misskey/packages/backend/node_modules/pg-protocol/dist/index.js:11:42)
Jun 12, 2022 @ 09:56:36.312 at addChunk (node:internal/streams/readable:324:12)
Jun 12, 2022 @ 09:56:36.312 at Readable.push (node:internal/streams/readable:234:10)
Jun 12, 2022 @ 09:56:36.312 line: '1105',
Jun 12, 2022 @ 09:56:36.312 }
Jun 12, 2022 @ 09:56:36.312 query failed: ALTER TABLE "user_keypair" ADD CONSTRAINT "UQ_f4853eb41ab722fe05f81cedeb6" UNIQUE ("userId")
Jun 12, 2022 @ 09:56:36.312 at Parser.parseErrorMessage (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:287:98)
Jun 12, 2022 @ 09:56:36.312 at Parser.parse (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:39:38)
Jun 12, 2022 @ 09:56:36.312 at Socket.emit (node:events:527:28)
Jun 12, 2022 @ 09:56:36.312 at readableAddChunk (node:internal/streams/readable:297:9)
Jun 12, 2022 @ 09:56:36.312 at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
Jun 12, 2022 @ 09:56:36.312 severity: 'ERROR',
Jun 12, 2022 @ 09:56:36.312 detail: undefined,
Jun 12, 2022 @ 09:56:36.312 position: undefined,
Jun 12, 2022 @ 09:56:36.312 internalQuery: undefined,
Jun 12, 2022 @ 09:56:36.312 schema: undefined,
Jun 12, 2022 @ 09:56:36.312 column: undefined,
Jun 12, 2022 @ 09:56:36.312 constraint: undefined,
Jun 12, 2022 @ 09:56:36.312 length: 215,
Jun 12, 2022 @ 09:56:36.312 code: '25P02',
Jun 12, 2022 @ 09:56:36.312 hint: undefined,
Jun 12, 2022 @ 09:56:36.312 internalPosition: undefined,
Jun 12, 2022 @ 09:56:36.312 where: undefined,
Jun 12, 2022 @ 09:56:36.312 table: undefined,
Jun 12, 2022 @ 09:56:36.312 dataType: undefined,
Jun 12, 2022 @ 09:56:36.312 file: 'postgres.c',
Jun 12, 2022 @ 09:56:36.312 routine: 'exec_simple_query'
Jun 12, 2022 @ 09:56:36.314 error: error: 現在のトランザクションがアボートしました。トランザクションブロックが終わるまでコマンドは無視されます
Jun 12, 2022 @ 09:56:36.314 at Parser.handlePacket (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:126:29)
Jun 12, 2022 @ 09:56:36.314 at Socket.<anonymous> (/misskey/packages/backend/node_modules/pg-protocol/dist/index.js:11:42)
Jun 12, 2022 @ 09:56:36.314 at addChunk (node:internal/streams/readable:324:12)
Jun 12, 2022 @ 09:56:36.314 at Readable.push (node:internal/streams/readable:234:10)
Jun 12, 2022 @ 09:56:36.314 length: 215,
Jun 12, 2022 @ 09:56:36.314 code: '25P02',
Jun 12, 2022 @ 09:56:36.314 hint: undefined,
Jun 12, 2022 @ 09:56:36.314 internalPosition: undefined,
Jun 12, 2022 @ 09:56:36.314 query failed: ALTER TABLE "user_profile" ADD CONSTRAINT "UQ_51cb79b5555effaf7d69ba1cff9" UNIQUE ("userId")
Jun 12, 2022 @ 09:56:36.314 at Parser.parseErrorMessage (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:287:98)
Jun 12, 2022 @ 09:56:36.314 at Parser.parse (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:39:38)
Jun 12, 2022 @ 09:56:36.314 at Socket.emit (node:events:527:28)
Jun 12, 2022 @ 09:56:36.314 at readableAddChunk (node:internal/streams/readable:297:9)
Jun 12, 2022 @ 09:56:36.314 at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
Jun 12, 2022 @ 09:56:36.314 severity: 'ERROR',
Jun 12, 2022 @ 09:56:36.314 detail: undefined,
Jun 12, 2022 @ 09:56:36.314 position: undefined,
Jun 12, 2022 @ 09:56:36.315 where: undefined,
Jun 12, 2022 @ 09:56:36.315 table: undefined,
Jun 12, 2022 @ 09:56:36.315 dataType: undefined,
Jun 12, 2022 @ 09:56:36.315 file: 'postgres.c',
Jun 12, 2022 @ 09:56:36.315 routine: 'exec_simple_query'
Jun 12, 2022 @ 09:56:36.315 internalQuery: undefined,
Jun 12, 2022 @ 09:56:36.315 schema: undefined,
Jun 12, 2022 @ 09:56:36.315 column: undefined,
Jun 12, 2022 @ 09:56:36.315 constraint: undefined,
Jun 12, 2022 @ 09:56:36.315 line: '1105',
Jun 12, 2022 @ 09:56:36.315 }
Jun 12, 2022 @ 09:56:36.316 query failed: ALTER TABLE "user_publickey" ADD CONSTRAINT "UQ_10c146e4b39b443ede016f6736d" UNIQUE ("userId")
Jun 12, 2022 @ 09:56:36.316 at Parser.parseErrorMessage (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:287:98)
Jun 12, 2022 @ 09:56:36.316 at Parser.parse (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:39:38)
Jun 12, 2022 @ 09:56:36.316 at Socket.emit (node:events:527:28)
Jun 12, 2022 @ 09:56:36.316 at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
Jun 12, 2022 @ 09:56:36.316 severity: 'ERROR',
Jun 12, 2022 @ 09:56:36.316 position: undefined,
Jun 12, 2022 @ 09:56:36.316 schema: undefined,
Jun 12, 2022 @ 09:56:36.316 error: error: 現在のトランザクションがアボートしました。トランザクションブロックが終わるまでコマンドは無視されます
Jun 12, 2022 @ 09:56:36.316 at Parser.handlePacket (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:126:29)
Jun 12, 2022 @ 09:56:36.316 at Socket.<anonymous> (/misskey/packages/backend/node_modules/pg-protocol/dist/index.js:11:42)
Jun 12, 2022 @ 09:56:36.316 at addChunk (node:internal/streams/readable:324:12)
Jun 12, 2022 @ 09:56:36.316 at Readable.push (node:internal/streams/readable:234:10)
Jun 12, 2022 @ 09:56:36.316 length: 215,
Jun 12, 2022 @ 09:56:36.316 code: '25P02',
Jun 12, 2022 @ 09:56:36.316 hint: undefined,
Jun 12, 2022 @ 09:56:36.316 internalPosition: undefined,
Jun 12, 2022 @ 09:56:36.316 where: undefined,
Jun 12, 2022 @ 09:56:36.316 table: undefined,
Jun 12, 2022 @ 09:56:36.316 dataType: undefined,
Jun 12, 2022 @ 09:56:36.316 at readableAddChunk (node:internal/streams/readable:297:9)
Jun 12, 2022 @ 09:56:36.316 detail: undefined,
Jun 12, 2022 @ 09:56:36.316 internalQuery: undefined,
Jun 12, 2022 @ 09:56:36.316 column: undefined,
Jun 12, 2022 @ 09:56:36.316 constraint: undefined,
Jun 12, 2022 @ 09:56:36.317 line: '1105',
Jun 12, 2022 @ 09:56:36.317 file: 'postgres.c',
Jun 12, 2022 @ 09:56:36.317 routine: 'exec_simple_query'
Jun 12, 2022 @ 09:56:36.317 }
Jun 12, 2022 @ 09:56:36.318 query failed: ALTER TABLE "promo_note" ADD CONSTRAINT "UQ_e263909ca4fe5d57f8d4230dd5c" UNIQUE ("noteId")
Jun 12, 2022 @ 09:56:36.319 position: undefined,
Jun 12, 2022 @ 09:56:36.319 column: undefined,
Jun 12, 2022 @ 09:56:36.319 line: '1105',
Jun 12, 2022 @ 09:56:36.319 at Parser.handlePacket (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:126:29)
Jun 12, 2022 @ 09:56:36.319 at addChunk (node:internal/streams/readable:324:12)
Jun 12, 2022 @ 09:56:36.319 length: 215,
Jun 12, 2022 @ 09:56:36.319 hint: undefined,
Jun 12, 2022 @ 09:56:36.319 where: undefined,
Jun 12, 2022 @ 09:56:36.319 dataType: undefined,
Jun 12, 2022 @ 09:56:36.319 routine: 'exec_simple_query'
Jun 12, 2022 @ 09:56:36.319 at Parser.parseErrorMessage (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:287:98)
Jun 12, 2022 @ 09:56:36.319 at Parser.parse (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:39:38)
Jun 12, 2022 @ 09:56:36.319 at Socket.emit (node:events:527:28)
Jun 12, 2022 @ 09:56:36.319 at readableAddChunk (node:internal/streams/readable:297:9)
Jun 12, 2022 @ 09:56:36.319 at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
Jun 12, 2022 @ 09:56:36.319 severity: 'ERROR',
Jun 12, 2022 @ 09:56:36.319 detail: undefined,
Jun 12, 2022 @ 09:56:36.319 internalQuery: undefined,
Jun 12, 2022 @ 09:56:36.319 schema: undefined,
Jun 12, 2022 @ 09:56:36.319 constraint: undefined,
Jun 12, 2022 @ 09:56:36.319 }
Jun 12, 2022 @ 09:56:36.319 error: error: 現在のトランザクションがアボートしました。トランザクションブロックが終わるまでコマンドは無視されます
Jun 12, 2022 @ 09:56:36.319 at Socket.<anonymous> (/misskey/packages/backend/node_modules/pg-protocol/dist/index.js:11:42)
Jun 12, 2022 @ 09:56:36.319 at Readable.push (node:internal/streams/readable:234:10)
Jun 12, 2022 @ 09:56:36.319 code: '25P02',
Jun 12, 2022 @ 09:56:36.319 internalPosition: undefined,
Jun 12, 2022 @ 09:56:36.319 table: undefined,
Jun 12, 2022 @ 09:56:36.319 file: 'postgres.c',
Jun 12, 2022 @ 09:56:36.320 error: error: 現在のトランザクションがアボートしました。トランザクションブロックが終わるまでコマンドは無視されます
Jun 12, 2022 @ 09:56:36.320 at Socket.<anonymous> (/misskey/packages/backend/node_modules/pg-protocol/dist/index.js:11:42)
Jun 12, 2022 @ 09:56:36.320 at Parser.parseErrorMessage (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:287:98)
Jun 12, 2022 @ 09:56:36.320 at Socket.emit (node:events:527:28)
Jun 12, 2022 @ 09:56:36.320 at Parser.handlePacket (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:126:29)
Jun 12, 2022 @ 09:56:36.320 query failed: ALTER TABLE "page" RENAME CONSTRAINT "FK_3126dd7c502c9e4d7597ef7ef10" TO "FK_a9ca79ad939bf06066b81c9d3aa"
Jun 12, 2022 @ 09:56:36.320 at Parser.parse (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:39:38)
Jun 12, 2022 @ 09:56:36.321 at Readable.push (node:internal/streams/readable:234:10)
Jun 12, 2022 @ 09:56:36.321 code: '25P02',
Jun 12, 2022 @ 09:56:36.321 internalPosition: undefined,
Jun 12, 2022 @ 09:56:36.321 table: undefined,
Jun 12, 2022 @ 09:56:36.321 file: 'postgres.c',
Jun 12, 2022 @ 09:56:36.321 at addChunk (node:internal/streams/readable:324:12)
Jun 12, 2022 @ 09:56:36.321 length: 215,
Jun 12, 2022 @ 09:56:36.321 hint: undefined,
Jun 12, 2022 @ 09:56:36.321 where: undefined,
Jun 12, 2022 @ 09:56:36.321 dataType: undefined,
Jun 12, 2022 @ 09:56:36.321 routine: 'exec_simple_query'
Jun 12, 2022 @ 09:56:36.321 at readableAddChunk (node:internal/streams/readable:297:9)
Jun 12, 2022 @ 09:56:36.321 at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
Jun 12, 2022 @ 09:56:36.321 severity: 'ERROR',
Jun 12, 2022 @ 09:56:36.321 detail: undefined,
Jun 12, 2022 @ 09:56:36.321 position: undefined,
Jun 12, 2022 @ 09:56:36.321 internalQuery: undefined,
Jun 12, 2022 @ 09:56:36.321 schema: undefined,
Jun 12, 2022 @ 09:56:36.321 column: undefined,
Jun 12, 2022 @ 09:56:36.321 constraint: undefined,
Jun 12, 2022 @ 09:56:36.321 line: '1105',
Jun 12, 2022 @ 09:56:36.321 }
Jun 12, 2022 @ 09:56:36.322 query failed: ALTER TYPE "public"."user_profile_mutingnotificationtypes_enum" ADD VALUE 'pollEnded' AFTER 'pollVote'
Jun 12, 2022 @ 09:56:36.323 at Parser.parse (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:39:38)
Jun 12, 2022 @ 09:56:36.323 at readableAddChunk (node:internal/streams/readable:297:9)
Jun 12, 2022 @ 09:56:36.323 at Parser.parseErrorMessage (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:287:98)
Jun 12, 2022 @ 09:56:36.323 at Socket.emit (node:events:527:28)
Jun 12, 2022 @ 09:56:36.323 at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
Jun 12, 2022 @ 09:56:36.323 error: error: 現在のトランザクションがアボートしました。トランザクションブロックが終わるまでコマンドは無視されます
Jun 12, 2022 @ 09:56:36.323 at Parser.handlePacket (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:126:29)
Jun 12, 2022 @ 09:56:36.323 at Socket.<anonymous> (/misskey/packages/backend/node_modules/pg-protocol/dist/index.js:11:42)
Jun 12, 2022 @ 09:56:36.323 at addChunk (node:internal/streams/readable:324:12)
Jun 12, 2022 @ 09:56:36.323 at Readable.push (node:internal/streams/readable:234:10)
Jun 12, 2022 @ 09:56:36.323 length: 215,
Jun 12, 2022 @ 09:56:36.323 severity: 'ERROR',
Jun 12, 2022 @ 09:56:36.323 code: '25P02',
Jun 12, 2022 @ 09:56:36.323 detail: undefined,
Jun 12, 2022 @ 09:56:36.323 hint: undefined,
Jun 12, 2022 @ 09:56:36.323 position: undefined,
Jun 12, 2022 @ 09:56:36.323 internalPosition: undefined,
Jun 12, 2022 @ 09:56:36.323 internalQuery: undefined,
Jun 12, 2022 @ 09:56:36.323 where: undefined,
Jun 12, 2022 @ 09:56:36.323 schema: undefined,
Jun 12, 2022 @ 09:56:36.323 table: undefined,
Jun 12, 2022 @ 09:56:36.323 column: undefined,
Jun 12, 2022 @ 09:56:36.323 dataType: undefined,
Jun 12, 2022 @ 09:56:36.323 constraint: undefined,
Jun 12, 2022 @ 09:56:36.323 file: 'postgres.c',
Jun 12, 2022 @ 09:56:36.323 line: '1105',
Jun 12, 2022 @ 09:56:36.323 routine: 'exec_simple_query'
Jun 12, 2022 @ 09:56:36.323 }
Jun 12, 2022 @ 09:56:36.325 Error during migration run:
Jun 12, 2022 @ 09:56:36.327 QueryFailedError: リレーション"IDX_a9021cc2e1feb5f72d3db6e9f5"はすでに存在します
Jun 12, 2022 @ 09:56:36.327 at PostgresQueryRunner.query (/misskey/packages/backend/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:211:19)
Jun 12, 2022 @ 09:56:36.327 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Jun 12, 2022 @ 09:56:36.327 at async Promise.all (index 22)
Jun 12, 2022 @ 09:56:36.327 at async foreignKeyReports1651224615271.up (file:///misskey/packages/backend/migration/1651224615271-foreign-key.js:5:9)
Jun 12, 2022 @ 09:56:36.327 at async MigrationExecutor.executePendingMigrations (/misskey/packages/backend/node_modules/typeorm/migration/MigrationExecutor.js:178:17)
Jun 12, 2022 @ 09:56:36.327 at async DataSource.runMigrations (/misskey/packages/backend/node_modules/typeorm/data-source/DataSource.js:248:35)
Jun 12, 2022 @ 09:56:36.327 at async Object.handler (/misskey/packages/backend/node_modules/typeorm/commands/MigrationRunCommand.js:60:13) {
Jun 12, 2022 @ 09:56:36.327 query: 'CREATE INDEX "IDX_a9021cc2e1feb5f72d3db6e9f5" ON "abuse_user_report" ("targetUserId")',
Jun 12, 2022 @ 09:56:36.327 parameters: undefined,
Jun 12, 2022 @ 09:56:36.327 driverError: error: リレーション"IDX_a9021cc2e1feb5f72d3db6e9f5"はすでに存在します
Jun 12, 2022 @ 09:56:36.327 at Parser.parseErrorMessage (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:287:98)
Jun 12, 2022 @ 09:56:36.327 at Parser.handlePacket (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:126:29)
Jun 12, 2022 @ 09:56:36.327 at Parser.parse (/misskey/packages/backend/node_modules/pg-protocol/dist/parser.js:39:38)
Jun 12, 2022 @ 09:56:36.327 at Socket.<anonymous> (/misskey/packages/backend/node_modules/pg-protocol/dist/index.js:11:42)
Jun 12, 2022 @ 09:56:36.327 at Socket.emit (node:events:527:28)
Jun 12, 2022 @ 09:56:36.327 at addChunk (node:internal/streams/readable:324:12)
Jun 12, 2022 @ 09:56:36.327 at readableAddChunk (node:internal/streams/readable:297:9)
Jun 12, 2022 @ 09:56:36.327 at Readable.push (node:internal/streams/readable:234:10)
Jun 12, 2022 @ 09:56:36.327 at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
Jun 12, 2022 @ 09:56:36.327 length: 133,
Jun 12, 2022 @ 09:56:36.327 severity: 'ERROR',
Jun 12, 2022 @ 09:56:36.327 code: '42P07',
Jun 12, 2022 @ 09:56:36.327 detail: undefined,
Jun 12, 2022 @ 09:56:36.327 hint: undefined,
Jun 12, 2022 @ 09:56:36.327 position: undefined,
Jun 12, 2022 @ 09:56:36.327 internalPosition: undefined,
Jun 12, 2022 @ 09:56:36.327 internalQuery: undefined,
Jun 12, 2022 @ 09:56:36.327 where: undefined,
Jun 12, 2022 @ 09:56:36.327 schema: undefined,
Jun 12, 2022 @ 09:56:36.327 table: undefined,
Jun 12, 2022 @ 09:56:36.328 column: undefined,
Jun 12, 2022 @ 09:56:36.328 dataType: undefined,
Jun 12, 2022 @ 09:56:36.328 constraint: undefined,
Jun 12, 2022 @ 09:56:36.328 file: 'index.c',
Jun 12, 2022 @ 09:56:36.328 line: '866',
Jun 12, 2022 @ 09:56:36.328 routine: 'index_create'
Jun 12, 2022 @ 09:56:36.328 },
Jun 12, 2022 @ 09:56:36.328 length: 133,
Jun 12, 2022 @ 09:56:36.328 severity: 'ERROR',
Jun 12, 2022 @ 09:56:36.328 code: '42P07',
Jun 12, 2022 @ 09:56:36.328 detail: undefined,
Jun 12, 2022 @ 09:56:36.328 hint: undefined,
Jun 12, 2022 @ 09:56:36.328 position: undefined,
Jun 12, 2022 @ 09:56:36.328 internalPosition: undefined,
Jun 12, 2022 @ 09:56:36.328 internalQuery: undefined,
Jun 12, 2022 @ 09:56:36.328 where: undefined,
Jun 12, 2022 @ 09:56:36.328 schema: undefined,
Jun 12, 2022 @ 09:56:36.328 table: undefined,
Jun 12, 2022 @ 09:56:36.328 column: undefined,
Jun 12, 2022 @ 09:56:36.328 dataType: undefined,
Jun 12, 2022 @ 09:56:36.328 constraint: undefined,
Jun 12, 2022 @ 09:56:36.328 file: 'index.c',
Jun 12, 2022 @ 09:56:36.328 line: '866',
Jun 12, 2022 @ 09:56:36.328 routine: 'index_create'
Jun 12, 2022 @ 09:56:36.328 }
Jun 12, 2022 @ 09:56:36.380 npm notice
Jun 12, 2022 @ 09:56:36.380 npm notice New minor version of npm available! 8.6.0 -> 8.12.1
Jun 12, 2022 @ 09:56:36.381 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.12.1>
Jun 12, 2022 @ 09:56:36.381 npm notice Run `npm install -g npm@8.12.1` to update!
Jun 12, 2022 @ 09:56:36.381 npm notice
Jun 12, 2022 @ 09:56:38.138
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment