RSserver 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 rs-server
      pip3 install rs-server
      
  2. Performing initial configuration of the module:

    openstack aos configure -n rs_server
    
  3. Updating databases:

    openstack aos db migrate -n rs_server
    
  4. Restarting the web server:

    # Debian:
    systemctl restart apache2
    systemctl restart memcached
    
  5. Completing update procedure, restarting module services:

    systemctl restart aos-rs-*
    

Note

Perform a rollback in case of unsuccessful update of the module. Procedure is described in the section “Recovery plan”.

Note

If new AccentOS RSserver module package has appeared in your repository for Astra Linux (Smolensk), do the following:

  1. Module updating:

    apt install -y aos-rs-server