mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
docs: add note for cloud upgrades
[DOCS-352]: https://hasurahq.atlassian.net/browse/DOCS-352?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8776 GitOrigin-RevId: dc965ff582062af35bcbdd346b56e455d56e111f
This commit is contained in:
parent
eab64a8ca3
commit
0b47b07c03
@ -30,7 +30,7 @@ For each project, you can do the one of the following actions:
|
||||
|
||||
<Thumbnail src="/img/projects/project-actions.png" alt="Project actions" width="860px" />
|
||||
|
||||
### Open project console
|
||||
### Open project Console
|
||||
|
||||
Click `Launch Console` to open the project's Hasura Console in your browser.
|
||||
|
||||
@ -42,6 +42,19 @@ Click the gear icon to manage your project settings.
|
||||
|
||||
<Thumbnail src="/img/projects/project-details.png" alt="General tab" width="900px" />
|
||||
|
||||
## Version upgrades
|
||||
|
||||
When using Hasura Cloud, upgrades to the service happen automatically on a regular basis. These upgrades are designed to
|
||||
improve the functionality and security of the service, and to ensure that you always have access to the latest features
|
||||
and bug fixes.
|
||||
|
||||
When a new version of Hasura Cloud is released, your instance will be automatically upgraded to the new version. This
|
||||
happens without any action required on your part, and should not cause any disruption to your service.
|
||||
|
||||
It is important to note that while upgrades are designed to be seamless, there is always a possibility of compatibility
|
||||
issues arising. To mitigate this risk, we recommend that you test your application thoroughly after each upgrade to
|
||||
ensure that everything is functioning as expected.
|
||||
|
||||
:::info Note
|
||||
|
||||
Please see the [API reference](/api-reference/cloud-api-reference.mdx) to create and manage Hasura Cloud projects
|
||||
|
Loading…
Reference in New Issue
Block a user