Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 7.5-0

    ...

    First, stop the services on the machine you are going to uninstall from:

    Supervisor

    Linux:        /sbin/service supervisor stop 
    OS X:        SystemStarter stop        sudo systemctl stop supervisor 
    macOS:       sudo launchctl stop com.pipelinefx.supervisor  
    Win (dialogControl Panel):    Services Window->Supervisor>qubesupervisor->stop 
    Win (cmdline):  sc stop qubesupervisor

    (Qube 6.x and below only) On Linux and OS XmacOS, the Supervisor's database tables are not removed by the uninstall utility. Before removing the Supervisor software, you may want to run this command:
    $QBDIR/utils/upgrade_supervisor --erase

    This will drop all the database tables cleanly. It is not necessary to do this on Windows, as they are stored in the Qube! install itself.

    Worker

    Linux: 
    • /sbin/service worker stop 
    OS X:       
    • SystemStarter stop worker 
    • sudo systemctl stop worker
    • rpm –qa | grep -i qube
    • rpm –ev package1 package2 … 

    macOS:   

    • sudo launchctl stop com.pipelinefx.worker 
    • Open a Finder and delete the /Applications/pfx/ directory 

    Windows:    

    • stop the qubworker qubeworker service:
      • Use the Services control dialog 
      • From the command prompt:  sc stop qubeworker
    • Kill the watchdog process from the Windows Task Manager

    ...

    • Open

    ...

    • the

    ...

    • "Start->Control Panel->Add/Remove Programs" and remove the Qube! Components ("Qube! Worker Service", "Qube! Core", Qube Jobtypes, etc)..

    Additional Cleanup

    A manual uninstall does not get everything - remove these additional files.

    Linux

      1. The data (job logs, etc) directory, /var/spool/qube
      2. Logs (supelog, workerlog, supeproxylog, dralog, qube-system-metrics.log, and their backups) in /var/log
      3. The configuration files in /etc are not removed, and must be removed by hand - 
        1. /etc/qb.conf* 
        2. /etc/my.cnf backups (Qube 6 and below only)
        3. /etc/qb.lic
      4. (Qube 6.x and below) The directories in /usr/local/mysql/ are not removed by the upgrade_supervisor --erase command
        1. /usr/local/mysql/qube
        2. /usr/local/mysql/pfx_*
      5. (Qube 7.0 and above) : the PostgreSQL database software and data
        1. /usr/local/pfx/pgsql 

    OS X

    macOS

      1. The data (logs) directory, /var/spool/qube
      2. Logs (supelog, workerlog, supeproxylog, dralog, qube-system-metrics.log, and their backups) in /var/log
      3. From WranglerView, click on the menu items "Administration->AutoStart ____:Enabled->Disable".to remove the auto-start for Supervisor and Worker if enabled.
      4. From the Finder, locate the supervisor and worker folders in the /Library/StartupItems folder.
      5. Locate the qube-supervisor, qube-worker, and qube-core installation pkg file in the /Library/Receipts folder and drag it to the Trash
      6. /Applications/pfx directory
        1. this includes the PostgreSQL software and data, in /Applications/pfx/pgsql

    ...