Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Skip to end of metadata
Go to start of metadata

 

  1. login to your Supervisor
  2. open a Terminal window
  3. run the following command
"$QBDIR/utils/upgrade_supervisor" -reset

where $QBDIR is the location of your Qube installation: /Applications/pfx/qube on OSX, c:\Program Files\pfx\qube on Windows, or /usr/local/pfx/qube on OSX.

Icon

You may need to restart the Supervisor as well

OSX:

sudo SystemStarter stop supervisor
sudo SystemStarter start supervisor

WIndows:

sc stop qubesupervisor
sc start qubesupervisor 

(or use the Services control panel)

Linux:

sudo /etc/init.d/supervisor restart

 

  • No labels

5 Comments

  1. Anonymous

    Please provide example commands for all platforms. 

    1. Thank you for the suggestion.  The page has been updated.

  2. Anonymous

    Your mileage may vary, but on my Centos install the following was the equivalent command:

    /usr/local/pfx/qube/utils/upgrade_supervisor -reset

  3. Anonymous

    How do I do this for Windows? 

    1. The same instructions apply.  You'll use the command prompt instead of the terminal, otherwise, everything else is the same.