Skip to content

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.

None.

STRING — A status message indicating that the upgrade started.

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.