Skip to main content

9.2 Linux

  1. Copy the application update package [scribbler_date_version.tar] to the log manager server using the "Copy Files" instruction detailed in the installation section.
  2. Uninstall existing Scribbler application if any:
    • Login to the SSH console.
    • Go to the previous installation's extracted folder. Run the following command:
      sudo ./uninstall-scribbler.ps1
  3. Extract the Scribbler application update package:
    • tar -xf scribbler_2023-07-14_1.10.13.tar --one-top-level
    • This will create a folder named "scribbler_2023-07-14_1.10.13".
  4. Install the application:
    • cd scribbler_2023-07-14_1.10.13
    • sudo ./install-scribbler.ps1
    • The installation process will start and provide the same data folder previously used. It should be "/data" unless a different folder is used previously.
    • Make sure you are providing the same data folder which is used previously. Otherwise, Scribbler is unable to use the previous datastore/database.
  5. Wait for the installation to complete.