Configure Persistence for logging - EcoSys - Installation & Upgrade - Hexagon PPM

EcoSys Connect Installation and Configuration

Language
English
Product
EcoSys
Search by Category
Installation & Upgrade
EcoSys Version
1.0.01

Follow the steps below,

  1. Create a Docker volume for managing data persistence by issuing the host shell command:

    docker volume create log-agent-log

  2. To initialize data in this volume, issue the host shell command:

    docker run --user root --rm -ti -v log-agent-log:/tmp/log-agent-log alpine /bin/sh -c "chown -R 100:101 /tmp/log-agent-log; chmod -R 755 /tmp/log-agent-log"