relationalai.app.upgrade()
upgrade()
A procedure that upgrades the RelationalAI (RAI) engines to the latest version.
Requires the app_admin
application role.
Parameters
Section titled “Parameters”None.
Returns
Section titled “Returns”STRING
Example
Section titled “Example”Use the app.upgrade()
procedure to manually upgrade the outdated engines to the latest version:
CALL relationalai.app.upgrade();/*+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Upgrade started. Monitor the upgrade status using the app.upgrade_status view to verify that all engines have been upgraded and use the app.finalize_upgrade() procedure to complete the upgrade process. | +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ */
For more information on upgrading the RAI Native App, see Upgrades.