jellyfin / jellyfin-server-macos

The menu bar app and package for Jellyfin Server on macOS.
https://jellyfin.org
Mozilla Public License 2.0
60 stars 14 forks source link

Fix migration logic #73

Closed gnattu closed 4 months ago

gnattu commented 4 months ago

We cannot just naively move the database folder because database will store absolute path to the datadir. Just use that instead of moving folders.

Fixes #71