Upgrading to CQ 5.5

This section describes the procedure and troubleshooting steps for upgrading to CQ 5.5 from CQ 5.2.1, 5.3 or 5.4.

Note

Upgrading from Communiqué 3 or 4 to CQ 5.5 is not officially supported. However, a content migration tool is available to assist in such cases. See Upgrading from Communiqué 3 or 4.

Planning Your Upgrade

Before getting started it is recommended that you plan out the process clearly. Consult the Planning Your Upgrade section for information.

Upgrade Paths

CQ 5.5 supports upgrade paths from 5.2.1, 5.3 and 5.4. Most upgrade steps and troubleshooting tips relate to all cases, but some may be relevant only to an upgrade from a particular version.

In this section each step or troubleshooting tip is marked to indicate which upgrade path the issue applies to:

ALL: Applies to upgrades from all of the supported versions, 5.2.1, 5.3 or 5.4, to 5.5.

5.2.1: Applies only to upgrades from 5.2.1 to 5.5.

5.2.1, 5.3: Applies only to upgrades from 5.2.1 or 5.3 to 5.5.

5.3: Applies only to upgrades from 5.3 to 5.5.

In all cases the issues listed apply equally to both quickstart and application server installations.

Performing the Upgrade

Preparation

ALL

  1. Create a copy of the author and publish instances. For example, with the CRX backup tool.
  2. Extract the backups into a testing environment.
  3. In that environment, make sure that you have at least 2GB of free disk space and sufficient privileges to perform the upgrade.
  4. Start the instances and disable the replication agents - in order to avoid unnecessary interference with the production environment.
  5. Run a consistency check on each instance, and perform the appropriate fixes, if necessary.
  6. Download the CQ 5.5 installation file appropriate to your case:
    • If you are upgrading a standalone environment, download the quickstart jar file.
    • If you are upgrading an application server environment, download the war file.
  7. Follow the steps appropriate to your environment below.

Quickstart Upgrade

ALL

  1. Stop each instance and replace the existing quickstart jar file with the 5.5 quickstart jar file.
  2. Start the instances.
  3. The quickstart will detect that there is an older repository version present and will run the upgrade process. This might take a few minutes.
  4. Once the system has restarted successfully, shut it down and restart it again. This triggers the conversion of workflows to the new 5.5 format. See New Workflow Model.
  5. Change the replication agents configuration to point to your testing publish environment and test the replication process.

App Server Upgrade

ALL

If you use CQ as web application within a third party application server, follow the instructions in Upgrading CQ 5.5 with Application Servers.

Perform Checks

ALL

During the upgrade, monitor crx-quickstart/logs/stdout.log to check that the upgraded instance starts properly. Then:

  • Confirm that you can login to the upgraded instance.
  • Check stdout.log (or crx-quickstart/logs/crx/error.log) to see if there were any errors.
  • Check http://host:port/system/console/bundles to confirm that all bundles were installed.
  • Check http://host:port/system/console/components to confirm that all components have started properly.

If You Experience Problems

ALL

If you experience problems with the procedure above, restart to the process and do the following:

  1. Clear all workflow processes including completed and aborted processes.
  2. Perform Data store garbage collection.
  3. Perform TarPM optimization.
  4. Perform TarPM index merge.
  5. Stop the CQ instance.
  6. Delete all the logs: 
    1. crx-quickstart/logs
    2. crx-quickstart/server/logs
    3. crx-quickstart/launchpad/logs
    4. Any *.hprof files
    5. Any *.dump files
    6. crx-quickstart/server/tmp/0/_crxde (if it exists)
    7. crx-quickstart/server/webapps/crx-de_crxde.war
  7. Start CQ and wait for "Server ready" message from server.log.
  8. Make sure all bundles are started.
  9. Using CRXDE Lite, open file /libs/sling/servlet/errorhandler/404.jsp.
  10. Change all instances of variable "bindings" to "sbindings".
  11. Click "Save All".
  12. Stop CQ.
  13. Proceed with upgrade as described above.

Tips and Troubleshooting

Changing the Admin Password

ALL

In CQ 5.5 the admin password has to be changed only once in the repository.

  1. Go to /crx/explorer/index.jsp
  2. Use the "User Administration" and browse to the admin user
  3. Change the password and save

