Skip to main content

database is required

Install on Synology

environment available on all Synology devices, so open the package manager and install the Docker package. Set up the Database container We will set up a MariaDB container that will be used by LogicalDOC, so enter the Registry tab of the Docker...

Install on QNAP

environment available on all QNAP devices, so open the App Center and install the Container Station package. Set up the Database container We will set up a MariaDB container that will be used by LogicalDOC, so enter the Images tab of the Container...

Backup Installation

backup.targetdirFull path of the directory that will receive the backup files db.usernameThe username to connect to the databasedb.passwordThe password to connect to the databasedb.host Hostname or IP address of the database. Default value: localhost...

Prepare the Database on Linux

In order to setup a production system you have to prepare a MySQL database where the application will store all data. To perform this step, make sure to have a MySQL up and running, so execute the command: /etc/init.d/mysql status Default settings...

Prepare the Database on macOS

In order to set up a production system, you have to prepare a MySQL database where the application will store all data. To perform this step, make sure to have a MySQL up and running, if this is not the case install it:...

Prepare the Database on Windows

if you want to connect LogicalDOC to an existing MySQL or MariaDB installation, this guide describes how to prepare the database where the application will store all data. The MySQL (currently we recommend MySQL 8) package and its installation...

Prepare the Database on Ubuntu

In order to set up a production system, you have to prepare a MySQL database where the application will store all data. To perform this step, make sure to have a MySQL up and running, if this is not the case install it:...

Custom Reports

generate reports at run time from the LogicalDOC application, is already included in the installation. You also need the database driver for being able to let the BIRT Designer connect to your LogicalDOC database. Working with BIRT Reports This section...

Best Performance

a specific node. It could be a local drive or whatever other storage device not shared among other nodes of the cluster. Database Server: the database is shared among all the nodes. It could be a single node or another cluster of database servers. In...

High Availability and Disaster Recovery

a specific node. It could be a local drive or whatever other storage device not shared among other nodes of the cluster. Database Server: the database is shared among all the nodes. It could be a single node or another cluster of database servers. Each...

Install from Command line

to the Web Setup Procedure. In the first step, select the repository folder as follows: When you are asked to choose the database, select the External Database: Than in the next panel, insert your connection parameters and in particular use logicaldoc...

Install the Application on Linux

launch the installation from the command console $ java -jar logicaldoc-installer.jar -console When the installer asks for database, please put your connection parameters as specified earlier during database preparation, don't use the embedded database...

Install the Application on macOS

window and execute the command from command line: $ java -jar logicaldoc-installer.jar When the installer asks for database, please put your connection parameters as specified earlier during database preparation, don't use the embedded database for...

Install the Application on Ubuntu

launch the installation from the command console $ java -jar logicaldoc-installer.jar -console When the installer asks for database, please put your connection parameters as specified earlier during database preparation, don't use the embedded database...

Manual Update Procedure

Download the update package [list style="uk-list"]
  • Stop LogicalDOC application but leave the database management system up and running
  • Stop the LogicalDOC Update service
  • Manual Patch Procedure

    Download the patch file [list style="uk-list" style="padding-right: 8px">
    [li icon="far fa-check-square"]Stop LogicalDOC application but leave the database management system up and running
  • [li icon="far fa-check-square"]Go to https://network.logicaldoc.com and download the...

    Editing the metadata of a document

    once on the same document. Please note that the document's ID, which is a unique identifier of the document within the database, is automatically handled by LogicalDOC and cannot be altered. Extended properties In the Extended properties section, there...

    General Informations

    Here you can find all the statistics regarding the Hard Disk usage by, for example, documents, imports and exports, database folders. The number of indexed, not indexed or trashed documents inside the system. The number of folder empty or not and those...

    Users

    Save button (assuming all the required information have been correctly entered), a new user is created and added to the database. Then he receives a welcome e-mail containing the username and password created by the system. If you want to force a...

    Install on Ubuntu

    (Ubuntu 22.04) $ sudo apt install openjdk-21-jdk MySQL In order to set up a production system, you have to provide a MySQL database where the application will store all data. To perform this step, make sure to have a MySQL up and running, if this is not...