Table of Contents | ||||
---|---|---|---|---|
|
Upgrading Syndeia Cloud:
1. Download the new build,
2. Extract the new build to /opt/icx
(for Linux) or %ProgramFiles%\Intercax
(for Windows). It should create a new folder named Syndeia-Cloud-
<YYYY-MM-DD>, where <YYYY-MM-DD> = the 4-digit year, 2-digit month, and 2-digit day respectively of the build date.
3. Read any release notes, if any.
4. Apply any settings from the old build’s application.conf
file to the new build’s application.conf
file, ie: database setttings (username, password, cluster setting- if any, etc.)
5. Are schema changes being introduced? If N, proceed to the next step. If Y, skip the next step.
...