It's no longer necessary to change the admin password for CQSE and in the Felix Console.

Changing the Default Port

ALL

Change the file name of the quickstart to contain the port number.

New in CQ 5.5 it requires a prefix -p before the port number: Example: cq-quickstart-5.5.0-publish-p4503.jar to start the server as publish on port 4503.

Command Line Start and Stop

ALL

Follow these instructions for a clean installation:

  1. Use the -unpack option to extract the CQ5 installation without starting the server:
    java -server -jar cq-quickstart-5.5.0.jar -unpack
  2. In the extract folders there is a crx-quickstart/bin folder that contains a start and stop script for Windows or Unix based systems.
  3. Edit the start (on Unix) or start.bat (Windows) to change the runmode, port number and java memory settings.

Deploy WAR as Publish Instance

ALL

CQ 5.5 is also available as single WAR file for Web Application Server deployments.

The WAR file is preconfigured to start as author instance. Follow these steps to change the runmode to publish:

  1. Unpack the web.xml from the war file
  2. Edit web.xml and change run mode parameter to publish
  3. Repack web.xml into the war file
  4. Deploy the war file in the web application server container

New Default Path to Access DAM Assets via WebDAV

ALL

To access and modify DAM assets via WebDAV, use the path /content/dam to locate the assets in Windows Explorer or Mac Finder.

Versions prior CQ 5.5 had the DAM assets located in /var/dam. This folder is no longer used.

Pages incompletely loaded due to ACL changes

ALL

Problem: After the upgrade of site to CQ 5.5, pages are only partly loaded or look broken when accessed over the publish server.

Solution: By default, CQ 5.5 prevents read access for anonymous users to certain locations in the repository on a publish server. If the site requests resources in these locations, they will not be loaded and result in a 404. We recommend moving these resources to publicly available locations in the repository.

The anonymous web site visitor has no access to following paths in CQ 5.5:

  • /apps
  • /libs
  • /home

It is recommended to place publicly accessible resources in:

  • /content
  • /etc/designs

How to deploy a custom authentication handler?

ALL

Custom authentication handlers/LoginModule are deployed as OSGi fragment bundles in CQ 5.5. This is due to changes in the way the CRX Content Repository is deployed.

  • Wrap the LoginModule into a fragment bundle
  • Use the Fragment-Host: com.day.crx.sling.server
  • Bundle should have StartLevel 15
  • The bundle must be present at startup time in order to work, so you have to restart the CQ instance after uploading it.

Custom Context Root

ALL

If you are upgrading a CQ installation inside an application server, the server configuration will define the context root used for the CQ application, just as with any other web application.

If you are upgrading a quickstart installation, changes between 5.4 and 5.5 will mean that any custom context root you may have defined in your former installation will be lost on upgrade, and revert to the default, which is "/".

In most cases, a standalone quickstart installation will not be configured with a context root other than "/". However, in some cases a custom context is required and will have been configure in your previous installation. In such cases the context root must be manually re-configured after the upgrade to 5.5.

To do this, open the file

    crx-quickstart/conf/sling.properties

Then, add the line

    org.apache.felix.http.context_path=<path>

where <path> is the context path you want. After saving the sling.properties file, restart the CQ instance.

Example

If you set

    org.apache.felix.http.context_path=/cq5/

then to get the homepage of the example geometrixx outdoors website you would request

    http://localhost:4502/cq5/content/geometrixx-outdoors/en.html

instead of the usual

    http://localhost:4502/content/geometrixx-outdoors/en.html

Note

Adjusting the context root should not be confused with changing the URL mappings. URL mapping in CQ happens at the next level, after the context root is determined.

The most common URL mapping done in CQ is to map /content/ to /, meaning that, a request to http://localhost:4502/ will redirect to http://localhost:4502/content/.

This mapping may also be an issue in your upgrade, but it is a separate issue from the context root issue. See URL Mapping.

New Workflow Model

ALL

As of CQ 5.5 the internal representation of workflows has been changed. In order to ensure that all old workflow definitions are properly converted to the new model, the system must be shut down and restarted again, after the upgrade has finished.

Note

