relationalai.app.finalize_upgrade()
Deprecated
finalize_upgrade()
A procedure that completes the RelationalAI (RAI) Native App engine upgrade process.
Requires the app_admin
application role.
Parameters
Section titled “Parameters”None.
Returns
Section titled “Returns”STRING
Example
Section titled “Example”After calling app.upgrade()
, use the app.finalize_upgrade()
procedure to complete the engine upgrade process:
CALL relationalai.app.finalize_upgrade();/*+---------------------------------+ | Upgrade completed successfully. | +---------------------------------+ */
All engines deleted during the upgrade are recreated. Python queries whose transactions were cancelled during the upgrade do not resume automatically.
See Upgrades for more information on upgrading the RAI Native App.