OPENDJ-3714 Add to Upgrade class the task to add new ds-cfg-local-backend object class
| | |
| | | "cn=UUID,cn=Syntaxes,cn=config", |
| | | "cn=Syntaxes,cn=config") |
| | | ); |
| | | |
| | | register("4.0.0", |
| | | modifyConfigEntry(INFO_UPGRADE_TASK_ADD_LOCAL_BACKEND.get(), |
| | | "(objectClass=ds-cfg-backend)", |
| | | "add: objectClass", |
| | | "objectClass: ds-cfg-local-backend") |
| | | ); |
| | | |
| | | /* All upgrades will refresh the server configuration schema and generate a new upgrade folder. */ |
| | | registerLast( |
| | |
| | | ERR_TRUSTING_CERTIFICATE_PERMANENTLY=Unable to trust the certificate permanently, \ |
| | | certificate will be trusted only for this session. Error details: %s |
| | | ERR_UPGRADE_READING_CONF_FILE=An error occurred while reading configuration file: %s |
| | | INFO_UPGRADE_TASK_ADD_LOCAL_BACKEND=Adding local backend object class |