How to update teddyCloud

The new 0.6.0 version seems to be a giant leap forward. Thank you for putting so much thought and effort into it.

I am delighted that I managed to set up version 0.5.2, and most things are working by now.

So now I am wondering: Is there a possibility of upgrading to the 0.6.0 developer version while keeping all the settings and the library? Since all the data is stored in the docker container, I assume everything is lost when I update.

How do you provide your updates? I assume I would back up everything in, –/certs, –/data/library and probably -/config and put it back in the same place after I installed the 0.6.0 developer version?

Sorry for asking something that is probably obvious, but I want to make sure I do not mess up the setup I worked on for 3 weeks. :slight_smile:

Hi,

Just change the docker compose, switch to develop there instead release and then just do a docker compose pull and then a docker compose up -d

All settings and so will stay the same.

But please be aware: in the todays develop update there is a new port introduced:

You have to add the 8443:8443 line manually in your current docker compose file.

You can of course backup the names folders before any change.

Wow, amazing. Thank you so much.

Everything worked exactly as you suggested.
After editing the docker-compose.yaml with nano I did “docker compose pull teddycloud” and “docker compose up -d teddycloud” and the dev version is running with all my settings and files working.

I love all the new features.

1 Like