In some cases where a workflow references a sub-workflow, the migration from the old model to the new one may fail. Make sure to double check the resulting workflow models in your upgraded instance to ensure that they accurately reflect your original workflow models. In cases where an error occurs it may have to be manually corrected by rebuilding part of the affected workflow definition with the GUI workflow tool.

New Start/Stop Scripts and Locations

ALL

In CQ 5.5, all start, stop and status scripts are found in the directory

    crx-quickstart/bin/

This differs from previous versions of CQ where these scripts were found in

    crx-quickstart/server/

(which no longer exists in a fresh 5.5 installation)

On upgrade to 5.5, the new scripts are installed in crx-quickstart/bin/ just as they would be in a fresh installation, but the server directory from the previous installation is kept intact and untouched.

Nevertheless, it is highly recommended that the old scripts not be used anymore. They are preserved on upgrade solely to facilitate transfer of any specifc settings and changes that may have been made in the earlier installation to the new scripts. Note also that in 5.5 new scripts have been provided and old ones removed.

Consequently, any custom written scripts that rely on the old CQ scripts must be adjusted.

In addition, support for Windows services is now provided by the script

    crx-quickstart/opt/helpers/start-service.bat

Non-standard repository.xml location

ALL

When upgrading from any version to 5.5, if a non-standard repository.xml location has been specified in the old WEB-INF/web.xml or in a bootstrap.properties file, the repository.xml must be moved to crx-quickstart/repository/repository.xml before upgrading.

Custom 404 Page

ALL

If you have a customized 404 page in /apps/sling/servlet/errorhandler/404.jsp and use a variable called bindings, replace it with a different name (e.g. bnd). This avoids a compile error.

Selectors

ALL

CQ applications are built around the Sling framework, an important aspect of which is the URL resolution mechanism. In cases where content can be rendered in more than one way, applications will use customized selectors within the URL to govern which script is called to do the rendering (see URL Decomposition). The correct functioning of these selectors is one area that can be affected by the upgrade process, because changes in content structure between versions of CQ may cause the selector mapping to break. For this reason, it is important to make note of the custom selectors used in your application and ensure that they function correctly after the upgrade.

Overlays

ALL

If your application uses components that overlay any built-in CQ foundation components (those found in /libs/foundation/components/) it is important to note these and test each one after the upgrade to ensure that it still works correctly. See Components for more details.

OSGi bundles

ALL

If you have installed and configured any OSGi bundles using the Apache Felix OSGi console (as opposed to storing them in the JCR repository), then the Felix configuration should be saved before the upgrade. This is done by saving the contents of /system/console/config.

Preserving changes

ALL

The upgrade procedure deletes everything under the following repository folders:

  • /content/geometrixx
  • /content/usergenerated
  • /apps/geometrixx
  • /etc/designs/geometrixx
  • /libs/

Consequently, any customizations located in these folders or any of their subfolders must be saved before the upgrade procedure is performed.

Note that the above are repository folders visible through CQDE Lite and CQDE, not file directories visible through the host OS.

To preserve content at these locations you must export that content to a content package and then import it back into the upgraded system. This is done through the Package Manager.

Unknown Node Type Warnings

ALL

In most cases, a warning that includes a stacktrace indicates that the upgrade did not complete successfully.

Currently, the only known exception to this rule is the following stacktrace:

*WARN * SearchIndex: Unable to get aggregate root for 5cb50678-ff3e-d8c2-0eec-4e9477978603 (SearchIndex.java, line 1446) javax.jcr.RepositoryException: failed to resolve name of 5cb50678-ff3e-d8c2-0eec-4e9477978603
at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImp l.java:467)
at org.apache.jackrabbit.core.HierarchyManagerImpl.getName(HierarchyManagerImp l.java:427)
at org.apache.jackrabbit.core.query.lucene.AggregateRuleImpl$AbstractInclude.m atches(AggregateRuleImpl.java:347)
[...]

This is non-critical and does not affect operations.

Related to the above issue are the following error messages that may also be logged to crx-quickstart/logs/error.log, which are also non-critical:

If the log contains other error messages, apart from these, this may indicate that the upgrade failed or was only partially completed.

Workspace Consistency

ALL

Errors such as the following indicate that the the upgrade process failed due to an workspace storage inconsistency:

