diff --git a/changelogs/templates/announcements.md b/changelogs/templates/announcements.md index fdaf6d53d..83b307b43 100644 --- a/changelogs/templates/announcements.md +++ b/changelogs/templates/announcements.md @@ -1,3 +1,8 @@ - Radarr Postgres Database Support - Radarr Plex Watchlist Support -- Radarr Collections Support \ No newline at end of file +- Radarr Collections Support + - Existing Collection Lists have been migrated +- Some users may experience `Database Malformed` or other migration errors + - This is caused by the database having existing corruption. + - The solution is to follow the instructions noted on the FAQ for a malformed database. + - Given this just occurred after an update then if the post-migrated database will not open or cannot be recovered then make a copy of the database from a recent backup and apply the database recovery process to that file then try starting Radarr with the recovered backup file. It should then migrate without issues then.