server: fix MySQL dependencies in Pro Dockerfile

Issue: `graphql-engine-pro: error while loading shared libraries: libmariadb.so.3: cannot open shared object file: No such file or directory` for the `v2.0.2-pro.1` image ([DockerHub](https://hub.docker.com/layers/hasuraci/graphql-engine-pro/v2.0.1-pro.1/images/sha256-f31213d4b8febfde3b1b49fcbb0fe736fdd09eb495464fcf36309280c3d05a83?context=explore))

Cause: missing MySQL deps in the Pro Dockerfile

Slack conversation: https://hasurahq.slack.com/archives/CTRL7L1PZ/p1626432181337100?thread_ts=1626091359.266500&cid=CTRL7L1PZ

https://github.com/hasura/graphql-engine-mono/pull/1811

GitOrigin-RevId: 2eed6e627c39fef256001718081991650e9ce0b4
This commit is contained in:
Abby Sassel 2021-07-19 11:22:27 +01:00 committed by hasura-bot
parent 7bd32c7bb8
commit f33349d1a4

View File

@ -23,6 +23,7 @@
- server: log all HTTP errors in remote schema calls as `remote-schema-error` with details
- server: For BigQuery, make `global_select_limit` configuration optional with a default value of
`1000`
- server: fix MySQL dependencies in Pro Dockerfile
- console: add `reload all databases` checkbox to the metadata settings page
- console: add schema sharing
- console: fix issue with changing table's column name and graphQL field name simultaneously