9.2 Linux
- Copy the application update package [scribbler_date_version.tar] to the log manager server using the "Copy Files" instruction detailed in the installation section.
- 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
- 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".
- Install the application:
cd scribbler_2023-07-14_1.10.13sudo ./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.
- Wait for the installation to complete.