Starting with version 5.0.5011, the OPC Router Docker image has two mount paths that allow persistent volumes to be mounted.
| Mount path | Description |
|---|
/data | Data storage location for internal data such as configuration files, project file backups, licenses, and the integrated database (if available). Published and unpublished connections, plug-in configurations and settings, as well as transfer data are stored here. |
/var/log/opcrouter | Log files for the service, web management, and the integrated database (if available). |
Prior to version 5.0.5011, the OPC Router Docker image had three mount paths.
| Mount path | Description |
|---|
/inray | Settings and project file backups |
/var/log/opcrouter | Log files for the service, web management, and integrated database (if available) |
/data/database | Data storage location for the integrated database (if available). Published and unpublished connections, plug-in configurations and settings, as well as transfer data are stored here. |