APIMan on Mariadb database #2666
-
Hello, Caused by: org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: missing table [api_defs] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello 👋 We are happily running apiman on postgresql without any flaws. Check out the docs: https://www.apiman.io/apiman-docs/installation-guide/dev/manager/database.html The error you encounter is probably a missing entry in the liquibase schemas, you may get familiar with that and fix this issue and provide a PR. The are some good comments in the codebase on how to run the liquibase stuff. Additionally, if it is urgent, there is paid support and development for apiman. |
Beta Was this translation helpful? Give feedback.
Hello 👋
We are happily running apiman on postgresql without any flaws.
It is also the default driver that apiman ships in the bundle: #2265
Check out the docs: https://www.apiman.io/apiman-docs/installation-guide/dev/manager/database.html
It clearly says that mariadb 10 is not supported (yet).
The error you encounter is probably a missing entry in the liquibase schemas, you may get familiar with that and fix this issue and provide a PR. The are some good comments in the codebase on how to run the liquibase stuff.
The community would be very grateful if you provide a fix 🙏
Additionally, if it is urgent, there is paid support and development for apiman.