2024-04-07 04:22:53.1|Info|Bootstrap|Starting Prowlarr - /app/prowlarr/bin/Prowlarr - Version 1.15.0.4361 2024-04-07 04:22:53.2|Info|AppFolderInfo|Data directory is being overridden to [/config] 2024-04-07 04:22:53.2|Info|AppFolderInfo|Data directory is being overridden to [/config] 2024-04-07 04:22:53.4|Info|AppFolderInfo|Data directory is being overridden to [/config] 2024-04-07 04:22:53.5|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2024-04-07 04:22:53.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating 2024-04-07 04:22:53.6|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-04-07 04:22:53.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-04-07 04:22:53.6|Info|DatabaseEngineVersionCheck|SQLite 3.44.2 2024-04-07 04:22:53.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0425877s 2024-04-07 04:22:53.6|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated 2024-04-07 04:22:53.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0442242s 2024-04-07 04:22:53.6|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating 2024-04-07 04:22:53.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.6|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0283166s 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0329118s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version) 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015763s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0001313s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008526s 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026438s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.14E-05s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003376s 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00199s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.7|Info|InitialSetup|Starting migration of Main DB to 1 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Config 2024-04-07 04:22:53.7|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) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006299s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Config (Key) 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Config_Key" ON "Config" ("Key" ASC) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002914s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable History 2024-04-07 04:22:53.7|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) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006425s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId) 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002727s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Notifications 2024-04-07 04:22:53.7|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) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0062072s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ScheduledTasks 2024-04-07 04:22:53.7|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) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006307s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ScheduledTasks (TypeName) 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002903s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Indexers 2024-04-07 04:22:53.7|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) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0049612s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Indexers (Name) 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002652s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ApplicationIndexerMapping 2024-04-07 04:22:53.7|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) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005571s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Applications 2024-04-07 04:22:53.7|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) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006956s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Applications (Name) 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Applications_Name" ON "Applications" ("Name" ASC) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00027s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Tags 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tags" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003405s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tags (Label) 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tags_Label" ON "Tags" ("Label" ASC) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000248s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Users 2024-04-07 04:22:53.7|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) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005218s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Identifier) 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Identifier" ON "Users" ("Identifier" ASC) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002657s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Username) 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Username" ON "Users" ("Username" ASC) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000297s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Commands 2024-04-07 04:22:53.7|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) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011451s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerStatus 2024-04-07 04:22:53.7|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) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0056691s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerStatus (ProviderId) 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003211s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFilters 2024-04-07 04:22:53.7|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) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004955s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (Date) 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC) 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000259s 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2024-04-07T04:22:53', 'InitialSetup') 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0067686s 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrating 2024-04-07 04:22:53.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.7|Info|ApplicationStatus|Starting migration of Main DB to 2 2024-04-07 04:22:53.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Indexers EnableAutomaticSearch 2024-04-07 04:22:53.8|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) 2024-04-07 04:22:53.8|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" 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers" 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers" 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0175725s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Indexers EnableInteractiveSearch 2024-04-07 04:22:53.8|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) 2024-04-07 04:22:53.8|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" 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers" 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers" 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033927s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Indexers EnableRss to Enable 2024-04-07 04:22:53.8|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) 2024-04-07 04:22:53.8|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" 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers" 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers" 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0069316s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ApplicationStatus 2024-04-07 04:22:53.8|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) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007633s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ApplicationStatus (ProviderId) 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ApplicationStatus_ProviderId" ON "ApplicationStatus" ("ProviderId" ASC) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003215s 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2024-04-07T04:22:53', 'ApplicationStatus') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024963s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|IndexerProps|Starting migration of Main DB to 3 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Redirect Boolean 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Redirect" INTEGER NOT NULL DEFAULT 0 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005717s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClients 2024-04-07 04:22:53.8|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) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008879s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClientStatus 2024-04-07 04:22:53.8|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) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007302s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadClientStatus (ProviderId) 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003332s 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2024-04-07T04:22:53', 'IndexerProps') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024254s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|add_update_history|Starting migration of Main DB to 4 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2024-04-07T04:22:53', 'add_update_history') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023742s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|update_notifiarr|Starting migration of Main DB to 5 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier'; 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier'; 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007394s 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2024-04-07T04:22:53', 'update_notifiarr') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027981s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|app_profiles|Starting migration of Main DB to 6 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable AppSyncProfiles 2024-04-07 04:22:53.8|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) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007763s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AppSyncProfiles (Name) 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AppSyncProfiles_Name" ON "AppSyncProfiles" ("Name" ASC) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003066s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers AppProfileId Int32 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "AppProfileId" INTEGER NOT NULL DEFAULT 1 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005178s 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2024-04-07T04:22:53', 'app_profiles') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002714s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|history_failed|Starting migration of Main DB to 7 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History Successful Boolean 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "Successful" INTEGER NOT NULL DEFAULT 1 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005034s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "History" SET "Successful" = (json_extract("History"."Data",'$.successful') == 'True' ); 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "History" SET "Successful" = (json_extract("History"."Data",'$.successful') == 'True' ); 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002641s 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2024-04-07T04:22:53', 'history_failed') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023051s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|redacted_api|Starting migration of Main DB to 8 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026487s 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2024-04-07T04:22:53', 'redacted_api') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0047624s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|IndexerProxies|Starting migration of Main DB to 10 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerProxies 2024-04-07 04:22:53.8|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) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007374s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Tags String 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Tags" TEXT 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004318s 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2024-04-07T04:22:53', 'IndexerProxies') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024791s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|app_indexer_remote_name|Starting migration of Main DB to 11 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ApplicationIndexerMapping 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ApplicationIndexerMapping RemoteIndexerName String 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ApplicationIndexerMapping" ADD COLUMN "RemoteIndexerName" TEXT 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004921s 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2024-04-07T04:22:53', 'app_indexer_remote_name') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0027122s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|desi_gazelle_to_unit3d|Starting migration of Main DB to 13 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'Unit3dSettings', "Enable" = 1 WHERE "Implementation" = 'DesiTorrents' 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020763s 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2024-04-07T04:22:53', 'desi_gazelle_to_unit3d') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041694s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|add_on_update_to_notifications|Starting migration of Main DB to 14 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnApplicationUpdate Boolean 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnApplicationUpdate" INTEGER NOT NULL DEFAULT 0 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005297s 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2024-04-07T04:22:53', 'add_on_update_to_notifications') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002676s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|IndexerVersions|Starting migration of Main DB to 15 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerDefinitionVersions 2024-04-07 04:22:53.8|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) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006259s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerDefinitionVersions (DefinitionId) 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerDefinitionVersions_DefinitionId" ON "IndexerDefinitionVersions" ("DefinitionId" ASC) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003592s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerDefinitionVersions (File) 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerDefinitionVersions_File" ON "IndexerDefinitionVersions" ("File" ASC) 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003226s 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2024-04-07T04:22:53', 'IndexerVersions') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023824s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|cleanup_config|Starting migration of Main DB to 16 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'movieinfolanguage' 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022281s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'downloadclientworkingfolders' 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000237s 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2024-04-07T04:22:53', 'cleanup_config') 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrated 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023915s 2024-04-07 04:22:53.8|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrating 2024-04-07 04:22:53.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.8|Info|indexer_cleanup|Starting migration of Main DB to 17 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Aither' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002393s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Anilibria' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002121s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'AnimeWorld' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002145s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'LatTeam' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000214s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Blutopia' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002215s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'DanishBytes' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000209s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'DesiTorrents' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002481s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'DigitalCore' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002116s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'InternetArchive' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000218s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Milkie' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002124s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'ShareIsland' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000211s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'SuperBits' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002088s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'ThePirateBay' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002219s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'TorrentLeech' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002199s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'TorrentSeeds' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002096s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'YTS' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002011s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'Animedia' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.007091s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'Shizaproject' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003092s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'ShowRSS' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002775s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'SubsPlease' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002735s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'TorrentsCSV' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002769s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'Anidub' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002649s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'AnimeTorrents' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002772s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'Anthelion' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002672s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'BB' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000264s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'HDSpace' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002664s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'HDTorrents' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002838s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'ImmortalSeed' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002761s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'RevolutionTT' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000275s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'SpeedCD' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002649s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'TVVault' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002752s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'ZonaQ' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002623s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'CookieTorrentBaseSettings' WHERE "Implementation" = 'TorrentDay' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002708s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'CookieTorrentBaseSettings' WHERE "Implementation" = 'MoreThanTV' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002723s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'CookieTorrentBaseSettings' WHERE "Implementation" = 'BitHDTV' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002798s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2024-04-07T04:22:53', 'indexer_cleanup') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023829s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|minimum_seeders|Starting migration of Main DB to 18 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AppSyncProfiles 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn AppSyncProfiles MinimumSeeders Int32 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AppSyncProfiles" ADD COLUMN "MinimumSeeders" INTEGER NOT NULL DEFAULT 1 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005481s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2024-04-07T04:22:53', 'minimum_seeders') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026159s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|remove_showrss|Starting migration of Main DB to 19 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'ShowRSS' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002399s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2024-04-07T04:22:53', 'remove_showrss') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022737s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|remove_torrentparadiseml|Starting migration of Main DB to 20 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'TorrentParadiseMl' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003028s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2024-04-07T04:22:53', 'remove_torrentparadiseml') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024903s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|localization_setting_to_string|Starting migration of Main DB to 21 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006109s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2024-04-07T04:22:53', 'localization_setting_to_string') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026616s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|orpheus_api|Starting migration of Main DB to 22 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0042485s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2024-04-07T04:22:53', 'orpheus_api') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0064156s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|download_client_categories|Starting migration of Main DB to 23 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Categories String 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Categories" TEXT NOT NULL DEFAULT '[]' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005694s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2024-04-07T04:22:53', 'download_client_categories') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026368s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|add_salt_to_users|Starting migration of Main DB to 24 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Users 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1E-06s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Salt String 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Salt" TEXT 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004598s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Iterations Int32 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Iterations" INTEGER 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004164s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2024-04-07T04:22:53', 'add_salt_to_users') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002469s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|speedcd_userpasssettings_to_speedcdsettings|Starting migration of Main DB to 25 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'SpeedCDSettings' WHERE "Implementation" = 'SpeedCD' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00026s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2024-04-07T04:22:53', 'speedcd_userpasssettings_to_speedcdsettings') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022653s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|torrentday_cookiesettings_to_torrentdaysettings|Starting migration of Main DB to 26 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'TorrentDaySettings' WHERE "Implementation" = 'TorrentDay' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002629s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2024-04-07T04:22:53', 'torrentday_cookiesettings_to_torrentdaysettings') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023665s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|alpharatio_greatposterwall_config_contract|Starting migration of Main DB to 27 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'AlphaRatioSettings' WHERE "Implementation" = 'AlphaRatio' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003373s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'GreatPosterWallSettings' WHERE "Implementation" = 'GreatPosterWall' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002817s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2024-04-07T04:22:53', 'alpharatio_greatposterwall_config_contract') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023252s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|remove_notwhatcd|Starting migration of Main DB to 28 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'NotWhatCD' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002694s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2024-04-07T04:22:53', 'remove_notwhatcd') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024351s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|29: add_on_grab_to_notifications migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|add_on_grab_to_notifications|Starting migration of Main DB to 29 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnGrab Boolean 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnGrab" INTEGER NOT NULL DEFAULT 0 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000529s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications IncludeManualGrabs Boolean 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "IncludeManualGrabs" INTEGER NOT NULL DEFAULT 0 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004746s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2024-04-07T04:22:53', 'add_on_grab_to_notifications') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|29: add_on_grab_to_notifications migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025519s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|30: animetorrents_use_custom_config_contract migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|animetorrents_use_custom_config_contract|Starting migration of Main DB to 30 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'AnimeTorrentsSettings' WHERE "Implementation" = 'AnimeTorrents' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000284s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2024-04-07T04:22:53', 'animetorrents_use_custom_config_contract') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|30: animetorrents_use_custom_config_contract migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002388s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|31: apprise_server_url migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|apprise_server_url|Starting migration of Main DB to 31 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015279s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2024-04-07T04:22:53', 'apprise_server_url') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|31: apprise_server_url migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035694s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|32: health_restored_notification migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|health_restored_notification|Starting migration of Main DB to 32 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 7.1E-06s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnHealthRestored Boolean 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnHealthRestored" INTEGER NOT NULL DEFAULT 0 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005487s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2024-04-07T04:22:53', 'health_restored_notification') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|32: health_restored_notification migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026833s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|33: remove_uc migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|remove_uc|Starting migration of Main DB to 33 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Usenet Crawler' 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002353s 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2024-04-07T04:22:53', 'remove_uc') 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|33: remove_uc migrated 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022396s 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|34: history_fix_data_titles migrating 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:53.9|Info|history_fix_data_titles|Starting migration of Main DB to 34 2024-04-07 04:22:53.9|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-04-07 04:22:53.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013918s 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2024-04-07T04:22:54', 'history_fix_data_titles') 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|34: history_fix_data_titles migrated 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036609s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|35: download_client_per_indexer migrating 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.0|Info|download_client_per_indexer|Starting migration of Main DB to 35 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers DownloadClientId Int32 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "DownloadClientId" INTEGER NOT NULL DEFAULT 0 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005955s 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2024-04-07T04:22:54', 'download_client_per_indexer') 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|35: download_client_per_indexer migrated 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026948s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|36: postgres_update_timestamp_columns_to_with_timezone migrating 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.0|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Main DB to 36 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ApplicationStatus 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ApplicationStatus InitialFailure DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ApplicationStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ApplicationStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "ApplicationStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ApplicationStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ApplicationStatus_temp" RENAME TO "ApplicationStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ApplicationStatus_ProviderId" ON "ApplicationStatus" ("ProviderId" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041183s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ApplicationStatus 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ApplicationStatus MostRecentFailure DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ApplicationStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ApplicationStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "ApplicationStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ApplicationStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ApplicationStatus_temp" RENAME TO "ApplicationStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ApplicationStatus_ProviderId" ON "ApplicationStatus" ("ProviderId" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036414s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ApplicationStatus 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ApplicationStatus DisabledTill DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ApplicationStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ApplicationStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "ApplicationStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ApplicationStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ApplicationStatus_temp" RENAME TO "ApplicationStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ApplicationStatus_ProviderId" ON "ApplicationStatus" ("ProviderId" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003609s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands QueuedAt DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("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) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands" 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0038148s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands StartedAt DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("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) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands" 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037322s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Commands 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Commands EndedAt DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands_temp" ("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) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Commands" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Commands_temp" RENAME TO "Commands" 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003725s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus InitialFailure DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClientStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "DownloadClientStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035915s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus MostRecentFailure DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClientStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "DownloadClientStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036764s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClientStatus 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn DownloadClientStatus DisabledTill DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "DownloadClientStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill" FROM "DownloadClientStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "DownloadClientStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClientStatus_temp" RENAME TO "DownloadClientStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036863s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn History Date DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "IndexerId" INTEGER NOT NULL, "Date" DATETIME NOT NULL, "Data" TEXT NOT NULL, "EventType" INTEGER, "DownloadId" TEXT, "Successful" INTEGER NOT NULL) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "History_temp" ("Id", "IndexerId", "Date", "Data", "EventType", "DownloadId", "Successful") SELECT "Id", "IndexerId", "Date", "Data", "EventType", "DownloadId", "Successful" FROM "History" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "History" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History_temp" RENAME TO "History" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037571s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerDefinitionVersions 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.5E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerDefinitionVersions LastUpdated DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerDefinitionVersions_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "DefinitionId" TEXT NOT NULL, "File" TEXT NOT NULL, "Sha" TEXT, "LastUpdated" DATETIME) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerDefinitionVersions_temp" ("Id", "DefinitionId", "File", "Sha", "LastUpdated") SELECT "Id", "DefinitionId", "File", "Sha", "LastUpdated" FROM "IndexerDefinitionVersions" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerDefinitionVersions" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerDefinitionVersions_temp" RENAME TO "IndexerDefinitionVersions" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerDefinitionVersions_DefinitionId" ON "IndexerDefinitionVersions" ("DefinitionId" ASC) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerDefinitionVersions_File" ON "IndexerDefinitionVersions" ("File" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0037032s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus InitialFailure DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("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) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044368s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus MostRecentFailure DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("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) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0051397s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus DisabledTill DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("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) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041952s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable IndexerStatus 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 9E-07s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn IndexerStatus CookiesExpirationDate DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus_temp" ("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) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "IndexerStatus_temp" ("Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate") SELECT "Id", "ProviderId", "InitialFailure", "MostRecentFailure", "EscalationLevel", "DisabledTill", "LastRssSyncReleaseInfo", "Cookies", "CookiesExpirationDate" FROM "IndexerStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "IndexerStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "IndexerStatus_temp" RENAME TO "IndexerStatus" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0041266s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Indexers Added DateTimeOffset 2024-04-07 04:22:54.0|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, "Redirect" INTEGER NOT NULL, "AppProfileId" INTEGER NOT NULL, "Tags" TEXT, "DownloadClientId" INTEGER NOT NULL) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "Enable", "Priority", "Added", "Redirect", "AppProfileId", "Tags", "DownloadClientId") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "Enable", "Priority", "Added", "Redirect", "AppProfileId", "Tags", "DownloadClientId" FROM "Indexers" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0044819s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastExecution DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution", "LastStartTime") SELECT "Id", "TypeName", "Interval", "LastExecution", "LastStartTime" FROM "ScheduledTasks" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003472s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ScheduledTasks 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.4E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn ScheduledTasks LastStartTime DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "ScheduledTasks_temp" ("Id", "TypeName", "Interval", "LastExecution", "LastStartTime") SELECT "Id", "TypeName", "Interval", "LastExecution", "LastStartTime" FROM "ScheduledTasks" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "ScheduledTasks" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ScheduledTasks_temp" RENAME TO "ScheduledTasks" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.003348s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo" 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0028481s 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2024-04-07T04:22:54', 'postgres_update_timestamp_columns_to_with_timezone') 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|36: postgres_update_timestamp_columns_to_with_timezone migrated 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.005287s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrating 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.0|Info|add_notification_status|Starting migration of Main DB to 37 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable NotificationStatus 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "NotificationStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000873s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex NotificationStatus (ProviderId) 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_NotificationStatus_ProviderId" ON "NotificationStatus" ("ProviderId" ASC) 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000333s 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2024-04-07T04:22:54', 'add_notification_status') 2024-04-07 04:22:54.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrated 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024689s 2024-04-07 04:22:54.0|Info|FluentMigrator.Runner.MigrationRunner|38: indexers_freeleech_only_config_contract migrating 2024-04-07 04:22:54.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.1|Info|indexers_freeleech_only_config_contract|Starting migration of Main DB to 38 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:54.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'HDSpaceSettings' WHERE "Implementation" = 'HDSpace' 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00027s 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:54.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'ImmortalSeedSettings' WHERE "Implementation" = 'ImmortalSeed' 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002583s 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|UpdateData 2024-04-07 04:22:54.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'XSpeedsSettings' WHERE "Implementation" = 'XSpeeds' 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002454s 2024-04-07 04:22:54.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2024-04-07T04:22:54', 'indexers_freeleech_only_config_contract') 2024-04-07 04:22:54.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|38: indexers_freeleech_only_config_contract migrated 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022957s 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|39: email_encryption migrating 2024-04-07 04:22:54.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.1|Info|email_encryption|Starting migration of Main DB to 39 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-04-07 04:22:54.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016043s 2024-04-07 04:22:54.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2024-04-07T04:22:54', 'email_encryption') 2024-04-07 04:22:54.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|39: email_encryption migrated 2024-04-07 04:22:54.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036864s 2024-04-07 04:22:54.1|Warn|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {7b7ba28a-dac8-457e-808a-ff1f48981ce8} may be persisted to storage in unencrypted form. 2024-04-07 04:22:54.3|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrating 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation 2024-04-07 04:22:54.3|Info|DatabaseEngineVersionCheck|SQLite 3.44.2 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0050867s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|DatabaseEngineVersionCheck migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0052364s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL) 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003167s 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035528s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version) 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003199s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006509s 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023212s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0003925s 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021566s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|InitialSetup|Starting migration of Log DB to 1 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Logs 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL) 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007473s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Logs (Time) 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC) 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002533s 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2024-04-07T04:22:54', 'InitialSetup') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022602s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|ApplicationStatus|Starting migration of Log DB to 2 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2024-04-07T04:22:54', 'ApplicationStatus') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024047s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|IndexerProps|Starting migration of Log DB to 3 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2024-04-07T04:22:54', 'IndexerProps') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022447s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|add_update_history|Starting migration of Log DB to 4 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable UpdateHistory 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL) 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005644s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex UpdateHistory (Date) 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC) 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000267s 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2024-04-07T04:22:54', 'add_update_history') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0032741s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|update_notifiarr|Starting migration of Log DB to 5 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2024-04-07T04:22:54', 'update_notifiarr') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022235s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|app_profiles|Starting migration of Log DB to 6 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2024-04-07T04:22:54', 'app_profiles') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035247s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|history_failed|Starting migration of Log DB to 7 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2024-04-07T04:22:54', 'history_failed') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022524s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|redacted_api|Starting migration of Log DB to 8 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2024-04-07T04:22:54', 'redacted_api') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023284s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|IndexerProxies|Starting migration of Log DB to 10 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2024-04-07T04:22:54', 'IndexerProxies') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023282s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|app_indexer_remote_name|Starting migration of Log DB to 11 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2024-04-07T04:22:54', 'app_indexer_remote_name') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022408s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|desi_gazelle_to_unit3d|Starting migration of Log DB to 13 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2024-04-07T04:22:54', 'desi_gazelle_to_unit3d') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002327s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|add_on_update_to_notifications|Starting migration of Log DB to 14 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2024-04-07T04:22:54', 'add_on_update_to_notifications') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023179s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|IndexerVersions|Starting migration of Log DB to 15 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2024-04-07T04:22:54', 'IndexerVersions') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023103s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|cleanup_config|Starting migration of Log DB to 16 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2024-04-07T04:22:54', 'cleanup_config') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022747s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|indexer_cleanup|Starting migration of Log DB to 17 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2024-04-07T04:22:54', 'indexer_cleanup') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023065s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|minimum_seeders|Starting migration of Log DB to 18 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2024-04-07T04:22:54', 'minimum_seeders') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022387s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|remove_showrss|Starting migration of Log DB to 19 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2024-04-07T04:22:54', 'remove_showrss') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023371s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|remove_torrentparadiseml|Starting migration of Log DB to 20 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2024-04-07T04:22:54', 'remove_torrentparadiseml') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023164s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|localization_setting_to_string|Starting migration of Log DB to 21 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2024-04-07T04:22:54', 'localization_setting_to_string') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022226s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|orpheus_api|Starting migration of Log DB to 22 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2024-04-07T04:22:54', 'orpheus_api') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022591s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|download_client_categories|Starting migration of Log DB to 23 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2024-04-07T04:22:54', 'download_client_categories') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.002303s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|add_salt_to_users|Starting migration of Log DB to 24 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2024-04-07T04:22:54', 'add_salt_to_users') 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrated 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022304s 2024-04-07 04:22:54.3|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrating 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.3|Info|speedcd_userpasssettings_to_speedcdsettings|Starting migration of Log DB to 25 2024-04-07 04:22:54.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2024-04-07T04:22:54', 'speedcd_userpasssettings_to_speedcdsettings') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0036076s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|torrentday_cookiesettings_to_torrentdaysettings|Starting migration of Log DB to 26 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2024-04-07T04:22:54', 'torrentday_cookiesettings_to_torrentdaysettings') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035474s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|alpharatio_greatposterwall_config_contract|Starting migration of Log DB to 27 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2024-04-07T04:22:54', 'alpharatio_greatposterwall_config_contract') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035211s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|remove_notwhatcd|Starting migration of Log DB to 28 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2024-04-07T04:22:54', 'remove_notwhatcd') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0035315s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|29: add_on_grab_to_notifications migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|add_on_grab_to_notifications|Starting migration of Log DB to 29 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (29, '2024-04-07T04:22:54', 'add_on_grab_to_notifications') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|29: add_on_grab_to_notifications migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0024376s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|30: animetorrents_use_custom_config_contract migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|animetorrents_use_custom_config_contract|Starting migration of Log DB to 30 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (30, '2024-04-07T04:22:54', 'animetorrents_use_custom_config_contract') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|30: animetorrents_use_custom_config_contract migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023788s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|31: apprise_server_url migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|apprise_server_url|Starting migration of Log DB to 31 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (31, '2024-04-07T04:22:54', 'apprise_server_url') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|31: apprise_server_url migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0026352s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|32: health_restored_notification migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|health_restored_notification|Starting migration of Log DB to 32 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (32, '2024-04-07T04:22:54', 'health_restored_notification') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|32: health_restored_notification migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023262s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|33: remove_uc migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|remove_uc|Starting migration of Log DB to 33 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (33, '2024-04-07T04:22:54', 'remove_uc') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|33: remove_uc migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023383s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|34: history_fix_data_titles migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|history_fix_data_titles|Starting migration of Log DB to 34 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (34, '2024-04-07T04:22:54', 'history_fix_data_titles') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|34: history_fix_data_titles migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021841s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|35: download_client_per_indexer migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|download_client_per_indexer|Starting migration of Log DB to 35 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (35, '2024-04-07T04:22:54', 'download_client_per_indexer') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|35: download_client_per_indexer migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022426s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|36: postgres_update_timestamp_columns_to_with_timezone migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|postgres_update_timestamp_columns_to_with_timezone|Starting migration of Log DB to 36 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Logs 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn Logs Time DateTimeOffset 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Logs_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Message" TEXT NOT NULL, "Time" DATETIME NOT NULL, "Logger" TEXT NOT NULL, "Exception" TEXT, "ExceptionType" TEXT, "Level" TEXT NOT NULL) 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Logs_temp" ("Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level") SELECT "Id", "Message", "Time", "Logger", "Exception", "ExceptionType", "Level" FROM "Logs" 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Logs" 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Logs_temp" RENAME TO "Logs" 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_Logs_Time" ON "Logs" ("Time" ASC) 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025632s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable UpdateHistory 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn UpdateHistory Date DateTimeOffset 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "UpdateHistory_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Date" DATETIME NOT NULL, "Version" TEXT NOT NULL, "EventType" INTEGER NOT NULL) 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "UpdateHistory_temp" ("Id", "Date", "Version", "EventType") SELECT "Id", "Date", "Version", "EventType" FROM "UpdateHistory" 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "UpdateHistory" 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "UpdateHistory_temp" RENAME TO "UpdateHistory" 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_UpdateHistory_Date" ON "UpdateHistory" ("Date" ASC) 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0021589s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|AlterColumn VersionInfo AppliedOn DateTimeOffset 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo_temp" ("Version" INTEGER NOT NULL, "AppliedOn" DATETIME, "Description" TEXT) 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo_temp" ("Version", "AppliedOn", "Description") SELECT "Version", "AppliedOn", "Description" FROM "VersionInfo" 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "VersionInfo" 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo_temp" RENAME TO "VersionInfo" 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC) 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0019741s 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (36, '2024-04-07T04:22:54', 'postgres_update_timestamp_columns_to_with_timezone') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|36: postgres_update_timestamp_columns_to_with_timezone migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0043336s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|add_notification_status|Starting migration of Log DB to 37 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (37, '2024-04-07T04:22:54', 'add_notification_status') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|37: add_notification_status migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0022896s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|38: indexers_freeleech_only_config_contract migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|indexers_freeleech_only_config_contract|Starting migration of Log DB to 38 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (38, '2024-04-07T04:22:54', 'indexers_freeleech_only_config_contract') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|38: indexers_freeleech_only_config_contract migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023975s 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|39: email_encryption migrating 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction 2024-04-07 04:22:54.4|Info|email_encryption|Starting migration of Log DB to 39 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (39, '2024-04-07T04:22:54', 'email_encryption') 2024-04-07 04:22:54.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|39: email_encryption migrated 2024-04-07 04:22:54.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0023289s 2024-04-07 04:22:54.5|Info|Microsoft.Hosting.Lifetime|Now listening on: http://[::]:9696 2024-04-07 04:22:54.5|Info|UpdaterConfigProvider|Update mechanism BuiltIn not supported in the current configuration, changing to Docker. 2024-04-07 04:22:54.7|Info|AppSyncProfileService|Setting up default app profile 2024-04-07 04:22:54.7|Info|CommandExecutor|Starting 3 threads for tasks. 2024-04-07 04:22:54.8|Info|ManagedHttpDispatcher|IPv4 is available: True, IPv6 will be disabled 2024-04-07 04:22:55.3|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down. 2024-04-07 04:22:55.3|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production 2024-04-07 04:22:55.3|Info|Microsoft.Hosting.Lifetime|Content root path: /app/prowlarr/bin 2024-04-07 04:25:00.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: -- ApiKey: 'Api Key' must not be empty. 2024-04-07 04:25:23.6|Warn|Sonarr|Unable to complete application test [v1.15.0.4361] System.Net.Http.HttpRequestException: Connection refused (localhost:8989) ---> System.Net.Sockets.SocketException (111): Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Prowlarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 355 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Prowlarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 341 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Prowlarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 120 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Prowlarr.Common/Http/HttpClient.cs:line 171 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137 at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.Execute[TResource](HttpRequest request) in ./Prowlarr.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 214 at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.GetIndexerSchema(SonarrSettings settings) in ./Prowlarr.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 79 at NzbDrone.Core.Applications.Sonarr.Sonarr.<>c__DisplayClass11_0.b__0() in ./Prowlarr.Core/Applications/Sonarr/Sonarr.cs:line 226 at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Prowlarr.Common/Cache/Cached.cs:line 99 at NzbDrone.Core.Applications.Sonarr.Sonarr.BuildSonarrIndexer(IndexerDefinition indexer, DownloadProtocol protocol, Int32 id) in ./Prowlarr.Core/Applications/Sonarr/Sonarr.cs:line 226 at NzbDrone.Core.Applications.Sonarr.Sonarr.Test() in ./Prowlarr.Core/Applications/Sonarr/Sonarr.cs:line 52 2024-04-07 04:25:23.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: -- BaseUrl: Unable to complete application test, cannot connect to Sonarr. Connection refused (localhost:8989) 2024-04-07 04:25:44.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://sonarr.brodin.rocks/api/v3/indexer/test: 400.BadRequest (249 bytes) [ { "isWarning": false, "propertyName": "", "errorMessage": "Unable to connect to indexer, please check your DNS settings and ensure that IPv6 is working or disabled. Connection refused (localhost:9696).", "severity": "error" } ] 2024-04-07 04:25:44.8|Warn|Sonarr|Prowlarr URL is invalid [v1.15.0.4361] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://sonarr.brodin.rocks/api/v3/indexer/test] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Common.Http.HttpClient.Post(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 423 at NzbDrone.Core.Applications.Sonarr.SonarrV3Proxy.TestConnection(SonarrIndexer indexer, SonarrSettings settings) in ./Prowlarr.Core/Applications/Sonarr/SonarrV3Proxy.cs:line 131 at NzbDrone.Core.Applications.Sonarr.Sonarr.Test() in ./Prowlarr.Core/Applications/Sonarr/Sonarr.cs:line 52 [ { "isWarning": false, "propertyName": "", "errorMessage": "Unable to connect to indexer, please check your DNS settings and ensure that IPv6 is working or disabled. Connection refused (localhost:9696).", "severity": "error" } ] 2024-04-07 04:25:44.9|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: -- ProwlarrUrl: Prowlarr URL is invalid, Sonarr cannot connect to Prowlarr 2024-04-07 04:29:02.8|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://psb29404.seedbox.io:80/RPC2: 401.Unauthorized (188 bytes) 2024-04-07 04:29:02.8|Error|RTorrent|Failed to test rTorrent [v1.15.0.4361] NzbDrone.Common.Http.HttpException: HTTP request failed: [401:Unauthorized] [POST] at [http://psb29404.seedbox.io:80/RPC2] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137 at NzbDrone.Core.Download.Clients.RTorrent.RTorrentProxy.ExecuteRequest(RTorrentSettings settings, String methodName, Object[] args) in ./Prowlarr.Core/Download/Clients/rTorrent/RTorrentProxy.cs:line 202 at NzbDrone.Core.Download.Clients.RTorrent.RTorrentProxy.GetVersion(RTorrentSettings settings) in ./Prowlarr.Core/Download/Clients/rTorrent/RTorrentProxy.cs:line 37 at NzbDrone.Core.Download.Clients.RTorrent.RTorrent.TestConnection() in ./Prowlarr.Core/Download/Clients/rTorrent/RTorrent.cs:line 96 401 Authorization Required

