Sure thing! How did you install the controller that you're currently running? Upgrading essentially amounts to replacing the controller executable file, and restarting, but exactly how that's done will depend on which operating system and deployment method you're using.
It will look roughly like this:
stop the current controller
back up the database (.db) file
replace the ziti controller binary with the new version, and
restart the controller
The new controller will see that its database needs to be migrated and it will do that automatically. If you're unsure about any of the above then let me know and we'll take it one step at a time.
Sure thing! How did you install the controller that you're currently running? Upgrading essentially amounts to replacing the controller executable file, and restarting, but exactly how that's done will depend on which operating system and deployment method you're using.
It will look roughly like this:
stop the current controller
back up the database (.db) file
replace the ziti controller binary with the new version, and
restart the controller
The new controller will see that its database needs to be migrated and it will do that automatically. If you're unsure about any of the above then let me know and we'll take it one step at a time.
Ok, I'll assume you ran the local, non-docker quickstart for the initial install, and also that you're running it on Linux. Based on these assumptions here's the process:
Ok, I'll assume you ran the local, non-docker quickstart for the initial install, and also that you're running it on Linux. Based on these assumptions here's the process:
You're saying 2.3.1 works properly with an updated controller, correct? That's great news.
Yes it is indeed a big problem which is why that release was marked inactive and a warning was placed on the release notes for it. With the 2.3.1 releasse of the ZDEW, automatic updates were also moved over to use different release streams you can choose from. The readme Release 2.3.1 · openziti/desktop-edge-win · GitHub tries to explain that better.
In general, we always recommend people being on the latest. We keep finding and fixing bugs and adding new features to the tunnelers, it's generally always best to be on the latest.