mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
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:
parent
7bd32c7bb8
commit
f33349d1a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user