docdoku / docdoku-plm

The project purpose is to develop a comprehensive, robust open source PLM (Product LifeCycle Management) solution.
http://www.docdokuplm.com
GNU Affero General Public License v3.0
237 stars 97 forks source link

[Health Check] Web Service #1198

Closed florentgarin closed 5 years ago

florentgarin commented 5 years ago

Health Check implementation check the database by executing the following sql command:

select 1 from dual

Unfortunately it does not work on PostgreSQL.