Caused by: org.apache.jackrabbit.core.state.ItemStateException: Trying to add a non-existing child node: e4469e5a-4892-4760-acd6-3a3e8f120d4e
at org.apache.jackrabbit.core.state.SharedItemStateManager$Update.checkAddedCh ildNode(SharedItemStateManager.java:995)
at org.apache.jackrabbit.core.state.SharedItemStateManager$Update.checkAddedCh ildNodes(SharedItemStateManager.java:978)
at org.apache.jackrabbit.core.state.SharedItemStateManager$Update.begin(Shared ItemStateManager.java:577)
*ERROR* TarPersistenceManager: No bundle found for uuid 'deadbeef-cafe-babe-cafe-babecafebabe'
...
*ERROR* RepositoryImpl: Failed to initialize workspace 'crx.default'
javax.jcr.RepositoryException: Error indexing workspace: Error indexing workspace: Error indexing workspace
...

To avoid these problems, it is recommended that you always perform a consistency check before proceeding with the upgrade. For details on how to perform the check and how to remedy any inconsistencies found, see Consistency Check.

Custom Users and Groups

5.2.1

In cases where a 5.2.1 installation has custom users and/or groups, direct upgrade to 5.5 will cause those users and groups to be lost. In that case these users and groups would have to be re-entered manually in the newly upgraded instance. If this is feasible, then a direct upgrade to 5.5 and subsequent re-entry of users and groups is the recommended course.

However, if preserving the exisiting users and groups is a priority (if, for example you have a very large nukmber of them, too many to re-enter manually) the 5.2.1 instance must be upgraded to either 5.3 or 5.4 after which the normal upgrade to 5.5 can be performed. See

Table Component

5.2.1

The foundation table component was updated in CQ 5.3. This new component continues to be used in 5.5. Consequently any upgrade from 5.2.1 to 5.5 will have to take this into account. See Table Component Changes.

Default URL mapping changed

5.2.1

In CQ 5.2 a URL mapping from /content to / was configured by default. Under CQ 5.5 this mapping is no longer set by default but must be configured explicitly. To configure URL mappings see Configuring CQ.

Custom login page may require modification to work after upgrade

5.2.1

Where a custom login-page at /apps/wcm/auth/content/login is used, it needs to be adapted as follows:

  1. Change the sling:resourceType from wcm/auth/components/login to cq/core/components/login
  2. Move all the static files (background image, css and js) to underneath the /apps/wcm/auth/content/login node (these used to be on the same level as the actual login content node).

Blog content needs to be migrated separately

5.2.1

When upgrading from 5.2 to 5.5 the blog content is not automatically migrated. This content must be manually migrated by exporting (through the package manager) and re-importing into the upgraded instance.

Content package install fails

5.2.1

Nodes of type nt:folder with access controls that were added after the installation of CQ 5.2.1 may cause problems on upgrade to 5.5. This does not happen for all nt:folder nodes with ACLs, but only for some. For example, if a customer added ACLs to /libs/collab, this will cause a problem. The crx-quickstart/logs/error.log will log an error like:

12.02.2010 14:08:54 *ERROR* Importer: Error while committing /libs/collab: javax.jcr.nodetype.ConstraintViolationException: Unable to perform operation.  Node is protected. (Importer.java, line 715)

Remove these ACL entries to make the content package install work.

Re-indexing fails with Out of Memory Errors

5.2.1

Depending on the number of cores, JVM heap settings and content stored, there is a small risk that re-indexing a workspace in CQ 5.5 fails.

Specifically PDF files stored in content may require significant amount of heap memory when the workspace is re-indexed. Larger PDF files are processed in a number of background threads, the number of which depends on the number of cores available. Modern hardware often has +8 cores and support twice as many threads, which means a CQ instance could setup 32 threads for PDF text extraction. In some cases this will lead to out-of-memory errors when all threads are busy with text extraction.

This can be solved by starting the JVM process with affinity to fewer cores.

API Changes

5.2.1

Changes were made to the CQ API from 5.2 to 5.3. These changes still apply in CQ 5.5. Therefore you must ensure that these changes are accounted for in your upgrade.

The changes to interfaces within the CQ Security API that were made between CQ 5.2 and CQ 5.3 are listed below:

