Updating Urbi Pro
Updating Pro UI
-
Fetch new installation artifacts.
To get artifacts for the Pro UI service only, add
--services=pro-ui
after thepull
command. Without this parameter artifacts for all services will be fetched by default.See the reference of DGCLI command-line arguments.
-
Copy the path to a new manifest file from the command output and set it as a value to the
dgctlStorage.manifest
parameter in thevalues-pro-ui.yaml
configuration file. For more information, see the service installation instructions.Important
If during a regular update of the Pro UI service you do not want to import new data, specify the manifest used for the previous import. In other cases, using a new manifest is recommended.
-
Check out breaking changes. If necessary, update other settings in the
values-pro-ui.yaml
configuration file. -
Run the command to update the service:
helm upgrade --version=1.32.0 --atomic --values ./values-pro-ui.yaml pro-ui 2gis-on-premise/pro-ui
Updating Pro API
-
(Recommended) Back up datasets uploaded by users.
-
Fetch new installation artifacts.
- To update only the service image, add the
--only-apps
flag after thepull
command. - To update only data, add the
--only-data
flag after thepull
command. - To update both service and data, run the command without flags above.
To get artifacts for the Pro API service only, add
--services=pro
after thepull
command. Without this parameter artifacts for all services will be fetched by default.See the reference of DGCLI command-line arguments.
- To update only the service image, add the
-
Copy the path to a new manifest file from the command output and set it as a value to the
dgctlStorage.manifest
parameter in thevalues-pro-api.yaml
configuration file. For more information, see the service installation instructions.Important
If during a regular update of the Pro API service you do not want to import new data, specify the manifest used for the previous import. In other cases, using a new manifest is recommended.
-
Check out breaking changes. If necessary, update other settings in the
values-pro-api.yaml
configuration file. -
Run the command to update the service:
-
To update the service only or both service and data:
helm upgrade --version=1.32.0 --atomic --values ./values-pro-api.yaml pro-api 2gis-on-premise/pro-api
-
To update data only, set the currently installed On-Premise version to the
--version
parameter:helm upgrade --version=VERSION --atomic --values ./values-pro-api.yaml pro-api 2gis-on-premise/pro-api
-