From 0282fdd9f45369d0fe54de2165ca1843099bd52c Mon Sep 17 00:00:00 2001 From: Neville Antony Jose <114400911+najose@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:15:51 +0530 Subject: [PATCH] [bitnami/openldap] Document mountpoint for data persistence 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 6960e4e4891b5..50af09d2bd723 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.