Icon

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

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

 

  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.

Note

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