Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2023-03-07 16:35:42.6|Info|Bootstrap|Starting Prowlarr - /app/prowlarr/bin/Prowlarr - Version 1.2.2.2699
- 2023-03-07 16:35:42.7|Info|AppFolderInfo|Data directory is being overridden to [/config]
- 2023-03-07 16:35:42.8|Info|AppFolderInfo|Data directory is being overridden to [/config]
- 2023-03-07 16:35:43.2|Info|AppFolderInfo|Data directory is being overridden to [/config]
- 2023-03-07 16:35:43.3|Warn|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {ec2b14d5-792b-46ee-bda4-4f627c342d0c} may be persisted to storage in unencrypted form.
- 2023-03-07 16:35:43.5|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
- 2023-03-07 16:35:44.1|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
- 2023-03-07 16:35:44.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:44.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
- 2023-03-07 16:35:44.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
- 2023-03-07 16:35:44.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0433561s
- 2023-03-07 16:35:44.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
- 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1612235s
- 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
- 2023-03-07 16:35:44.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
- 2023-03-07 16:35:44.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
- 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033351s
- 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
- 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002673s
- 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
- 2023-03-07 16:35:44.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
- 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018496s
- 2023-03-07 16:35:44.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
- 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0601061s
- 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
- 2023-03-07 16:35:44.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
- 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|=> 2.26E-05s
- 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
- 2023-03-07 16:35:44.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
- 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008067s
- 2023-03-07 16:35:44.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
- 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0515065s
- 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
- 2023-03-07 16:35:44.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:44.4|Info|InitialSetup|Starting migration of Main DB to 1
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Config
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Config" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Key" TEXT NOT NULL, "Value" TEXT NOT NULL)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012668s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Config (Key)
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Config_Key" ON "Config" ("Key" ASC)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006776s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable History
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "IndexerId" INTEGER NOT NULL, "Date" DATETIME NOT NULL, "Data" TEXT NOT NULL, "EventType" INTEGER, "DownloadId" TEXT)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001543s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId)
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006043s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Notifications
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Notifications" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Tags" TEXT, "OnHealthIssue" INTEGER NOT NULL, "IncludeHealthWarnings" INTEGER NOT NULL)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0109752s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ScheduledTasks
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013175s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ScheduledTasks (TypeName)
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007939s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Indexers
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableAutomaticSearch" INTEGER, "EnableInteractiveSearch" INTEGER NOT NULL, "Priority" INTEGER NOT NULL DEFAULT 25, "Added" DATETIME NOT NULL)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025715s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Indexers (Name)
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005856s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ApplicationIndexerMapping
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ApplicationIndexerMapping" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "IndexerId" INTEGER NOT NULL, "AppId" INTEGER NOT NULL, "RemoteIndexerId" INTEGER NOT NULL)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012238s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Applications
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Applications" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "SyncLevel" INTEGER NOT NULL, "Tags" TEXT)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013603s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Applications (Name)
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Applications_Name" ON "Applications" ("Name" ASC)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006228s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Tags
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tags" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007419s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tags (Label)
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tags_Label" ON "Tags" ("Label" ASC)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005648s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Users
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Users" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Identifier" TEXT NOT NULL, "Username" TEXT NOT NULL, "Password" TEXT NOT NULL)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001172s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Identifier)
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Identifier" ON "Users" ("Identifier" ASC)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006345s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Username)
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Username" ON "Users" ("Username" ASC)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006454s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Commands
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031392s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerStatus
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT, "Cookies" TEXT, "CookiesExpirationDate" DATETIME)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.01008s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerStatus (ProviderId)
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007368s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFilters
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFilters" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Type" TEXT NOT NULL, "Label" TEXT NOT NULL, "Filters" TEXT NOT NULL)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017014s
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (Date)
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
- 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007081s
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2023-03-07T13:35:44', 'InitialSetup')
- 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:44.6|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
- 2023-03-07 16:35:44.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0936385s
- 2023-03-07 16:35:44.6|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrating
- 2023-03-07 16:35:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:44.6|Info|ApplicationStatus|Starting migration of Main DB to 2
- 2023-03-07 16:35:44.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Indexers EnableAutomaticSearch
- 2023-03-07 16:35:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableInteractiveSearch" INTEGER NOT NULL, "Priority" INTEGER NOT NULL, "Added" DATETIME NOT NULL)
- 2023-03-07 16:35:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableInteractiveSearch", "Priority", "Added") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableInteractiveSearch", "Priority", "Added" FROM "Indexers"
- 2023-03-07 16:35:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
- 2023-03-07 16:35:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
- 2023-03-07 16:35:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0323594s
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Indexers EnableInteractiveSearch
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "Priority" INTEGER NOT NULL, "Added" DATETIME NOT NULL)
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "Priority", "Added") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "Priority", "Added" FROM "Indexers"
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0076405s
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Indexers EnableRss to Enable
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "Enable" INTEGER, "Priority" INTEGER NOT NULL, "Added" DATETIME NOT NULL)
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "Enable", "Priority", "Added") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "Priority", "Added" FROM "Indexers"
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0139175s
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ApplicationStatus
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ApplicationStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015519s
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ApplicationStatus (ProviderId)
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ApplicationStatus_ProviderId" ON "ApplicationStatus" ("ProviderId" ASC)
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007247s
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2023-03-07T13:35:44', 'ApplicationStatus')
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrated
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0444007s
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrating
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:44.7|Info|IndexerProps|Starting migration of Main DB to 3
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Redirect Boolean
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Redirect" INTEGER NOT NULL DEFAULT 0
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012065s
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClients
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClients" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT NOT NULL, "ConfigContract" TEXT NOT NULL, "Priority" INTEGER NOT NULL DEFAULT 1)
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018432s
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClientStatus
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015537s
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadClientStatus (ProviderId)
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
- 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008394s
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2023-03-07T13:35:44', 'IndexerProps')
- 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrated
- 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0450262s
- 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrating
- 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:44.8|Info|add_update_history|Starting migration of Main DB to 4
- 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2023-03-07T13:35:44', 'add_update_history')
- 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrated
- 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0430476s
- 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrating
- 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:44.8|Info|update_notifiarr|Starting migration of Main DB to 5
- 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier';
- 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier';
- 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013963s
- 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2023-03-07T13:35:44', 'update_notifiarr')
- 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrated
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0400525s
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrating
- 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:44.9|Info|app_profiles|Starting migration of Main DB to 6
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable AppSyncProfiles
- 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AppSyncProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "EnableRss" INTEGER NOT NULL, "EnableInteractiveSearch" INTEGER NOT NULL, "EnableAutomaticSearch" INTEGER NOT NULL)
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015513s
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AppSyncProfiles (Name)
- 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AppSyncProfiles_Name" ON "AppSyncProfiles" ("Name" ASC)
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006933s
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers AppProfileId Int32
- 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "AppProfileId" INTEGER NOT NULL DEFAULT 1
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001039s
- 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2023-03-07T13:35:44', 'app_profiles')
- 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrated
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0485828s
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrating
- 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:44.9|Info|history_failed|Starting migration of Main DB to 7
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History Successful Boolean
- 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "Successful" INTEGER NOT NULL DEFAULT 1
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001201s
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "History" SET "Successful" = (json_extract("History"."Data",'$.successful') == 'True' );
- 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "History" SET "Successful" = (json_extract("History"."Data",'$.successful') == 'True' );
- 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005962s
- 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2023-03-07T13:35:44', 'history_failed')
- 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrated
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0596058s
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrating
- 2023-03-07 16:35:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.0|Info|redacted_api|Starting migration of Main DB to 8
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
- 2023-03-07 16:35:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0055858s
- 2023-03-07 16:35:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2023-03-07T13:35:45', 'redacted_api')
- 2023-03-07 16:35:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrated
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0521573s
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrating
- 2023-03-07 16:35:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.0|Info|IndexerProxies|Starting migration of Main DB to 10
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerProxies
- 2023-03-07 16:35:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerProxies" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Tags" TEXT)
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016885s
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
- 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Tags String
- 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Tags" TEXT
- 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009779s
- 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2023-03-07T13:35:45', 'IndexerProxies')
- 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrated
- 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0387744s
- 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrating
- 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.1|Info|app_indexer_remote_name|Starting migration of Main DB to 11
- 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ApplicationIndexerMapping
- 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.7E-06s
- 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ApplicationIndexerMapping RemoteIndexerName String
- 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ApplicationIndexerMapping" ADD COLUMN "RemoteIndexerName" TEXT
- 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010428s
- 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2023-03-07T13:35:45', 'app_indexer_remote_name')
- 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrated
- 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0523678s
- 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrating
- 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.1|Info|desi_gazelle_to_unit3d|Starting migration of Main DB to 13
- 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'Unit3dSettings', "Enable" = 1 WHERE "Implementation" = 'DesiTorrents'
- 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074699s
- 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2023-03-07T13:35:45', 'desi_gazelle_to_unit3d')
- 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrated
- 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0636666s
- 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrating
- 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.2|Info|add_on_update_to_notifications|Starting migration of Main DB to 14
- 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
- 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.1E-06s
- 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnApplicationUpdate Boolean
- 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnApplicationUpdate" INTEGER NOT NULL DEFAULT 0
- 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016925s
- 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2023-03-07T13:35:45', 'add_on_update_to_notifications')
- 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrated
- 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.062166s
- 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrating
- 2023-03-07 16:35:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.3|Info|IndexerVersions|Starting migration of Main DB to 15
- 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerDefinitionVersions
- 2023-03-07 16:35:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerDefinitionVersions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "DefinitionId" TEXT NOT NULL, "File" TEXT NOT NULL, "Sha" TEXT, "LastUpdated" DATETIME)
- 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020869s
- 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerDefinitionVersions (DefinitionId)
- 2023-03-07 16:35:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerDefinitionVersions_DefinitionId" ON "IndexerDefinitionVersions" ("DefinitionId" ASC)
- 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015337s
- 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerDefinitionVersions (File)
- 2023-03-07 16:35:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerDefinitionVersions_File" ON "IndexerDefinitionVersions" ("File" ASC)
- 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015787s
- 2023-03-07 16:35:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2023-03-07T13:35:45', 'IndexerVersions')
- 2023-03-07 16:35:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrated
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0570585s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrating
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.4|Info|cleanup_config|Starting migration of Main DB to 16
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'movieinfolanguage'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048601s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'downloadclientworkingfolders'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000545s
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2023-03-07T13:35:45', 'cleanup_config')
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrated
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0441977s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrating
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.4|Info|indexer_cleanup|Starting migration of Main DB to 17
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Aither'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005355s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Anilibria'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004894s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'AnimeWorld'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004869s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'LatTeam'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004876s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Blutopia'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004626s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'DanishBytes'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004899s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'DesiTorrents'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004703s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'DigitalCore'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004714s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'InternetArchive'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005106s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Milkie'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004881s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'ShareIsland'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005127s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'SuperBits'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007647s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'ThePirateBay'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006427s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'TorrentLeech'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000518s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'TorrentSeeds'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004923s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'YTS'
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004685s
- 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'Animedia'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128657s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'Shizaproject'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006225s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'ShowRSS'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006162s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'SubsPlease'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006319s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'TorrentsCSV'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006525s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'Anidub'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005901s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'AnimeTorrents'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005992s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'Anthelion'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006177s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'BB'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005873s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'HDSpace'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006131s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'HDTorrents'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007074s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'ImmortalSeed'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006506s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'RevolutionTT'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006162s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'SpeedCD'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006951s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'TVVault'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007108s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'ZonaQ'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00063s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'CookieTorrentBaseSettings' WHERE "Implementation" = 'TorrentDay'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006283s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'CookieTorrentBaseSettings' WHERE "Implementation" = 'MoreThanTV'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006247s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'CookieTorrentBaseSettings' WHERE "Implementation" = 'BitHDTV'
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006036s
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2023-03-07T13:35:45', 'indexer_cleanup')
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrated
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0428283s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrating
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.5|Info|minimum_seeders|Starting migration of Main DB to 18
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AppSyncProfiles
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 2.5E-06s
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn AppSyncProfiles MinimumSeeders Int32
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AppSyncProfiles" ADD COLUMN "MinimumSeeders" INTEGER NOT NULL DEFAULT 1
- 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011846s
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2023-03-07T13:35:45', 'minimum_seeders')
- 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrated
- 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0648935s
- 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrating
- 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.6|Info|remove_showrss|Starting migration of Main DB to 19
- 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'ShowRSS'
- 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005313s
- 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2023-03-07T13:35:45', 'remove_showrss')
- 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrated
- 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0527738s
- 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrating
- 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.6|Info|remove_torrentparadiseml|Starting migration of Main DB to 20
- 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'TorrentParadiseMl'
- 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005507s
- 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2023-03-07T13:35:45', 'remove_torrentparadiseml')
- 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrated
- 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0418942s
- 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrating
- 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.7|Info|localization_setting_to_string|Starting migration of Main DB to 21
- 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
- 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
- 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012034s
- 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2023-03-07T13:35:45', 'localization_setting_to_string')
- 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrated
- 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0420555s
- 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrating
- 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.7|Info|orpheus_api|Starting migration of Main DB to 22
- 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
- 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
- 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0076532s
- 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2023-03-07T13:35:45', 'orpheus_api')
- 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrated
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0530716s
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrating
- 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.8|Info|download_client_categories|Starting migration of Main DB to 23
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Categories String
- 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Categories" TEXT NOT NULL DEFAULT '[]'
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011223s
- 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2023-03-07T13:35:45', 'download_client_categories')
- 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrated
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0415218s
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrating
- 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.8|Info|add_salt_to_users|Starting migration of Main DB to 24
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Users
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Salt String
- 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Salt" TEXT
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010735s
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Iterations Int32
- 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Iterations" INTEGER
- 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010268s
- 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2023-03-07T13:35:45', 'add_salt_to_users')
- 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrated
- 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0393877s
- 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrating
- 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.9|Info|speedcd_userpasssettings_to_speedcdsettings|Starting migration of Main DB to 25
- 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'SpeedCDSettings' WHERE "Implementation" = 'SpeedCD'
- 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005765s
- 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2023-03-07T13:35:45', 'speedcd_userpasssettings_to_speedcdsettings')
- 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrated
- 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0418277s
- 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrating
- 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:45.9|Info|torrentday_cookiesettings_to_torrentdaysettings|Starting migration of Main DB to 26
- 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'TorrentDaySettings' WHERE "Implementation" = 'TorrentDay'
- 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006091s
- 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2023-03-07T13:35:45', 'torrentday_cookiesettings_to_torrentdaysettings')
- 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrated
- 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0418923s
- 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrating
- 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:46.0|Info|alpharatio_greatposterwall_config_contract|Starting migration of Main DB to 27
- 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'AlphaRatioSettings' WHERE "Implementation" = 'AlphaRatio'
- 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006858s
- 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
- 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'GreatPosterWallSettings' WHERE "Implementation" = 'GreatPosterWall'
- 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006735s
- 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2023-03-07T13:35:46', 'alpharatio_greatposterwall_config_contract')
- 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrated
- 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0404757s
- 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrating
- 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
- 2023-03-07 16:35:46.0|Info|remove_notwhatcd|Starting migration of Main DB to 28
- 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
- 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'NotWhatCD'
- 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004945s
- 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2023-03-07T13:35:46', 'remove_notwhatcd')
- 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
- 2023-03-07 16:35:46.1|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrated
- 2023-03-07 16:35:46.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.042014s
- 2023-03-07 16:35:46.1|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
- 2023-03-07 16:35:46.6|Info|UpdaterConfigProvider|External updater uses branch master instead of the currently selected main, changing to master.
- 2023-03-07 16:35:47.0|Info|AppSyncProfileService|Setting up default app profile
- 2023-03-07 16:35:47.1|Info|CommandExecutor|Starting 3 threads for tasks.
Add Comment
Please, Sign In to add comment