I received an email regarding upgrading the connector. My connector runs on a
Docker Container on my Synology NAS.
I looked at the upgrading instructions but am unsure where I am supposed to use the command lines. If anyone could assist me, I would be really grateful.
I do not believe there is anyway to update the existing container through the Synology DSM Docker application UI and there isn’t really a way to update a running docker container in general. Typically you just
Pull the latest docker image
Stop and remove the container running the old docker image
Create a new container with the newly pulled docker image
Normally you would have your data on a persistent storage location and when your container starts with the new image it has all its existing config data. (This isn’t how the twingate connector works.)
In your situation and because the twingate admin console makes it really easy to just build and copy/paste docker commands. I would just create a new connector and delete the old one. You can have them both running side by side until you confirm everything is good and then stop/remove the old one and then remove it from the twingate admin console. The connectors are replaceable.
Otherwise you can follow most guides out there on how to export/import docker images and how to pull new images to the repo. It’s all the same whether its apache or a twingate connector!
After connecting to the Synology NAS via ssh, I was able to run: curl -s https://binaries.twingate.com/connector/docker-upgrade.sh | sudo nohup sudo bash
… I may have been admin when I ran the command as I did 1st run sudo docker container ls