iteratec / OpenSpeedMonitor

Open Source Web Performance Monitoring. Made by iteratec.
Apache License 2.0
128 stars 26 forks source link

Postgresql support? #331

Closed 007lva closed 4 years ago

007lva commented 4 years ago

Hello guys and thanks for open source this awesome project. I work mostly with Postgresql and would like to know if OpenSpeedMonitor can be deployed with it instead of MySQL.

nilskuhn commented 4 years ago

Sorry, but officially we only support MySQL.

We tested Postgres some time ago, but although we are using Liquibase and Hibernate which should abstract from concrete RDBMS some of the change sets which create the schema on start up didn't work. So shouldn't be too much work to get this running, but I won't expect it to work out of the box.

007lva commented 4 years ago

Thanks!