havsav

Untitled

Mar 7th, 2023
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.44 KB | None | 0 0
  1. 2023-03-07 16:35:42.6|Info|Bootstrap|Starting Prowlarr - /app/prowlarr/bin/Prowlarr - Version 1.2.2.2699
  2. 2023-03-07 16:35:42.7|Info|AppFolderInfo|Data directory is being overridden to [/config]
  3. 2023-03-07 16:35:42.8|Info|AppFolderInfo|Data directory is being overridden to [/config]
  4. 2023-03-07 16:35:43.2|Info|AppFolderInfo|Data directory is being overridden to [/config]
  5. 2023-03-07 16:35:43.3|Warn|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {ec2b14d5-792b-46ee-bda4-4f627c342d0c} may be persisted to storage in unencrypted form.
  6. 2023-03-07 16:35:43.5|Info|MigrationController|*** Migrating data source=/config/prowlarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  7. 2023-03-07 16:35:44.1|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrating
  8. 2023-03-07 16:35:44.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  9. 2023-03-07 16:35:44.1|Info|FluentMigrator.Runner.MigrationRunner|CreateTable VersionInfo
  10. 2023-03-07 16:35:44.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "VersionInfo" ("Version" INTEGER NOT NULL)
  11. 2023-03-07 16:35:44.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0433561s
  12. 2023-03-07 16:35:44.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  13. 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|VersionMigration migrated
  14. 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.1612235s
  15. 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrating
  16. 2023-03-07 16:35:44.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  17. 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex VersionInfo (Version)
  18. 2023-03-07 16:35:44.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "UC_Version" ON "VersionInfo" ("Version" ASC)
  19. 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0033351s
  20. 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
  21. 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0002673s
  22. 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo AppliedOn DateTime
  23. 2023-03-07 16:35:44.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "AppliedOn" DATETIME
  24. 2023-03-07 16:35:44.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018496s
  25. 2023-03-07 16:35:44.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  26. 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|VersionUniqueMigration migrated
  27. 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0601061s
  28. 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrating
  29. 2023-03-07 16:35:44.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  30. 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|AlterTable VersionInfo
  31. 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|=> 2.26E-05s
  32. 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn VersionInfo Description String
  33. 2023-03-07 16:35:44.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "VersionInfo" ADD COLUMN "Description" TEXT
  34. 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008067s
  35. 2023-03-07 16:35:44.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  36. 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|VersionDescriptionMigration migrated
  37. 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0515065s
  38. 2023-03-07 16:35:44.4|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrating
  39. 2023-03-07 16:35:44.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  40. 2023-03-07 16:35:44.4|Info|InitialSetup|Starting migration of Main DB to 1
  41. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Config
  42. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Config" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Key" TEXT NOT NULL, "Value" TEXT NOT NULL)
  43. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012668s
  44. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Config (Key)
  45. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Config_Key" ON "Config" ("Key" ASC)
  46. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006776s
  47. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable History
  48. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "History" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "IndexerId" INTEGER NOT NULL, "Date" DATETIME NOT NULL, "Data" TEXT NOT NULL, "EventType" INTEGER, "DownloadId" TEXT)
  49. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001543s
  50. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (DownloadId)
  51. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_DownloadId" ON "History" ("DownloadId" ASC)
  52. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006043s
  53. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Notifications
  54. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Notifications" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Tags" TEXT, "OnHealthIssue" INTEGER NOT NULL, "IncludeHealthWarnings" INTEGER NOT NULL)
  55. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0109752s
  56. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ScheduledTasks
  57. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ScheduledTasks" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "TypeName" TEXT NOT NULL, "Interval" INTEGER NOT NULL, "LastExecution" DATETIME NOT NULL, "LastStartTime" DATETIME)
  58. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013175s
  59. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ScheduledTasks (TypeName)
  60. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ScheduledTasks_TypeName" ON "ScheduledTasks" ("TypeName" ASC)
  61. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007939s
  62. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Indexers
  63. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableAutomaticSearch" INTEGER, "EnableInteractiveSearch" INTEGER NOT NULL, "Priority" INTEGER NOT NULL DEFAULT 25, "Added" DATETIME NOT NULL)
  64. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0025715s
  65. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Indexers (Name)
  66. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
  67. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005856s
  68. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ApplicationIndexerMapping
  69. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ApplicationIndexerMapping" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "IndexerId" INTEGER NOT NULL, "AppId" INTEGER NOT NULL, "RemoteIndexerId" INTEGER NOT NULL)
  70. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012238s
  71. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Applications
  72. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Applications" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "SyncLevel" INTEGER NOT NULL, "Tags" TEXT)
  73. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013603s
  74. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Applications (Name)
  75. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Applications_Name" ON "Applications" ("Name" ASC)
  76. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006228s
  77. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Tags
  78. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Tags" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Label" TEXT NOT NULL)
  79. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007419s
  80. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Tags (Label)
  81. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Tags_Label" ON "Tags" ("Label" ASC)
  82. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005648s
  83. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Users
  84. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Users" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Identifier" TEXT NOT NULL, "Username" TEXT NOT NULL, "Password" TEXT NOT NULL)
  85. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001172s
  86. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Identifier)
  87. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Identifier" ON "Users" ("Identifier" ASC)
  88. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006345s
  89. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex Users (Username)
  90. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Users_Username" ON "Users" ("Username" ASC)
  91. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006454s
  92. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable Commands
  93. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Commands" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Body" TEXT NOT NULL, "Priority" INTEGER NOT NULL, "Status" INTEGER NOT NULL, "QueuedAt" DATETIME NOT NULL, "StartedAt" DATETIME, "EndedAt" DATETIME, "Duration" TEXT, "Exception" TEXT, "Trigger" INTEGER NOT NULL)
  94. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0031392s
  95. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerStatus
  96. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME, "LastRssSyncReleaseInfo" TEXT, "Cookies" TEXT, "CookiesExpirationDate" DATETIME)
  97. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.01008s
  98. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerStatus (ProviderId)
  99. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerStatus_ProviderId" ON "IndexerStatus" ("ProviderId" ASC)
  100. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007368s
  101. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateTable CustomFilters
  102. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "CustomFilters" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Type" TEXT NOT NULL, "Label" TEXT NOT NULL, "Filters" TEXT NOT NULL)
  103. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0017014s
  104. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex History (Date)
  105. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE INDEX "IX_History_Date" ON "History" ("Date" ASC)
  106. 2023-03-07 16:35:44.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007081s
  107. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (1, '2023-03-07T13:35:44', 'InitialSetup')
  108. 2023-03-07 16:35:44.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  109. 2023-03-07 16:35:44.6|Info|FluentMigrator.Runner.MigrationRunner|1: InitialSetup migrated
  110. 2023-03-07 16:35:44.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0936385s
  111. 2023-03-07 16:35:44.6|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrating
  112. 2023-03-07 16:35:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  113. 2023-03-07 16:35:44.6|Info|ApplicationStatus|Starting migration of Main DB to 2
  114. 2023-03-07 16:35:44.6|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Indexers EnableAutomaticSearch
  115. 2023-03-07 16:35:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "EnableInteractiveSearch" INTEGER NOT NULL, "Priority" INTEGER NOT NULL, "Added" DATETIME NOT NULL)
  116. 2023-03-07 16:35:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableInteractiveSearch", "Priority", "Added") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "EnableInteractiveSearch", "Priority", "Added" FROM "Indexers"
  117. 2023-03-07 16:35:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
  118. 2023-03-07 16:35:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
  119. 2023-03-07 16:35:44.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
  120. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0323594s
  121. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|DeleteColumn Indexers EnableInteractiveSearch
  122. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "EnableRss" INTEGER, "Priority" INTEGER NOT NULL, "Added" DATETIME NOT NULL)
  123. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "Priority", "Added") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "Priority", "Added" FROM "Indexers"
  124. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
  125. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
  126. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
  127. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0076405s
  128. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|RenameColumn Indexers EnableRss to Enable
  129. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "Indexers_temp" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT, "ConfigContract" TEXT, "Enable" INTEGER, "Priority" INTEGER NOT NULL, "Added" DATETIME NOT NULL)
  130. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "Indexers_temp" ("Id", "Name", "Implementation", "Settings", "ConfigContract", "Enable", "Priority", "Added") SELECT "Id", "Name", "Implementation", "Settings", "ConfigContract", "EnableRss", "Priority", "Added" FROM "Indexers"
  131. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DROP TABLE "Indexers"
  132. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers_temp" RENAME TO "Indexers"
  133. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_Indexers_Name" ON "Indexers" ("Name" ASC)
  134. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0139175s
  135. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable ApplicationStatus
  136. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "ApplicationStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
  137. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015519s
  138. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex ApplicationStatus (ProviderId)
  139. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_ApplicationStatus_ProviderId" ON "ApplicationStatus" ("ProviderId" ASC)
  140. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007247s
  141. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (2, '2023-03-07T13:35:44', 'ApplicationStatus')
  142. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  143. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|2: ApplicationStatus migrated
  144. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0444007s
  145. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrating
  146. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  147. 2023-03-07 16:35:44.7|Info|IndexerProps|Starting migration of Main DB to 3
  148. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
  149. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 1.8E-06s
  150. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Redirect Boolean
  151. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Redirect" INTEGER NOT NULL DEFAULT 0
  152. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012065s
  153. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClients
  154. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClients" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Enable" INTEGER NOT NULL, "Name" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "Settings" TEXT NOT NULL, "ConfigContract" TEXT NOT NULL, "Priority" INTEGER NOT NULL DEFAULT 1)
  155. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0018432s
  156. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|CreateTable DownloadClientStatus
  157. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "DownloadClientStatus" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "ProviderId" INTEGER NOT NULL, "InitialFailure" DATETIME, "MostRecentFailure" DATETIME, "EscalationLevel" INTEGER NOT NULL, "DisabledTill" DATETIME)
  158. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015537s
  159. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex DownloadClientStatus (ProviderId)
  160. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_DownloadClientStatus_ProviderId" ON "DownloadClientStatus" ("ProviderId" ASC)
  161. 2023-03-07 16:35:44.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0008394s
  162. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (3, '2023-03-07T13:35:44', 'IndexerProps')
  163. 2023-03-07 16:35:44.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  164. 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|3: IndexerProps migrated
  165. 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0450262s
  166. 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrating
  167. 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  168. 2023-03-07 16:35:44.8|Info|add_update_history|Starting migration of Main DB to 4
  169. 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (4, '2023-03-07T13:35:44', 'add_update_history')
  170. 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  171. 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|4: add_update_history migrated
  172. 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0430476s
  173. 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrating
  174. 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  175. 2023-03-07 16:35:44.8|Info|update_notifiarr|Starting migration of Main DB to 5
  176. 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier';
  177. 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Notifications" SET "Implementation" = Replace("Implementation", 'DiscordNotifier', 'Notifiarr'),"ConfigContract" = Replace("ConfigContract", 'DiscordNotifierSettings', 'NotifiarrSettings') WHERE "Implementation" = 'DiscordNotifier';
  178. 2023-03-07 16:35:44.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0013963s
  179. 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (5, '2023-03-07T13:35:44', 'update_notifiarr')
  180. 2023-03-07 16:35:44.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  181. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|5: update_notifiarr migrated
  182. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0400525s
  183. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrating
  184. 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  185. 2023-03-07 16:35:44.9|Info|app_profiles|Starting migration of Main DB to 6
  186. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|CreateTable AppSyncProfiles
  187. 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "AppSyncProfiles" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "EnableRss" INTEGER NOT NULL, "EnableInteractiveSearch" INTEGER NOT NULL, "EnableAutomaticSearch" INTEGER NOT NULL)
  188. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015513s
  189. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex AppSyncProfiles (Name)
  190. 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_AppSyncProfiles_Name" ON "AppSyncProfiles" ("Name" ASC)
  191. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006933s
  192. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
  193. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.3E-06s
  194. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers AppProfileId Int32
  195. 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "AppProfileId" INTEGER NOT NULL DEFAULT 1
  196. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001039s
  197. 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (6, '2023-03-07T13:35:44', 'app_profiles')
  198. 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  199. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|6: app_profiles migrated
  200. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0485828s
  201. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrating
  202. 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  203. 2023-03-07 16:35:44.9|Info|history_failed|Starting migration of Main DB to 7
  204. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|AlterTable History
  205. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 1.9E-06s
  206. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn History Successful Boolean
  207. 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "History" ADD COLUMN "Successful" INTEGER NOT NULL DEFAULT 1
  208. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.001201s
  209. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|ExecuteSqlStatement UPDATE "History" SET "Successful" = (json_extract("History"."Data",'$.successful') == 'True' );
  210. 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "History" SET "Successful" = (json_extract("History"."Data",'$.successful') == 'True' );
  211. 2023-03-07 16:35:44.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005962s
  212. 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (7, '2023-03-07T13:35:44', 'history_failed')
  213. 2023-03-07 16:35:44.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  214. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|7: history_failed migrated
  215. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0596058s
  216. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrating
  217. 2023-03-07 16:35:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  218. 2023-03-07 16:35:45.0|Info|redacted_api|Starting migration of Main DB to 8
  219. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
  220. 2023-03-07 16:35:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
  221. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0055858s
  222. 2023-03-07 16:35:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (8, '2023-03-07T13:35:45', 'redacted_api')
  223. 2023-03-07 16:35:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  224. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|8: redacted_api migrated
  225. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0521573s
  226. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrating
  227. 2023-03-07 16:35:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  228. 2023-03-07 16:35:45.0|Info|IndexerProxies|Starting migration of Main DB to 10
  229. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerProxies
  230. 2023-03-07 16:35:45.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerProxies" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "Name" TEXT NOT NULL, "Settings" TEXT NOT NULL, "Implementation" TEXT NOT NULL, "ConfigContract" TEXT, "Tags" TEXT)
  231. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016885s
  232. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Indexers
  233. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|=> 2.3E-06s
  234. 2023-03-07 16:35:45.0|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Indexers Tags String
  235. 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Indexers" ADD COLUMN "Tags" TEXT
  236. 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0009779s
  237. 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (10, '2023-03-07T13:35:45', 'IndexerProxies')
  238. 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  239. 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|10: IndexerProxies migrated
  240. 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0387744s
  241. 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrating
  242. 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  243. 2023-03-07 16:35:45.1|Info|app_indexer_remote_name|Starting migration of Main DB to 11
  244. 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|AlterTable ApplicationIndexerMapping
  245. 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|=> 1.7E-06s
  246. 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn ApplicationIndexerMapping RemoteIndexerName String
  247. 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "ApplicationIndexerMapping" ADD COLUMN "RemoteIndexerName" TEXT
  248. 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010428s
  249. 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (11, '2023-03-07T13:35:45', 'app_indexer_remote_name')
  250. 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  251. 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|11: app_indexer_remote_name migrated
  252. 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0523678s
  253. 2023-03-07 16:35:45.1|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrating
  254. 2023-03-07 16:35:45.1|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  255. 2023-03-07 16:35:45.1|Info|desi_gazelle_to_unit3d|Starting migration of Main DB to 13
  256. 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  257. 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'Unit3dSettings', "Enable" = 1 WHERE "Implementation" = 'DesiTorrents'
  258. 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0074699s
  259. 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (13, '2023-03-07T13:35:45', 'desi_gazelle_to_unit3d')
  260. 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  261. 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|13: desi_gazelle_to_unit3d migrated
  262. 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0636666s
  263. 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrating
  264. 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  265. 2023-03-07 16:35:45.2|Info|add_on_update_to_notifications|Starting migration of Main DB to 14
  266. 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Notifications
  267. 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|=> 2.1E-06s
  268. 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Notifications OnApplicationUpdate Boolean
  269. 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Notifications" ADD COLUMN "OnApplicationUpdate" INTEGER NOT NULL DEFAULT 0
  270. 2023-03-07 16:35:45.2|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0016925s
  271. 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (14, '2023-03-07T13:35:45', 'add_on_update_to_notifications')
  272. 2023-03-07 16:35:45.2|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  273. 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|14: add_on_update_to_notifications migrated
  274. 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.062166s
  275. 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrating
  276. 2023-03-07 16:35:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  277. 2023-03-07 16:35:45.3|Info|IndexerVersions|Starting migration of Main DB to 15
  278. 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|CreateTable IndexerDefinitionVersions
  279. 2023-03-07 16:35:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE TABLE "IndexerDefinitionVersions" ("Id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "DefinitionId" TEXT NOT NULL, "File" TEXT NOT NULL, "Sha" TEXT, "LastUpdated" DATETIME)
  280. 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0020869s
  281. 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerDefinitionVersions (DefinitionId)
  282. 2023-03-07 16:35:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerDefinitionVersions_DefinitionId" ON "IndexerDefinitionVersions" ("DefinitionId" ASC)
  283. 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015337s
  284. 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|CreateIndex IndexerDefinitionVersions (File)
  285. 2023-03-07 16:35:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|CREATE UNIQUE INDEX "IX_IndexerDefinitionVersions_File" ON "IndexerDefinitionVersions" ("File" ASC)
  286. 2023-03-07 16:35:45.3|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0015787s
  287. 2023-03-07 16:35:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (15, '2023-03-07T13:35:45', 'IndexerVersions')
  288. 2023-03-07 16:35:45.3|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  289. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|15: IndexerVersions migrated
  290. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0570585s
  291. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrating
  292. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  293. 2023-03-07 16:35:45.4|Info|cleanup_config|Starting migration of Main DB to 16
  294. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  295. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'movieinfolanguage'
  296. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0048601s
  297. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  298. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Config" WHERE "Key" = 'downloadclientworkingfolders'
  299. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000545s
  300. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (16, '2023-03-07T13:35:45', 'cleanup_config')
  301. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  302. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|16: cleanup_config migrated
  303. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0441977s
  304. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrating
  305. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  306. 2023-03-07 16:35:45.4|Info|indexer_cleanup|Starting migration of Main DB to 17
  307. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  308. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Aither'
  309. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005355s
  310. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  311. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Anilibria'
  312. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004894s
  313. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  314. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'AnimeWorld'
  315. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004869s
  316. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  317. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'LatTeam'
  318. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004876s
  319. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  320. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Blutopia'
  321. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004626s
  322. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  323. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'DanishBytes'
  324. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004899s
  325. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  326. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'DesiTorrents'
  327. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004703s
  328. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  329. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'DigitalCore'
  330. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004714s
  331. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  332. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'InternetArchive'
  333. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005106s
  334. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  335. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'Milkie'
  336. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004881s
  337. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  338. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'ShareIsland'
  339. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005127s
  340. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  341. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'SuperBits'
  342. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007647s
  343. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  344. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'ThePirateBay'
  345. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006427s
  346. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  347. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'TorrentLeech'
  348. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.000518s
  349. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  350. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'TorrentSeeds'
  351. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004923s
  352. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  353. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'YTS'
  354. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004685s
  355. 2023-03-07 16:35:45.4|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  356. 2023-03-07 16:35:45.4|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'Animedia'
  357. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0128657s
  358. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  359. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'Shizaproject'
  360. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006225s
  361. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  362. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'ShowRSS'
  363. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006162s
  364. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  365. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'SubsPlease'
  366. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006319s
  367. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  368. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'NoAuthTorrentBaseSettings' WHERE "Implementation" = 'TorrentsCSV'
  369. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006525s
  370. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  371. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'Anidub'
  372. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005901s
  373. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  374. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'AnimeTorrents'
  375. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005992s
  376. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  377. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'Anthelion'
  378. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006177s
  379. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  380. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'BB'
  381. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005873s
  382. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  383. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'HDSpace'
  384. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006131s
  385. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  386. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'HDTorrents'
  387. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007074s
  388. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  389. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'ImmortalSeed'
  390. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006506s
  391. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  392. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'RevolutionTT'
  393. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006162s
  394. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  395. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'SpeedCD'
  396. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006951s
  397. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  398. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'TVVault'
  399. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0007108s
  400. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  401. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'UserPassTorrentBaseSettings' WHERE "Implementation" = 'ZonaQ'
  402. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.00063s
  403. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  404. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'CookieTorrentBaseSettings' WHERE "Implementation" = 'TorrentDay'
  405. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006283s
  406. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  407. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'CookieTorrentBaseSettings' WHERE "Implementation" = 'MoreThanTV'
  408. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006247s
  409. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  410. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'CookieTorrentBaseSettings' WHERE "Implementation" = 'BitHDTV'
  411. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006036s
  412. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (17, '2023-03-07T13:35:45', 'indexer_cleanup')
  413. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  414. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|17: indexer_cleanup migrated
  415. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0428283s
  416. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrating
  417. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  418. 2023-03-07 16:35:45.5|Info|minimum_seeders|Starting migration of Main DB to 18
  419. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|AlterTable AppSyncProfiles
  420. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 2.5E-06s
  421. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn AppSyncProfiles MinimumSeeders Int32
  422. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "AppSyncProfiles" ADD COLUMN "MinimumSeeders" INTEGER NOT NULL DEFAULT 1
  423. 2023-03-07 16:35:45.5|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011846s
  424. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (18, '2023-03-07T13:35:45', 'minimum_seeders')
  425. 2023-03-07 16:35:45.5|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  426. 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|18: minimum_seeders migrated
  427. 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0648935s
  428. 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrating
  429. 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  430. 2023-03-07 16:35:45.6|Info|remove_showrss|Starting migration of Main DB to 19
  431. 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  432. 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'ShowRSS'
  433. 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005313s
  434. 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (19, '2023-03-07T13:35:45', 'remove_showrss')
  435. 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  436. 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|19: remove_showrss migrated
  437. 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0527738s
  438. 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrating
  439. 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  440. 2023-03-07 16:35:45.6|Info|remove_torrentparadiseml|Starting migration of Main DB to 20
  441. 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  442. 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'TorrentParadiseMl'
  443. 2023-03-07 16:35:45.6|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005507s
  444. 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (20, '2023-03-07T13:35:45', 'remove_torrentparadiseml')
  445. 2023-03-07 16:35:45.6|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  446. 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|20: remove_torrentparadiseml migrated
  447. 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0418942s
  448. 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrating
  449. 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  450. 2023-03-07 16:35:45.7|Info|localization_setting_to_string|Starting migration of Main DB to 21
  451. 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
  452. 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
  453. 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0012034s
  454. 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (21, '2023-03-07T13:35:45', 'localization_setting_to_string')
  455. 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  456. 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|21: localization_setting_to_string migrated
  457. 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0420555s
  458. 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrating
  459. 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  460. 2023-03-07 16:35:45.7|Info|orpheus_api|Starting migration of Main DB to 22
  461. 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|PerformDBOperation
  462. 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Performing DB Operation
  463. 2023-03-07 16:35:45.7|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0076532s
  464. 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (22, '2023-03-07T13:35:45', 'orpheus_api')
  465. 2023-03-07 16:35:45.7|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  466. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|22: orpheus_api migrated
  467. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0530716s
  468. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrating
  469. 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  470. 2023-03-07 16:35:45.8|Info|download_client_categories|Starting migration of Main DB to 23
  471. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable DownloadClients
  472. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.4E-06s
  473. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn DownloadClients Categories String
  474. 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "DownloadClients" ADD COLUMN "Categories" TEXT NOT NULL DEFAULT '[]'
  475. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0011223s
  476. 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (23, '2023-03-07T13:35:45', 'download_client_categories')
  477. 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  478. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|23: download_client_categories migrated
  479. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0415218s
  480. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrating
  481. 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  482. 2023-03-07 16:35:45.8|Info|add_salt_to_users|Starting migration of Main DB to 24
  483. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|AlterTable Users
  484. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 1.6E-06s
  485. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Salt String
  486. 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Salt" TEXT
  487. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010735s
  488. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|CreateColumn Users Iterations Int32
  489. 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|ALTER TABLE "Users" ADD COLUMN "Iterations" INTEGER
  490. 2023-03-07 16:35:45.8|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0010268s
  491. 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (24, '2023-03-07T13:35:45', 'add_salt_to_users')
  492. 2023-03-07 16:35:45.8|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  493. 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|24: add_salt_to_users migrated
  494. 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0393877s
  495. 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrating
  496. 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  497. 2023-03-07 16:35:45.9|Info|speedcd_userpasssettings_to_speedcdsettings|Starting migration of Main DB to 25
  498. 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  499. 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'SpeedCDSettings' WHERE "Implementation" = 'SpeedCD'
  500. 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0005765s
  501. 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (25, '2023-03-07T13:35:45', 'speedcd_userpasssettings_to_speedcdsettings')
  502. 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  503. 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|25: speedcd_userpasssettings_to_speedcdsettings migrated
  504. 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0418277s
  505. 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrating
  506. 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  507. 2023-03-07 16:35:45.9|Info|torrentday_cookiesettings_to_torrentdaysettings|Starting migration of Main DB to 26
  508. 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  509. 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'TorrentDaySettings' WHERE "Implementation" = 'TorrentDay'
  510. 2023-03-07 16:35:45.9|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006091s
  511. 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (26, '2023-03-07T13:35:45', 'torrentday_cookiesettings_to_torrentdaysettings')
  512. 2023-03-07 16:35:45.9|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  513. 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|26: torrentday_cookiesettings_to_torrentdaysettings migrated
  514. 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0418923s
  515. 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrating
  516. 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  517. 2023-03-07 16:35:46.0|Info|alpharatio_greatposterwall_config_contract|Starting migration of Main DB to 27
  518. 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  519. 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'AlphaRatioSettings' WHERE "Implementation" = 'AlphaRatio'
  520. 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006858s
  521. 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|UpdateData
  522. 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|UPDATE "Indexers" SET "ConfigContract" = 'GreatPosterWallSettings' WHERE "Implementation" = 'GreatPosterWall'
  523. 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0006735s
  524. 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (27, '2023-03-07T13:35:46', 'alpharatio_greatposterwall_config_contract')
  525. 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  526. 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|27: alpharatio_greatposterwall_config_contract migrated
  527. 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0404757s
  528. 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrating
  529. 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Beginning Transaction
  530. 2023-03-07 16:35:46.0|Info|remove_notwhatcd|Starting migration of Main DB to 28
  531. 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|FluentMigrator.Expressions.DeleteDataExpression
  532. 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|DELETE FROM "Indexers" WHERE "Implementation" = 'NotWhatCD'
  533. 2023-03-07 16:35:46.0|Info|FluentMigrator.Runner.MigrationRunner|=> 0.0004945s
  534. 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|INSERT INTO "VersionInfo" ("Version", "AppliedOn", "Description") VALUES (28, '2023-03-07T13:35:46', 'remove_notwhatcd')
  535. 2023-03-07 16:35:46.0|Info|NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor|Committing Transaction
  536. 2023-03-07 16:35:46.1|Info|FluentMigrator.Runner.MigrationRunner|28: remove_notwhatcd migrated
  537. 2023-03-07 16:35:46.1|Info|FluentMigrator.Runner.MigrationRunner|=> 0.042014s
  538. 2023-03-07 16:35:46.1|Info|MigrationController|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  539. 2023-03-07 16:35:46.6|Info|UpdaterConfigProvider|External updater uses branch master instead of the currently selected main, changing to master.
  540. 2023-03-07 16:35:47.0|Info|AppSyncProfileService|Setting up default app profile
  541. 2023-03-07 16:35:47.1|Info|CommandExecutor|Starting 3 threads for tasks.
Add Comment
Please, Sign In to add comment