Scheduler module updating

Important

First need to do setting up the environment. All commands are executed only from superuser.

Mode superuser:

sudo -i
  1. Module updating:

    • from Python packages repository:

      pip3 uninstall scheduler
      pip3 install scheduler
      
  2. Performing module configuration:

    openstack aos configure -n scheduler
    
  3. Databases updating:

    openstack aos db migrate -n scheduler
    
  4. 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:

  1. Module updating:

    apt install -y aos-scheduler