Scheduler module updating¶
Important
First need to do setting up the environment. All commands are executed only from superuser.
Mode superuser:
sudo -i
Module updating:
from Python packages repository:
pip3 uninstall scheduler pip3 install scheduler
Performing module configuration:
openstack aos configure -n scheduler
Databases updating:
openstack aos db migrate -n scheduler
Restarting module services:
# Debian: systemctl restart aos-scheduler-*
Note
Perform a rollback in case of unsuccessful update of the module. Procedure is described in the section “Recovery plan”.
Note
If new AccentOS Scheduler module package has appeared in your repository for Astra Linux (Smolensk), do the following:
Module updating:
apt install -y aos-scheduler