helm-openldap
helm-openldap copied to clipboard
Migration from osixia to bitnami
i have seen https://github.com/jp-gouin/helm-openldap?tab=readme-ov-file#to-400 but i'am not sure what the migration aspect is.
A assume the data-folder is not compatible at all, thus my suggestion would be
- create an ldif of the current production server (bootstrap.ldif)
- extract SSL/TLS keys
- spawn this chart (in parallel to the current deployment as a new deployment) while:
- using
bootstrap.ldif
as the bootstrap in /ldifs- one might need to add the creation of the main dcObject to the very top
- adding the memberOf schem to /schema
- configure the SSL/TLS certs and enable it
- set
LDAP_ROOT
to the root used in your boostrap.lidf
- using
Would that be your suggestion too? I assume this could be something that we could link to in the changelog guide as a starting point.
Thanks in any way