compactdb
This command reduces the size of FlowForce .db files if they contain deleted records. This command is particularly useful after running the archive-log or truncate-log system maintenance functions. You can also compact the database files via the FlowForce Server Setup Page.
Before compacting the .db files, you must stop the FlowForce Server and FlowForce Web Server services.
Syntax
flowforceserver compactdb [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 | VALUE is the path of the instance-data directory that contains the .db files to be compacted.
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. |
--h, --help | Use this option to receive information about the command. |