401 Authorization Required


nginx
2024-04-07 04:29:02.9|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: -- Host: Unable to connect to rTorrent 2024-04-07 04:32:36.6|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: -- ApiKey: 'Api Key' must not be empty. 2024-04-07 04:33:17.2|Info|ReleaseSearchService|Searching indexer(s): [1337x] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5040, 5030, 5070] 2024-04-07 04:33:23.9|Info|ReleaseSearchService|Searching indexer(s): [1337x] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2070, 2030, 2010, 2040, 2060, 2045] 2024-04-07 04:33:36.0|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] 2024-04-07 04:33:37.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] 2024-04-07 04:33:39.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://radarr.brodin.rocks/api/v3/indexer: 400.BadRequest (274 bytes) [ { "isWarning": false, "propertyName": "", "errorMessage": "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.", "severity": "error" } ] 2024-04-07 04:33:39.5|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App [v1.15.0.4361] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://radarr.brodin.rocks/api/v3/indexer] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 227 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163 [ { "isWarning": false, "propertyName": "", "errorMessage": "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.", "severity": "error" } ] 2024-04-07 04:33:39.5|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] 2024-04-07 04:33:41.4|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://radarr.brodin.rocks/api/v3/indexer?forceSave=true: 400.BadRequest (274 bytes) [ { "isWarning": false, "propertyName": "", "errorMessage": "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.", "severity": "error" } ] 2024-04-07 04:33:41.4|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App [v1.15.0.4361] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://radarr.brodin.rocks/api/v3/indexer?forceSave=true] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 227 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163 [ { "isWarning": false, "propertyName": "", "errorMessage": "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.", "severity": "error" } ] 2024-04-07 04:33:41.5|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://radarr.brodin.rocks/api/v3/indexer?forceSave=true] [v1.15.0.4361] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://radarr.brodin.rocks/api/v3/indexer?forceSave=true] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 227 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100 at NzbDrone.Core.Applications.Radarr.Radarr.AddIndexer(IndexerDefinition indexer) in ./Prowlarr.Core/Applications/Radarr/Radarr.cs:line 132 at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass8_0.b__0(IApplication a) in ./Prowlarr.Core/Applications/ApplicationService.cs:line 76 at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./Prowlarr.Core/Applications/ApplicationService.cs:line 237 [ { "isWarning": false, "propertyName": "", "errorMessage": "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.", "severity": "error" } ] 2024-04-07 04:33:57.4|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: -- : Unable to access extratorrent.st, blocked by CloudFlare Protection. 2024-04-07 04:35:10.1|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: -- : Unable to access extratorrent.st, blocked by CloudFlare Protection. 2024-04-07 04:35:59.2|Info|ReleaseSearchService|Searching indexer(s): [TheRARBG] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] 2024-04-07 04:36:01.3|Info|ReleaseSearchService|Searching indexer(s): [TheRARBG] for Term: [], Offset: 0, Limit: 100, Categories: [2000] 2024-04-07 04:36:03.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] 2024-04-07 04:36:04.5|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://radarr.brodin.rocks/api/v3/indexer: 400.BadRequest (274 bytes) [ { "isWarning": false, "propertyName": "", "errorMessage": "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.", "severity": "error" } ] 2024-04-07 04:36:04.5|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App [v1.15.0.4361] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://radarr.brodin.rocks/api/v3/indexer] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 227 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163 [ { "isWarning": false, "propertyName": "", "errorMessage": "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.", "severity": "error" } ] 2024-04-07 04:36:05.3|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [], Offset: 0, Limit: 100, Categories: [2000, 2020, 2040, 2060, 2030, 2045] 2024-04-07 04:36:06.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://radarr.brodin.rocks/api/v3/indexer?forceSave=true: 400.BadRequest (274 bytes) [ { "isWarning": false, "propertyName": "", "errorMessage": "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.", "severity": "error" } ] 2024-04-07 04:36:06.1|Warn|RadarrV3Proxy|No Results in configured categories. See FAQ Entry: Prowlarr will not sync X Indexer to App [v1.15.0.4361] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://radarr.brodin.rocks/api/v3/indexer?forceSave=true] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 227 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163 [ { "isWarning": false, "propertyName": "", "errorMessage": "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.", "severity": "error" } ] 2024-04-07 04:36:06.1|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://radarr.brodin.rocks/api/v3/indexer?forceSave=true] [v1.15.0.4361] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://radarr.brodin.rocks/api/v3/indexer?forceSave=true] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 227 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100 at NzbDrone.Core.Applications.Radarr.Radarr.AddIndexer(IndexerDefinition indexer) in ./Prowlarr.Core/Applications/Radarr/Radarr.cs:line 132 at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__4(IApplication a) in ./Prowlarr.Core/Applications/ApplicationService.cs:line 175 at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./Prowlarr.Core/Applications/ApplicationService.cs:line 237 [ { "isWarning": false, "propertyName": "", "errorMessage": "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.", "severity": "error" } ] 2024-04-07 04:36:06.1|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://radarr.brodin.rocks/api/v3/indexer: 400.BadRequest (349 bytes) [ { "propertyName": "Name", "errorMessage": "Should be unique", "attemptedValue": "TheRARBG (Prowlarr)", "severity": "error", "errorCode": "PredicateValidator", "formattedMessageArguments": [], "formattedMessagePlaceholderValues": { "propertyName": "Name", "propertyValue": "TheRARBG (Prowlarr)" } } ] 2024-04-07 04:36:06.1|Error|RadarrV3Proxy|Invalid Request [v1.15.0.4361] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://radarr.brodin.rocks/api/v3/indexer] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 227 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163 [ { "propertyName": "Name", "errorMessage": "Should be unique", "attemptedValue": "TheRARBG (Prowlarr)", "severity": "error", "errorCode": "PredicateValidator", "formattedMessageArguments": [], "formattedMessagePlaceholderValues": { "propertyName": "Name", "propertyValue": "TheRARBG (Prowlarr)" } } ] 2024-04-07 04:36:06.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://radarr.brodin.rocks/api/v3/indexer?forceSave=true: 400.BadRequest (349 bytes) [ { "propertyName": "Name", "errorMessage": "Should be unique", "attemptedValue": "TheRARBG (Prowlarr)", "severity": "error", "errorCode": "PredicateValidator", "formattedMessageArguments": [], "formattedMessagePlaceholderValues": { "propertyName": "Name", "propertyValue": "TheRARBG (Prowlarr)" } } ] 2024-04-07 04:36:06.2|Error|RadarrV3Proxy|Invalid Request [v1.15.0.4361] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://radarr.brodin.rocks/api/v3/indexer?forceSave=true] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 227 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163 [ { "propertyName": "Name", "errorMessage": "Should be unique", "attemptedValue": "TheRARBG (Prowlarr)", "severity": "error", "errorCode": "PredicateValidator", "formattedMessageArguments": [], "formattedMessagePlaceholderValues": { "propertyName": "Name", "propertyValue": "TheRARBG (Prowlarr)" } } ] 2024-04-07 04:36:06.2|Warn|ApplicationService|NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://radarr.brodin.rocks/api/v3/indexer?forceSave=true] [v1.15.0.4361] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [POST] at [http://radarr.brodin.rocks/api/v3/indexer?forceSave=true] at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 227 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.ExecuteIndexerRequest(HttpRequest request) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 163 at NzbDrone.Core.Applications.Radarr.RadarrV3Proxy.AddIndexer(RadarrIndexer indexer, RadarrSettings settings) in ./Prowlarr.Core/Applications/Radarr/RadarrV3Proxy.cs:line 100 at NzbDrone.Core.Applications.Radarr.Radarr.AddIndexer(IndexerDefinition indexer) in ./Prowlarr.Core/Applications/Radarr/Radarr.cs:line 132 at NzbDrone.Core.Applications.ApplicationService.<>c__DisplayClass14_2.b__4(IApplication a) in ./Prowlarr.Core/Applications/ApplicationService.cs:line 175 at NzbDrone.Core.Applications.ApplicationService.ExecuteAction(Action`1 applicationAction, IApplication application) in ./Prowlarr.Core/Applications/ApplicationService.cs:line 237 [ { "propertyName": "Name", "errorMessage": "Should be unique", "attemptedValue": "TheRARBG (Prowlarr)", "severity": "error", "errorCode": "PredicateValidator", "formattedMessageArguments": [], "formattedMessagePlaceholderValues": { "propertyName": "Name", "propertyValue": "TheRARBG (Prowlarr)" } } ]