relationalai.app.upgrade_reasoners()
upgrade_reasoners()A procedure that starts upgrading existing reasoners to the latest version available in the current RAI Native App release.
Requires the app_admin application role.
Parameters
Section titled “Parameters”None.
Returns
Section titled “Returns”STRING — A status message indicating that the upgrade started.
Example
Section titled “Example”Start the reasoner upgrade process:
CALL relationalai.app.upgrade_reasoners();Monitor progress:
SELECT * FROM relationalai.app.upgrade_reasoners_status;See Upgrades for the upgrade workflow and scheduling.