You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 27 Next »

projectdoc Toolbox

Improvements heading to data center support. Requires rebuild of database table which may take up to hours to run.

Alpha Status

 

This version 5 of the projectdoc Toolbox is currently alpha.

We are rolling out this version on instances of selected customers.

It is currently not publicly available on the Atlassian Marketplace.

Today we released version 5.0 of the projectdoc Toolbox. It includes changes from version 5.0.0 to 5.0.2.

Since this is a major release, expect breaking changes!

Please read this release notes carefully prior to updating the projectdoc Toolbox!

This version 5 includes a couple of changes required for data center support. Data center support is planned to be supported by the major version of the projectdoc Toolbox.

The projectdoc Toolbox is an add-on for Confluence supporting agile software development teams to collaborate on process, project, system, and product documentation. 

Release Notes Overview

Summary

This version addresses the increased performance requirements for data center.

One of the most relevant news for your upgrade is the new database structure the projectdoc Toolbox. Since the projectdoc tables did not store any information that cannot be derived from the Confluence pages, you simply need to rebuild the table data from scratch. Unfortunately this requires – especially for large installations – quite a lot of time. We recommend to check the upgrade process in a test environment on real data to get an estimation about how long this would take on your Confluence instance.

This release has breaking changes. Therefore it is required to update extensions and doctype add-ons.

New and Noteworthy

Very quickly the most relevant changes in this release.

Database Tables

We updated the database tables to store projectdoc data. This is required to cope with the increased load on Confluence when run in a data center environment.

The old tables (identified by "PD_" in the table name) will stay untouched and the new structures will be stored in new tables (identified by "PD5_"). Even if the old data will still be available we highly recommend to have access to a current backup of your database.

PD5 Tables

 
  1. AO_63F547_PD5_DOC
  2. AO_63F547_PD5_NAME_REFS
  3. AO_63F547_PD5_PAGE_REFS
  4. AO_63F547_PD5_PG_FRGMNT
  5. AO_63F547_PD5_PROP

The upgrade process will only affect projectdoc tables in Active Objects (AO). In case the process cannot complete successfully, because an accidental server downtime, please clear (not drop) the new PD5 tables from corrupt content and restart the server. The process can also be started manually via a REST service.

For more information on updating information in the projectdoc database tables, please refer to Rebuild and Reindex, especially Upgrade Task.

Editing Experience

A couple of improvements address the user experience when working with projectdoc documents in the Confluence page editor.

All these features are considered experimental and are currently in an early release status with some limitations (for details please follow the links below).

  1. Section Expander: Macros in the page editor can be collapsed or expanded
  2. Section NavigationThe editor can be opened at a specified location
  3. Dynamic Editor Content: Provides dynamic content generated by macros when in the page editor

Breaking Changes


Key Summary T P Description
Loading...
Refresh

Installation Instructions

Install the new OBR of the projectdoc Toolbox.

Installation Order

In case this is the first time the projectdoc Toolbox is installed, please follow these instructions. In case you upgrade from an older version, please continue with Upgrade Instructions

Please install the projectdoc Toolbox first, then the extensions and finally update the doctype add-ons.

So this is the basic order to upgrade:

  1. Install projectdoc Toolbox
  2. Install extension add-ons (start with Web API Extension)
  3. Install doctype add-ons (start with Core Doctypes)

Please install only those add-ons that you need! The add-ons provide additional features to the projectdoc Toolbox. The projectdoc Toolbox works without any further add-ons.

Upgrade Instructions

Here is a short guide to update to this new version of the projectdoc Toolbox. For detailed information on dependencies, please consult the documentation of the add-ons.

Backup first, install add-on second!

 

This upgrade requires an upgrade of the projectdoc tables. This upgrade will be started automatically!

Expect this to be huge. Do not install this version of the projectdoc Toobox without a backup plan!


Upgrade Order

Please check again!

 

Make sure you have a recent backup and checked the upgrade in a test environment before you continue with the following steps.

projectdoc Toolbox only

In case you are only using the projectdoc Toolbox without any extensions, you may install the projectdoc Toolbox and the automatic upgrade process of the projectdoc tables in your database will start automatically.

Order, when only the projectdoc Toolbox is in use (only one step):

  1. Update projectdoc Toolbox


projectdoc Toolbox with additional projectdoc add-ons

The projectdoc Toolbox will check that the versions of the add-ons are correct. If not, the upgrade process will be postponed. The issue will be logged at error level to the log and on each projectdoc document page online. This is the default process.

Alternatively you get full control over the process by setting the Java System system property de.smartics.projectdoc.upgrade.skip-auto to true. This will prevent the upgrade process to start. Install the projectdoc Toolbox then the extensions, unset the system property and restart the server.

For more information on updating information in the projectdoc database tables, please refer to Rebuild and Reindex, especially Upgrade Task.

Please install only those add-ons that are actually used! In case you do not use any of the projectdoc extensions, there is no need to install it. (smile)

 

The migration process only starts when the projectdoc tables of version 5 are empty.

If these tables are not empty and the migration should be startet, please clear all tables of the projectdoc Toolbox with the PD5_ prefix.

It is highly recommended to not remove tables with the PD_ prefix until the migration process has completed successfully.


Automatic (recommended)- projectdoc Toolbox with extension and doctype add-ons:

  1. Update projectdoc Toolbox
  2. Check logs or open a projectdoc page to see if add-on updates are required
    1. update extension add-ons (start with Web API Extension)
    2. update doctype add-ons (start with Core Doctypes)

Manual - projectdoc Toolbox with extension and doctype add-ons:

  1. Set the system property when starting the JVM -Dde.smartics.projectdoc.upgrade.skip-auto=true
  2. Update projectdoc Toolbox
  3. Update extension add-ons (start with Web API Extension)
  4. Update doctype add-ons (start with Core Doctypes)
  5. Remove the system property added in step 1 -Dde.smartics.projectdoc.upgrade.skip-auto=true

Rebuild

Due to the following issues a rebuild is required to update properties.

Expect this to be huge. Do not upgrade without a backup plan!

Key Summary T P Description
Loading...
Refresh

This is detected by the automatic upgrade process. So there is no need to start the rebuild manually if the automatic upgrade has been selected.

For complex navigation structure between projectdoc documents it may be required to run a refresh on the tables.

Please refer to Rebuild and Reindex for details on how to rebuild or refresh the projectdoc tables.

List of Changes

The following changes are part of the latest projectdoc Toolbox for Confluence

Key Summary T P Description
Loading...
Refresh

Resources

Release Notes
Information on all released versions of the projectdoc Toolbox for Confluence.
Glossary
Terms used in and defined for projectdoc.
FAQs
Questions and answers related to the projectdoc Toolbox and Confluence.




  • No labels