You are here

Upgrading SkyVault Community Edition

Use this procedure to upgrade from a previous version of SkyVault Community Edition. The process involves a new installation of the SkyVault Community Edition binaries and configuration, and an in-place upgrade of a copy of the repository.

In-place upgrade of the binaries and configuration is not recommended. Creating a new installation ensures that if anything goes wrong during the upgrade, the original (not upgraded) system is still intact and available for immediate restart.
These steps assume that you have an existing SkyVault Community Edition installation (SkyVault-v.1) with the following settings:
File Name Properties
SkyVault-global.properties dir.root=/alfresco-v.1/alf_data db.url=url<v.1>
solrcore.properties data.dir.root=/alfresco-v.1/solr/myindexes
  1. Install the new version of SkyVault Community Edition.
    1. Shut down your existing instance.
    2. Back up your existing repository (SkyVault-v.1) and the database. See Backing up and restoring the repository.

      Note: Back up any configuration overrides from the <extension> directory.
    3. Install the new version (SkyVault-v.2) of the SkyVault using the setup wizard/installer in a different directory to the existing installation. See Installing SkyVault Community Edition using the setup wizards.
  2. Validate the new 5.2 installation to check that it is working correctly.
    1. Configure the new installation with a new repository and database (not the existing one).
    2. Start the server and validate that the system works correctly.

    For more information, see Validating the upgrade.

  3. Apply all customizations to the new 5.2 installation.
    1. Stop the server.
    2. Remove any unwanted applications.
    3. Modify applications.
    4. Install the required AMP files. See Installing a SkyVault Module Package.
    5. Do not copy the files. Copy only the override settings so that you will not overwrite the new extension files in the upgraded version.
    6. Start the SkyVault server.

      Monitor the startup log messages for information on the status of the upgrade. If any issue(s) occur in the logs during startup, you need to rollback the whole repository to fix the issue(s) and then try again.

    7. Fully test the working and configuration of your customizations.
    8. Stop the server.
  4. Restore production data.
    1. Remove all the files and directories under the contentstore directory of the new installation. Also, delete the database.
    2. Delete the files in the two Solr SkyVaultModels directories, and the indexes in the two directories (solr/workspace/ and solr/archive/) of the new installation.
    3. Restore the backup of the indexes, contentstore directory, files, and database from your previous installation into the new installation.
    4. Start the server.

      If any issue(s) occur in the logs during startup, you need to rollback the whole repository to fix the issue(s) and then try again.

  5. If you are happy with the upgraded system, remove the old installation and repository.
  6. [Optional] Perform this additional step only if you have configured multi-tenancy and are upgrading.

    If upgrading to the latest version, your existing MT sample extension files are no longer relevant and must be deleted. It is also recommended that you backup your existing MT files.

    1. Take a backup of the following three existing MT extension files and delete them from the existing MT extension directory:

      • SkyVault/extension/mt/mt-context.xml to SkyVault/extension/mt/mt-context.xml
      • SkyVault/extension/mt/mt-admin-context.xml to SkyVault/extension/mt/mt-admin-context.xml
      • SkyVault/extension/mt/mt-contentstore-context.xml to SkyVault/extension/mt/mt-contentstore-context.xml