How to Upgrade Caché on Linux?
Hi, Community!
Say you have a standalone Caché server on Linux (E.g. Ubuntu) (no mirroring) and you have sudo access via ssh.
What is the easiest, safest and simplest way to upgrade Caché to the new release?
How do you do this?
Almost the same as you do on Windows, or as clean install. Just call
And installer will offer to choose instance name, and if you put the same will offer to upgrade it.
Yes, it's the last step. You even may call
to go in non-interactive mode, docs.
My question was, how do you download tarball/extract it/run the update. It's a kind of routine operation I was hoping to see all the script.
Unfortunately, downloading distributions from WRC is not so easy. For example, you can look at my article Containerization Caché, where I gave an example how to download and install Caché automatically.
Before, we need some variables
Download distribution
before an upgrade, you should define at least one variable as defined in documentation by your link.
for install new instance, you should define more variables
so, finally, the script will be
But it is just a simple example and not covers everything. But can be easily extended by your needs.
Thanks, Dmitry!