Stop Seeker: Linux/Mac OS

To proceed with the backup, stop Seeker and the PostgreSQL database managed by Seeker.

To stop Seeker, run the following commands in the OS CLI:

  1. Run the sk_ctl stop command in SEEKER_INSTALL_DIR. For example:
    /Users/myuser/seeker/install/sk_ctl stop
  2. Make sure that Seeker and the database are not running by viewing the output of the previous command. An output from a successful stop operation should look similar to the following:
    /Users/myuser/seeker/install/sk_ctl stop
    waiting for server to shut down.... done
    server stopped
    Seeker Processes status:
    Seeker Sensor is not running
    Seeker Server is not running
    Seeker Database is not running

    If Seeker and the database have been stopped by other means, run the sk_ctl status command and check its output. For example:

    /Users/myuser/seeker/install/sk_ctl status
    Seeker Processes status:
    Seeker Sensor is not running
    Seeker Server is not running
    Seeker Database is not running