jerkrl 4 Posted 1 hour ago Posted 1 hour ago Hi, On my Synology DS720+, I have Emby Server installed as a package. I'm trying to migrate my Emby Server to a docker container installment (deployment), as I intend to move my Emby Server from my Synology to a linux server that is more powerfull. I would like to do so, while keeping all the info/data of my current (package) installment and have them used after I have deployed the docker container. Effectively, Emby Server as it was before without any additional setup required, as it is the exact same server. I tried, but... it gives me the first-time-setup page. What I have done till now: Stop the package Copy everything in @appdata/EmbyServer to the new location where my docker containers are residing cp -ar /volume2/@appdata/EmbyServer/* /volume2/docker/emby_server/ Set the ownership: chown -R 1026:100 /volume2/docker/emby_server/ chmod -R 775 /volume2/docker/emby_server/ Confirm all is copied Start the Emby Server docker container Go to http://192.x.x.x:8096 "Welcome to Emby This wizard will help guide you through the setup process of setting up Emby Server." So, my approach is not fully working. What am I doing wrong?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now