Upgrade Ziti Components

Hello all!

I’ve been using my own ziti network (Hosted my self), with some ER distributed throught my internal infra (IoT, Gaming devices, etc).
However I just realized I’m quite behind on releases, like the ZAC.
So what should be the best way to perform upgrades in the openziti infra?

I’d say for the binaries, just update them… but what about the Zac? Recompile? delete and reinstall?

What should be the best path for it?

Thanks!

1 Like

Hello!

Zac is an easy one, simply pull the latest code and run “npm install” to make sure you have all the latest components then “node server.js” to get the Zac running again. Granted you are not hosting it in another web server that is.

Let me know how it goes!

Thanks
Jeremy

1 Like

It did work!!
As easy as that.

Thanks