Servarr/Wiki

Lidarr will automatically migrate the data from sqlite to postgres

Closed this issue · 1 comments

After setting up the config.xml and starting Lidarr, it'll migrate the data by itself, so it's not necessary to do anything mentioned in the "Migrating data" subsection.

[Info] MigrationController: *** Migrating data source=/config/lidarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** 
[Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** 

AB#4311

The migration details noted in the wiki are required.

The migration you see in the logs is the internal db migration agnostic of PG/sql