Skip to content
bakerboy448 edited this page Apr 9, 2024 · 3 revisions

So you want to move your starr library to a new machine but not sure how to make it find your content? Toolbarr can help!

The DB Migration tool allows you to edit the starr.db database file to update item paths to a new root folder. This allows you to convert from Windows to Linux or vice versa. This page provides a short tutorial on how I migrated my Radarr Library from Linux to Windows. The process is the same for any starr app, and for macOS.

  • First, go into Radarr and make a database backup. System -> Backup -> Backup Now

Screen Shot 2023-03-30 at 4 47 39 PM

  • Copy that backup file to your computer. Unzip it.
    • Ensure this is local and not over a network drive
  • Open Toolbarr. Navigate to Radarr.

Screen Shot 2023-03-30 at 4 51 23 PM

  • We're going to add a new instance. Right now, the URL doesn't matter.
  • Click DB Path to open the file browser, navigate to the db file you copied from Radarr and select it.

Screen Shot 2023-03-30 at 4 54 52 PM

  • Save it and click DB Tools. You should see something like this:

Screen Shot 2023-03-30 at 4 57 02 PM

And this is where I'll take a moment to explain. I have two root folders. One is old and still has a few items linked to it. We're going to clean that up while we're here. In fact let's do that first. Click delete, and then click Yes.

Screen Shot 2023-03-30 at 4 59 14 PM

  • Now we have more invalid paths. No bother, we'll fix that too.

Screen Shot 2023-03-30 at 5 00 41 PM

  • Next let's change the root folder to the new path on the new Windows server. Click Change.
  • Enter the new path and click save.
  • If you have a lot of movies it might take a minute or two.
  • A progress bar displays while it updates multiple tables.

Screen Shot 2023-03-30 at 5 02 09 PM

  • Now let's fix the invalid paths. Click on Movies.

Screen Shot 2023-03-30 at 5 19 01 PM

  • Scroll to the bottom, click Select All and Save Selected.

Screen Shot 2023-03-30 at 5 19 59 PM

  • Looking better. Let's do the other two.

Screen Shot 2023-03-30 at 5 20 33 PM

  • It even fixes import list paths.

Screen Shot 2023-03-30 at 5 22 24 PM

  • And when you're done it should look nice and clean.

Screen Shot 2023-03-30 at 5 23 04 PM

  • At this point you can load the radarr.db file into the new Radarr running on Windows.
Clone this wiki locally