Docker container persistence [solved]

Hello,

With the latest docker image, data is no longer persisted to the local mounted folder as described in Getting started:

docker run \
  -tip 3000:3000 \
  -v /path/to/host/dir:/var/lib/xtdb \
  ghcr.io/xtdb/xtdb-standalone-ea

but /path/to/host/dir remains empty.

Hey @wkok thanks for the report - this issue may be related but we’ll investigate and confirm shortly,

Jeremy

Okay this should be resolved if you pull the latest artifacts now (it actually was the same issue I linked) - thanks again for your patience :pray:

Hey @refset I confirmed it’s working again :+1:

Thanks

1 Like