Skip to content

upgrade_schedule_status()

relationalai.app
upgrade_schedule_status()

A procedure that checks whether the saved upgrade task is present and what status it reports for the RAI Native App. Requires the app_admin application role.

None.

STRING

Use app.upgrade_schedule_status() to check whether the saved upgrade task is present and what status it reports:

-- Check whether the saved upgrade task is present and what status it reports.
CALL relationalai.app.upgrade_schedule_status();

See Upgrades for more information on upgrading the RAI Native App.