You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/routing/cloud/migrate-to-self-hosted.mdx
+3-24Lines changed: 3 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,40 +49,19 @@ After you migrate all graphs to self-hosted mode, go to <TODO> to move you
49
49
50
50
Changing a graph’s hosting mode does not affect running cloud routers. Cloud routers continue to receive traffic, emit telemetry, and receive schema and configuration updates until a [shutdown event occurs for Serverless routers](https://www.apollographql.com/docs/graphos/routing/cloud/serverless#automatic-deletion-of-unused-routers) or the migration period ends on <TODO SUNSET DATE>.
51
51
52
-
### How can I publish schema updates after converting to self-hosted mode?
53
-
54
-
Publish schema updates with the Rover CLI as usual. For example, to publish a subgraph update (adding a new subgraph or updating an existing one):
[Install](https://www.apollographql.com/docs/rover/getting-started) and [configure](https://www.apollographql.com/docs/rover/configuring) the Rover CLI to run this command.
64
-
65
-
### How do I retrieve the configuration of my running cloud routers after converting to self-hosted mode?
52
+
### How do I retrieve and update the configuration of my running cloud routers after converting to self-hosted mode?
66
53
67
54
Use the [Rover CLI's `cloud config fetch` command](https://www.apollographql.com/docs/rover/commands/cloud#cloud-config-fetch) to fetch your cloud router configuration:
68
55
69
56
```bash
70
57
rover cloud config fetch <GRAPH_REF>> router.yaml
71
58
```
72
59
73
-
[Install](https://www.apollographql.com/docs/rover/getting-started) and [configure](https://www.apollographql.com/docs/rover/configuring) the Rover CLI to run this command.
74
-
75
-
### How can I update the configuration of my running cloud routers after converting to self-hosted mode?
76
-
77
60
Use the [Rover CLI's `cloud config update` command](https://www.apollographql.com/docs/rover/commands/cloud#cloud-config-update) to update your running cloud routers’ configuration. For example, to apply changes from a local `router.yaml`:
[Install](https://www.apollographql.com/docs/rover/getting-started) and [configure](https://www.apollographql.com/docs/rover/configuring) the Rover CLI to run this command.
83
-
84
-
### How long will my cloud routers run after the associated graph is converted to self-hosted mode?
85
-
86
-
Cloud routers continue to follow existing policies during the migration window. The migration window ends on <TODO SUNSET DATE>.
87
-
88
66
67
+
[Install](https://www.apollographql.com/docs/rover/getting-started) and [configure](https://www.apollographql.com/docs/rover/configuring) the Rover CLI to run this command.
0 commit comments