HAProxy Enterprise Documentation 1.9r1

BSD

Follow these steps to uninstall HAProxy Enterprise from a BSD system.

Remove HAProxy Enterprise

  1. Stop HAProxy Enterprise.

    $ sudo service hapee_19_lb onestop
  2. Back up your configuration files.

    The HAProxy Enterprise configuration directory may contain files that you wish to keep: SSL/TLS certificates, map files, and other files that you may wish to preserve after uninstallation. Ensure that any files you wish to keep are copied to a safe location.

    The following command will copy the contents of /etc/hapee-1.9 to a time-stamped directory in /tmp:

    $ cp -r /etc/hapee-1.9 /tmp/hapee-1.9-lb.backup.$(date +%F_%R)
  3. Query to see your installed packages.

    $ sudo pkg info hapee*
    
    hapee-1.9r1-lb-1.0.0.237.0
  4. Remove all HAProxy Enterprise 1.9 packages.

    $ sudo pkg remove hapee-*
    
    Checking integrity... done (0 conflicting)
    Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
    
    Installed packages to be REMOVED:
            hapee-1.9r1-lb: 1.0.0.237.0
    
    Number of packages to be removed: 1
    
    The operation will free 5 MiB.
    
    Proceed with deinstalling packages? [y/N]: y

Next up

Linux