Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Hello All,

Im trying to install the knowage on linux using postgresql, and it doesn't install correctly.

The system show me the following error.

https://ibb.co/m98Zkb

How can i install the knowage on linux and use the postgresql instead of mysql !?

Thanks
Environment Linux Ubuntu 64 / Postgresql
in Installer by (120 points)
edited by

1 Answer

0 votes

If you have a look at the Knowage Installer docs you will see that it only support MySQL as target database. Thus, the error coming from the installer is what I would expect to have.

If you want to have you repository on Postgresql you have to configure your application server by adding the following libs:

Download all the web application for the OW2 Forge https://forge.ow2.org/project/showfiles.php?group_id=442

Download the SQL script for Postgresql (from the OW2 forge) and populate a schema with the required tables.

Adjust the application server configuration (as instance, in case of Tomcat, configured the server.xml).

I would suggest to use the All-IN-One Knowage 6.0 RC as base for this process if you are not familiar with it: http://download.forge.ow2.org/knowage/All-in-One-Knowage-6.0.0_RC_CE_20170429.zip

by (15.2k points)
...