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 below:

    docker volume create agent-log

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

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