Transition to V6

This is the walk through for transitioning from V4 or V5 to V6

Import V5 config to V6

Good news! If you have a v5 config, CDL can import it. The program will automatically detect the config in the current folder and handle the migration process for you.

All you have to do is replace the v5 start script (for Windows, that's the .bat file) with the v6 start script. If CDL does not update automatically to v6, delete the .venv folder inside CDL's folder and run the start script again.

Please note that after the migration is complete, you may still need to manually adjust some values in the config.

If the migration fails, the database will be rolled back to its previous state. An automatic backup is also made before the migration begins. However, keep in mind that the backup only includes the database, not the config files.

Import V4 config to V6

Built into Cyberdrop-DL is a tool that allows you to import both your configs and your history DB from a v4 version of Cyberdrop-DL. You can use it by selecting "Import V4 Items".

Import Your V4 Configs

The config files will be located in the folder that you were previously running Cyberdrop-DL in. Start CDL, choose the option Import v4 config and follow the on screen instructions

If you weren't using the config previously, you don't need to import it.

However, if you were primarily using CLI Arguments with V4, some of the arguments will need to swapped into config options.

If you don't end up using the import feature, make sure you also change the default config in the program if that's something you want to do.

Import Your V4 Database

For a lot of people, the download_history.sqlite file will be in the same folder as your start file (or wherever you are running Cyberdrop-DL).

If it's not there, you can find it here:

Windows:

C:\Users\<USER>\AppData\Local\Cyberdrop-DL\Cyberdrop-DL\download_history.sqlite

macOS:

/Library/Application Support/Cyberdrop-DL/Cyberdrop-DL/download_history.sqlite

Linux:

/home/<USER>/.local/share/Cyberdrop-DL/Cyberdrop-DL/download_history.sqlite

To import it, start CDL, choose the option Import v4 database and follow the on screen instructions

The old download_history.sqlite file is no longer used by Cyberdrop-DL. After you import it, you can delete the old one.

If you don't want to import previous download history, you can just delete it.

Last updated