upgradedb
This command upgrades the FlowForce database to the latest version. If the database does not exist, the command will fail. You can also upgrade the database via the FlowForce Server Setup page.
Before upgrading the database, you must stop the FlowForce Server and FlowForce Web Server services.
Syntax
flowforceserver upgradedb [options] |
Note: On Linux systems, use an all-lowercase flowforceserver to call the executable. |
Options
In the command line, options can be used with one or two dashes.
Option | Description |
---|---|
--datadir=VALUE | Optional parameter. VALUE is the path of the instance-data directory.
If this option is not specified, the data directory of the current directory will be used by default. If there is no data directory in the current directory, the command will fail. |
--integratetools | Optional parameter. Integrates the Altova RaptorXML Server functions into a new or existing FlowForce instance. Integration is also possible via the Integrate Tools button on the FlowForce Server Setup page.
Integration is carried out via .tool files. FlowForce Server uses these files to locate and configure the execution of other server applications under its management. For details, see Tool Files. |
--h, --help | Use this option to receive information about the command. |
Example
The example below shows how to upgrade the FlowForce database in the default instance-data directory:
flowforceserver upgradedb --datadir=C:\ProgramData\Altova\FlowForceServer\data |