-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
Hello,
Before upgrading to v24 my test instance which is running on v23 I tried the following on a local machine.
git clone --recurse-submodules https://github.com/georchestra/docker.git
cd docker
git checkout 23.0 && git submodule update
docker compose up -dWhile traefik does not work anymore (revoked certificate) the logs look to be fine.
To update to 24, I followed the readme
docker compose down
git checkout 24.0 && git submodule update
docker pull
docker compose up -dI get an ldap unhealthy error.
I'm not sure which part of the log is relevant:
ldap-1 | [INFO] No CUSTOM_SCRIPTS_DIRECTORY env variable set
ldap-1 | run-parts: executing /docker-entrypoint.d/00-init
ldap-1 | Info: Container already configured, therefore ignoring SLAPD_xxx environment variables and preseed files
ldap-1 | run-parts: executing /docker-entrypoint.d/01-populate
ldap-1 | LDAP already initialized !
ldap-1 | run-parts: executing /docker-entrypoint.d/02-indexes
ldap-1 | LDAP indexed
ldap-1 | 681b0c7b.36c800f0 0x7f3f89e63200 @(#) $OpenLDAP: slapd 2.5.13+dfsg-5 (Feb 8 2023 01:56:12) $
ldap-1 | Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
ldap-1 | 681b0c7b.3729b5b9 0x7f3f89e63200 olcAttributeTypes: value #0 olcAttributeTypes: Duplicate attributeType: "1.3.6.1.4.1.42.2.27.8.1.1"
ldap-1 | 681b0c7b.372a1c07 0x7f3f89e63200 config error processing cn={4}ppolicy,cn=schema,cn=config: olcAttributeTypes: Duplicate attributeType: "1.3.6.1.4.1.42.2.27.8.1.1"
ldap-1 | 681b0c7b.372bdda1 0x7f3f89e63200 slapd stopped.
ldap-1 | 681b0c7b.372c1319 0x7f3f89e63200 connections_destroy: nothing to destroy.
ldap-1 | [INFO] No CUSTOM_SCRIPTS_DIRECTORY env variable set
ldap-1 | run-parts: executing /docker-entrypoint.d/00-init
ldap-1 | Info: Container already configured, therefore ignoring SLAPD_xxx environment variables and preseed files
ldap-1 | run-parts: executing /docker-entrypoint.d/01-populate
ldap-1 | LDAP already initialized !
ldap-1 | run-parts: executing /docker-entrypoint.d/02-indexes
ldap-1 | LDAP indexed
ldap-1 | 681b0cb8.07d9c076 0x7fd13dab1200 @(#) $OpenLDAP: slapd 2.5.13+dfsg-5 (Feb 8 2023 01:56:12) $
ldap-1 | Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
ldap-1 | 681b0cb8.0878108a 0x7fd13dab1200 olcAttributeTypes: value #0 olcAttributeTypes: Duplicate attributeType: "1.3.6.1.4.1.42.2.27.8.1.1"
ldap-1 | 681b0cb8.087859ed 0x7fd13dab1200 config error processing cn={4}ppolicy,cn=schema,cn=config: olcAttributeTypes: Duplicate attributeType: "1.3.6.1.4.1.42.2.27.8.1.1"
ldap-1 | 681b0cb8.087a063f 0x7fd13dab1200 slapd stopped.
ldap-1 | 681b0cb8.087a3e72 0x7fd13dab1200 connections_destroy: nothing to destroy.
Reactions are currently unavailable