com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Deploying a Cartridge via CLI
Overview
CLI command | deploy-cartridge |
Description | Used to deploy a cartridge definition in Private PaaS. |
Command format | deploy-cartridge -p <PATH-TO-deployment-cartridge.json> |
Parameter Definitions
Short Option | Long Option | Description | Required | Example Value |
---|---|---|---|---|
-p | --resource-path | Folder path where the deployment-cartridge.json file is stored. | Yes | /opt/JSON_Files/deployment-cartridge.json |
For information on the deployment-cartridge.json
file, see the Sample Cartridge Definition.
When creating *-cartridge.json
files adhere to the following convention:
- When creating Load Balancer (LB) cartridge definitions, the value for
provider
should belb
. - When creating data cartridges the value for
provider
should bedata
.
Example
Use case: Deploy the partition defined in the deployment-cartridge.json
file that is stored in /opt/JSON_Files/
.
deploy-partition -p /opt/JSON_Files/deployment-cartridge.json
Sample Output
You have successfully deployed the cartridge
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.