Added

Removed

  • AuthorizableEvent.java
  • AuthorizableListener.java
  • AuthorizableEventType.java

Modified

  • Authorizable.java
    • The following has been deprecated.
      The new Jackrabbit user management implementation does not store the plain userID in a separate property. Instead the id is stored in jcr:uuid and its human readable representation forms the node name:
      • PROPERTY_ID
    • The following have been deprecated.
      By default these properties are now stored in the profile without duplication into user/group properties:
      • PROPERTY_NAME
      • PROPERTY_DESCRIPTION
      • PROPERTY_EMAIL
      • PROPERTY_FIRST_NAME
      • PROPERTY_LAST_NAME
  • Profile.java
    • As of CQ 5.3 extends are available from LabeledResource and PersistableValueMap, not only from ValueMap.
  • User.java
    • changePassword(String password) should now be used instead of the deprecated method setPassword(String password, String digest).
  • UserManager
    • removed the methods:
      • addModificationListener
      • removeModificationListener
    • added the methods:
      • createUser(String, String, String, String)
      • createGroup(String, String, String)
      • isAutoSave()
      • autosave(boolean)

5.2.1, 5.3

The following API changes were made between CQ 5.3 and 5.4 and still apply in CQ 5.5. If your CQ application uses any of these functions you will need to manually adjust your code.

Asset signature changes

com.day.cq.dam.api.Asset has changed:

  • Resource getRendition(String name) is now
    Rendition getRendition(String name)
  • Resource getOriginal() is now
    Rendition getOriginal()
  • Resource getCurrentOriginal() is now
    Rendition getCurrentOriginal()
  • List<Resource> getRenditions() is now
    List<Rendition> getRenditions()
  • Resource getRendition(RenditionPicker picker) is now
    Rendition getRendition(RenditionPicker picker)

RenditionPicker signature changes

com.day.cq.dam.api.RenditionPicker has changed:

  • Resource getRendition(Asset asset) is now
    Rendition getRendition(Asset asset)

Taglib bundle has incorrect version number

5.2.1, 5.3

