Update to most recent version within Docker

Hi,

New user here and first of all I want to thank you for developing and supporting this excellent piece of software.

I have a short question, my docker instance of UrBackup runs v 2.1.20 and recently I got a notification letting me know v 2.2.7 is available. My problem is that I am not able to find out how to update.

I run UrBackup within Docker. I initially set it up following the command available in UrBackup’s official download site.

Please take in mind that I am new both to Docker and UrBackup so please forgive me if I am misunderstanding something.

Thanks,

Do not use it but does

docker rm -f urbackup-server-1
docker pull uroni/urbackup-server
docker run -d --name urbackup-server-1 -v /media/backups:/backups -v /media/database:/var/urbackup -p 55413-55415:55413-55415 -p 35623:35623/udp uroni/urbackup-server

work?

That absolutely did the trick! Thanks for sharing, very appreciated :slight_smile: