diff options
| author | Thomas Büttner <thomas@vergesslicher.tech> | 2019-01-11 17:01:22 +0100 |
|---|---|---|
| committer | Thomas Büttner <thomas@vergesslicher.tech> | 2019-01-11 17:01:22 +0100 |
| commit | b6c0e5d4720e71165259f5d6788dd239abfc5dcd (patch) | |
| tree | 75ffdeceb711a916f051ec4a9b5f9483b38416c9 | |
| parent | 40e509588e4fee3ab1e532c09dab839926c2b5e7 (diff) | |
Also remove DB mirgration part from README
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
| -rw-r--r-- | rpm-package/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rpm-package/README.md b/rpm-package/README.md index 5944f9e9b..1449b54cc 100644 --- a/rpm-package/README.md +++ b/rpm-package/README.md @@ -26,15 +26,6 @@ To allow Jellyfin to mount/umonut ISO files uncomment these two lines in `/etc/s # %jellyfin ALL=(ALL) NOPASSWD: /bin/umount ``` -## Database patching - -You may need to install sqlite since CentOS has no `Recommends:` with `yum install sqlite`. -To fix the paths in the emby database for a migration to jellyfin run the script: -```shell -/usr/share/jellyfin/update-db-paths.sh <path-to-library.db> <path-to-emby-data> <path-to-jellyfin-data> -``` -PS: Please **backup your emby database beforehand**. - ## Building with dotnet Jellyfin is build with `--self-contained` so no dotnet required for runtime. |
