Skip to content

relationalai.app.upgrade_schedule_status()

upgrade_schedule_status()

A procedure that returns the current engine upgrade schedule and task status for the RAI Native App. Requires the app_admin application role.

None.

STRING

Use app.upgrade_schedule_status() to view the current engine upgrade schedule and task status:

-- View the current upgrade schedule and task status.
CALL relationalai.app.upgrade_schedule_status();

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