Back to Graphql Engine

Update Hasura GraphQL Engine

docs/docs/deployment/updating-graphql-engine.mdx

2.49.41.2 KB
Original Source

import LatestRelease from '@site/src/components/LatestRelease';

Update Hasura GraphQL Engine

Update guides

The Hasura GraphQL Engine runs off a Docker image and updates are as simple as changing the image tag.

Based on your deployment method, follow the appropriate guide to update the GraphQL Engine version you're running:

:::info No-touch Engine Update in Hasura Cloud

Hasura Cloud offers no-touch update paths in a managed environment. For more information, read more about Hasura Cloud.

:::

Latest available versions

Stable version

The current latest stable version is:

<code> hasura/graphql-engine: <LatestRelease /> </code>

Pre-release version

The current latest pre-release version is:

<code> hasura/graphql-engine: <LatestRelease prerelease /> </code>

:::info Note

Full stability with pre-release builds is not guaranteed. They are not recommended for production use.

:::