Fix for OPENDJ-2015 Include deletion of entry cache preload configuration in upgrade process
As follow up of OPENDJ-1869, upgrade removes ds-cfg-entry-cache-preload from cn=config.
| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Portions Copyright 2013-2014 ForgeRock AS |
| | | * Portions Copyright 2013-2015 ForgeRock AS |
| | | */ |
| | | package org.opends.server.tools.upgrade; |
| | | |
| | |
| | | deleteConfigEntry(INFO_UPGRADE_TASK_11476_SUMMARY.get(), |
| | | "dn: cn=File System,cn=Entry Caches,cn=config")); |
| | | |
| | | /** See OPENDJ-1869 */ |
| | | register("3.0.0.12226", |
| | | modifyConfigEntry(INFO_UPGRADE_TASK_12226_SUMMARY.get(), |
| | | "(objectclass=ds-cfg-root-config)", |
| | | "delete: ds-cfg-entry-cache-preload")); |
| | | |
| | | /* |
| | | * All upgrades will refresh the server configuration schema and generate |
| | | * a new upgrade folder. |
| | |
| | | Do you want to launch this process automatically at the end of the upgrade? |
| | | INFO_UPGRADE_TASK_11339_SUMMARY_10036=Removing config for 'Extensions' |
| | | INFO_UPGRADE_TASK_11476_SUMMARY_10037=Removing config for 'File System Entry Cache' |
| | | INFO_UPGRADE_TASK_12226_SUMMARY_10038=Removing config for 'Entry Cache Preload' |
| | | |
| | | # Strings for generated reference documentation. |
| | | REF_SHORT_DESC_BACKUP_15000=back up OpenDJ directory data |