Feature #5700
How to update HTS Tvheadend 4.2.1 running in a Synology Docker
0%
Description
I am not able to update version 4.2.1 to the stable release.
Of course I could delete the docker and install a newer version but then I would have to fiddle for many hours to get my channels setup again and maybe it will not be possible again.
Has anyone a tip for me?
History
Updated by JMRR JMRR over 5 years ago
when you configured tvheadend docker container, you can set where tvheadend settings are saved.
that way you can update docker container and setings are allways preserved.
this example is my intalation:
docker create \
--name=tvheadend-server \
-e PUID=0 \
-e PGID=0 \
-e TZ=Europe/Lisbon \
-p 9981:9981 \
-v /volume1/docker/tvheadend-server/config:/config \
-v /volume1/docker/tvheadend-server/recordings:/recordings \
--device /dev/dri:/dev/dri \
--restart unless-stopped \
linuxserver/tvheadend
Updated by Mark Clarkstone about 5 years ago
- Status changed from New to Rejected
Not a feature nor an issue, please use the forums for such things. Thanks