com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Upgrading from a Previous Release

To upgrade WSO2 Governance Registry, the user store database should be upgraded. Note that there are no registry schema changes between versions. This topic provides instructions on how you can upgrade (the data and configurations) from WSO2 GREG 5.0.0 to WSO2 GREG 5.0.1.

If you want to migrate your Governance Registry configurations from one instance to another (such as when promoting your instance from test to production) using the same Governance Registry release, see Migrating the Governance Registry.

Prerequisites

To upgrade from a version older than WSO2 G-Reg 5.0.0, start from the doc that was released immediately after your current release and upgrade incrementally.

Preparing to upgrade

The following are the specific prerequisites you must complete before you upgrade WSO2 GREG:

  • Stop all the WSO2 products that are connected to the database.
  • Make a backup of the WSO2 Governance Registry 5.0.0 database and copy the GREG_HOME_5.0.0 directory in order to to backup the product configurations.

Limitations

The following are the limitations of upgrading.

  • This upgrading process can only be done for the same database types. For example, if you are using MySQL currently and you wish to use Oracle in the new version of GREG, these scripts will not work.
  • You cannot roll back the upgrading process. However, it is possible to restore a backup of the previous database and restart the upgrading progress.

Downtime

The downtime is limited to the time taken for switching databases when in the production environment.

Upgrading the database

  1. Download WSO2 Governance Registry 5.0.1 from http://wso2.com/products/governance-registry/

  2. Stop all running server instances of WSO2 Governance Registry 5.0.0.

  3. Make sure that you have taken a backup of all the databases and existing configurations.
  4. To connect the new product version to the upgraded database, configure the following files:  
    1. Change the configurations accordingly in all datasources of the <PRODUCT_HOME>/repository/conf/datasources/master-datasources.xmlfile, to point them to the upgraded database. For more information on how to do this for your database type, see Working with Databases.
    2. Go to the <PRODUCT _HOME>/repository/conf directory and update the datasource references in user-mgt.xmlregistry.xml and api-manager.xml to match the updated configurations in the master-datasources.xml file which you made in the above step. The following are sample configurations if the datasource is jdbc/WSO2CarbonDB.

      registry.xml
      <dbConfig name="wso2registry">
          <dataSource>jdbc/WSO2CarbonDB</dataSource>
      </dbConfig> 
      user-mgt.xml
      <UserManager>
        <Realm>
        <Configuration>
        ...
        <Property name="dataSource">jdbc/WSO2CarbonDB</Property>
        </Configuration>
        ...
        </Realm>
      </UserManager>
      api-manager.xml
      <DataSourceName>jdbc/WSO2CarbonDB</DataSourceName>
  5. If there are several 1000s of artifacts in the system, increase the value of the <indexingFrequencyInSeconds> property (e.g. to 10), or reduce the value of the <batchSize> property (e.g. to 10) in the <GREG_HOME>/repository/conf/registry.xml file as shown below.

    <indexingConfiguration>
    <solrServerUrl>http://192.168.48.220:8983/solr/registry-indexing</solrServerUrl>
    <startingDelayInSeconds>35</startingDelayInSeconds>
    <indexingFrequencyInSeconds>3</indexingFrequencyInSeconds>
    <!--number of resources submit for given indexing thread -->
    <batchSize>50</batchSize>
    <!--number of worker threads for indexing -->
    <indexerPoolSize>50</indexerPoolSize>
    <!-- location storing the time the indexing took place-->
    </indexingConfiguration>
  6. It is recommended to restart all the WSO2 Governance Registry 5.0.1 instances. Check for any other configurations that were done for WSO2 Governance Registry 5.0.0 (based on your solutions), and update the configuration files in WSO2 Governance Registry 5.0.1 accordingly. For example, external user stores, caching, mounting.

Re-indexing resources

Follow the steps below to re-index the resources after completing the migration.

  1. Delete the <G-REG_HOME>/solr/ directory.
  2. Change the name (e.g. lastaccesstime to lastaccesstime_1of the file in the registry which tracks the last access time of indexing the resources, by changing the value of the <lastAccessTimeLocation> property in the <G-REG_HOME>/repositiry/conf/registry.xml file as follows.
    <lastAccessTimeLocation>/_system/local/repository/components/org.wso2.carbon.registry/indexing/lastaccesstime_1</lastAccessTimeLocation>
  3. Restart the G-Reg server and wait for around 30 minutes. This time duration depends on number of resources that are there in the registry.

Recommended checkpoints

The databases should contain the newly added tables, which are namely as follows:

  • UM_DOMAIN

  • UM_SYSTEM_USER

  • UM_SYSTEM_ROLE

  • UM_SYSTEM_USER_ROLE

Going into production

The following are recommended tests to run on the upgraded system. 

  • Create multiple user stores and try adding users to different user stores.

  • Create multiple tenants and add different user stores to the different tenants. Thereafter, add users to the various user stores. 

Once the above tests are run successfully, it is safe to consider that the upgrade is ready for production. However, it is advised to test any features that are being used in production.

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.