From 0fe712ca4c8a8c4450e9539b07029ad76b2b4e0a Mon Sep 17 00:00:00 2001 From: Neville Antony Jose <114400911+najose@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:23:28 +0530 Subject: [PATCH] [bitnami/openldap] Document mountpoint for data persistence (#76785) Signed-off-by: Neville Antony Jose <114400911+najose@users.noreply.github.com> --- bitnami/openldap/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bitnami/openldap/README.md b/bitnami/openldap/README.md index 6960e4e4891b..50af09d2bd72 100644 --- a/bitnami/openldap/README.md +++ b/bitnami/openldap/README.md @@ -207,6 +207,10 @@ You can bootstrap the contents of your database by putting LDIF files in the dir Check the official [OpenLDAP Configuration Reference](https://www.openldap.org/doc/admin26/guide.html) for more information about how to configure OpenLDAP. +### Data Persistence + +To ensure that the OpenLDAP state is retained across container restarts and updates, it is recommended to mount a volume at `/bitnami/openldap`. + ### Overlays Overlays are dynamic modules that can be added to an OpenLDAP server to extend or modify its functionality.