The org.apache.sling.atom.taglib bundle displays an incorrect version number in the CRX system console. On an instance upgraded from 5.3 to 5.5 the version is 0.9.0.tlp-R830217. The correct version, as found in a freshly installed 5.5 instance, is 0.9.0.R988585. To fix this do the following:

  • Delete the org.apache.sling.atom.taglib bundle via the bundles page of the system console (http://<host>:<port>/system/console/bundles)
  • In the repository (using CRXDE Lite, for example), move /libs/sling/install/org.apache.sling.atom.taglib-0.9.0-R988585.jar to /tmp.
  • Wait a few seconds and then move the bundle back to its previous location.
  • Wait a few seconds and then verify the bundle version in the system console.

This issue has minimal impact, but for a 100% clean upgrade it should be addressed.

Some bundles are no longer needed

5.2.1, 5.3

The following bundles are no longer used in 5.5:

  • org.apache.jackrabbit.jackrabbit-api
  • org.apache.sling.samples.path-based.rtp

These can be removed using the Apache Felix console at http://<host>:<port>/system/console.

This issue has minimal impact, but for a 100% clean upgrade it should be addressed.

Some Sling properties are not updated

5.2.1, 5.3

Some properties in crx-quickstart/launchpad/sling.properties differ between CQ 5.2.1 and 5.3 and a fresh CQ 5.5 install. However, in an upgrade to 5.5 these changes are not automatically made. The upgrade installer assumes that any differences in that file are due to manual changes made by an administrator and therefore does not update them. The result is that an upgrade to 5.5 will retain theearlier sling.properties settings, while a fresh 5.5 will have slightly different settings.

The following sling.properties are not updated when upgrading from 5.2.1 or 5.3 to 5.5. Note that these differences all have minimal or no impact. However, if you want a 100% clean upgrade you may wish to change the settings to their fresh 5.5 install values:

  • Upgrade refers to the setting as found in 5.2.1 or 5.3 and in a 5.3 instance that has been upgraded to 5.5.
  • Fresh refers to the setting as found in a freshly installed 5.5 instance.

ds.loglevel

  • Upgrade: ds.loglevel=${org.apache.sling.commons.log.level}
  • Fresh: ds.loglevel=warn

felix.service.urlhandlers

  • Upgrade: felix.service.urlhandlers=false
  • Fresh: felix.service.urlhandlers=true

org.osgi.framework.bootdelegation

  • Upgrade: org.osgi.framework.bootdelegation=
    com.yourkit.* ${org.apache.sling.launcher.bootdelegation}
  • Fresh: org.osgi.framework.bootdelegation=
    com.yourkit.*,
    sun.reflect ${org.apache.sling.launcher.bootdelegation}

org.osgi.framework.system.packages

  • Upgrade: org.osgi.framework.system.packages=
    ${osgi-core-packages},
    ${osgi-compendium-services},
    ${jre-${java.specification.version} ${org.apache.sling.launcher.system.packages}
  • Fresh: org.osgi.framework.system.packages=
    ${osgi-core-packages},
    ${osgi-compendium-services},
    org.apache.sling.launchpad.api;version\=1.0.0,
    ${jre-${java.specification.version}} ${org.apache.sling.launcher.system.packages}

Issue with javax.activation

5.2.1, 5.3

In some cases, after a 5.3 to 5.5 upgrade, some bundles may not start properly and instead report an error related to a missing javax.activation package (check the Apache Felix console at http://host:port/crx/system/console/bundles).

In such a case:

  • Stop CQ
  • Edit the crx-quickstart/launchpad/sling.properties file to remove javax.activation (and the comma that follows) from any list of packages that contains it.
  • Restart CQ

For example, in the following sling.properties file you would remove the highlighted string:

file

Tasks to perform after the upgrade

5.2.1, 5.3

The following tasks should be performed after the upgrade:

  1. Reinstall any customized OSGi bundles (if you had manually installed them before).
  2. Restore any customized configurations from the Apache Felix Console, for example:
    • Mail Service
    • Day Commons GFX Font Helper
    • SSO Authentication Handler
    • Apache Sling Resource Resolver
  3. Re-enable LDAP if required (and if disabled during the consistency checks).
  4. There are various items (mainly for backup reasons) that can be reviewed, and where appropriate, cleaned up after a successful upgrade to CQ 5.5:
    • repository:
      • /home/groups-<xxx>
      • /home/users-<xxx>
    • file system:
      • crx-quickstart/server/*.NEW_<xxx>
      • crx-quickstart/archived-versions
      • crx-quickstart/repository/patches/new/*.jar
    • miscellaneous:
      • /tmp/asset*
      • crx-quickstart/repository/shared/replication/durbo
  5. The redundant workspaces can also be deleted:
    • crx-quickstart/repository/workspaces/crx.system
    • crx-quickstart/repository/shared/workspaces/crx.system
    crx-system is no longer obligatory. User data is now stored in the appropriate workspace, and other system-wide information is available without the need to initialize an additional workspace.

Clustering

5.3

The default CQ clustering system was changed with the introduction in CQ 5.4 from a shared-directory system to a shared-nothing system. The new shared-nothing system continues to be the the default system used in any fresh installation of CQ 5.5.

However, when a 5.5 instance is created through an upgrade from 5.2 (as opposed to a fresh 5.5 install) the clustering system is not automatically upgraded to shared-nothing. Instead, the cluster will continue to use the older shared-directory settings.

Consult CRX Clustering for more details.

The Final Status of Your Upgraded Instance

ALL

If you performed the optional upgrade to shared nothing clustering and addressed the known issues, then the resulting system will be identical to a fresh CQ 5.5 installation, with the user's content preserved.


Your comments are welcome.
Did you notice a way we could improve the documentation on this page? Is something unclear or insufficiently explained? Please leave your comments below and we will make the appropriate changes. Comments that have been addressed, by improving the documentation accordingly, will then be removed.

COMMENTS

  • By James Stansell - 11:55 PM on Feb 29, 2012   Reply
    After "Taglib bundle has incorrect version number" 5.4 is mentioned a lot but I didn't notice 5.5 at all.
    • By Alexandre COLLIGNON - 5:52 PM on Mar 08, 2012   Reply
      The typo has been corrected. Thanks.
    • By Enrique Hurtarte - 11:04 PM on Mar 05, 2012   Reply
      How do I configure the mount feature of CRX Virtual Repositories in CQ 5.5? I tried the procedure of CQ 5.4 but didn't work.

      Thanks in advance.
      • By alvawb - 10:26 AM on May 02, 2012   Reply
        Thanks for your feedback. We're investigating it and will get back to you as soon as we have an update.
      • By Ron - 5:53 PM on Mar 14, 2012   Reply
        Please confirm that upgrading to 5.5 deletes everything under '/content/usergenerated'. Did you mean '/content/usergenerated/geometrixx'? I just upgraded my test instance from 5.4 to 5.5 and the nodes under '/content/usergenerated/mysite/...' were still there.
        • By Ron - 8:45 PM on Mar 20, 2012   Reply
          Also discovered that the upgrade deletes everything under /etc/clientlibs.
          • By ppiegaze - 10:35 AM on May 02, 2012   Reply
            We are investigating this issue and will update the documentation as soon as possible.
        • By Dan - 6:22 PM on Mar 28, 2012   Reply
          Upgraded from 5.4 to 5.5. This document states "the server directory from the previous installation is kept intact and untouched". This is not true. All subfolders are deleted under ../server....including my ldap configuration file under server/etc and my previous log files under server/log. Also changes I made to log4j.xml under ../server/runtime/../WEBINF are gone. Where should these files now exist? I looked under the 5.5 documentation for LDAP configuration and it still references the old locations that the upgrade deleted!
          • By Todd - 5:40 PM on Apr 05, 2012   Reply
            I noticed the same thing, the ldap_login.conf file should be moved to installDir/crx-quickstart/conf and you will have to change you startup parameters to -Djava.security.auth.login.config=installDir/crx-quickstart/conf/ldap_login.conf, I don't think it matters where the ldap_login.conf file resides as long as you pass the location when you start, as the ../conf folder appears to be the new location for property files that where I put it. As fas as the log4j.xml, I'm going to open a support case with Adobe and will let you know, my guess is it will be added to the sling.properties file under the ../conf directory, not sure of the syntax. I need to enable LDAP debug which I had done in the log4j.xml file in the same PATH you used.
            • By zumbrunn - 10:53 AM on May 02, 2012   Reply
              An update to CQ 5.5 will introduce a new best practice for configuring LDAP. For configuring LDAP with the initial release of CQ 5.5, please see the recommended best practice documented at http://dev.day.com/docs/en/cq/current/core/administering/ldap_authentication.html
          • By David - 2:30 AM on Mar 30, 2012   Reply
            Does Blog content created n 5.4 need to be migrated separately when upgrading to 5.5?

            David

            • By ppiegaze - 10:45 AM on May 02, 2012   Reply
              We are investigating this issue and will update the documentation as soon as possible.
            • By Anonymous - 8:35 PM on Apr 06, 2012   Reply
              In this upgrade document it states: In CQ 5.5 the admin password has to be changed only once in the repository.
              It's no longer necessary to change the admin password for CQSE and in the Felix Console.

              However the CQ 5.5 Security Checklist states the password must be changed multiple places.

              Can you clarify this?
              • By aheimoz - 10:11 AM on Apr 10, 2012   Reply
                The CQ (and CRX) Security Checklists have both been updated. Please see
                http://dev.day.com/docs/en/cq/current/deploying/security_checklist.html#Change%20Default%20Passwords
              • By Jon - 3:46 PM on Apr 19, 2012   Reply
                The 5.5 upgrade will reset the "author" user password to "author". Be sure to change it, as it is a security risk.
                • By ppiegaze - 10:47 AM on May 02, 2012   Reply
                  We are investigating this issue and will update the documentation as soon as possible.
                • By Freek Segers - 8:55 AM on Apr 25, 2012   Reply
                  We noticed that after the upgrade any custom directories under /etc were removed as well.
                  • By ppiegaze - 10:48 AM on May 02, 2012   Reply
                    We are investigating this issue and will update the documentation as soon as possible.

                  ADD A COMMENT

                   

                  In order to post a comment, you need to sign-in.

                  Note: Customers with DayCare user accounts need to create a new account for use on day.com.

                  ***