demandPlus+

⌘K
  1. Home
  2. Docs
  3. demandPlus+
  4. Upgrade

Upgrade

If you have already installed demandPlus+, you must perform the following steps to upgrade to the next higher version.

1. Publish Extension

An extension can be published using the Business Central Administrations Shell. To do this, run it as an administrator.
Use the following command to publish the extension:
Publish-NAVApp -ServerInstance [Your Serverinstance] -Path [Path of extension]
When entering your data, the square brackets must be removed.

2. Synchronize extension with database

After you have published the extension, you must synchronize it with your database. To do this, run the following command in the Business Central Administrations Shell:
Sync-NAVApp -ServerInstance [Your Serverinstance] -Name demandPlus+ -Version [New Version]
When entering your data, the square brackets must be removed.

3. Perform data upgrade

Finally, you must perform a data upgrade. This will uninstall your old version and activate the new version instead. In addition, this step also performs the internal upgrade processes. To do this, execute the following command in the Business Central Administrations Shell
Start-NAVAppDataUpgrade -ServerInstance [Your Serverinstance] -Name demandPlus+ -Version [New Version]
When entering your data, the square brackets must be removed.