Skip to content

Commit 3c59854

Browse files
committed
Remove redundant FAQs
1 parent ca1ad48 commit 3c59854

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

docs/source/routing/cloud/migrate-to-self-hosted.mdx

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -49,40 +49,18 @@ After you migrate all graphs to self-hosted mode, go to <TODO> to move you
4949

5050
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>.
5151

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):
55-
56-
```bash
57-
APOLLO_KEY=<YOUR_API_KEY> rover subgraph publish <GRAPH_REF> \
58-
--name <SUBGRAPH_NAME> \
59-
--routing-url <SUBGRAPH_URL> \
60-
--schema ./updated-schema.graphql
61-
```
62-
63-
[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?
6653

6754
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:
6855

6956
```bash
7057
rover cloud config fetch <GRAPH_REF> > router.yaml
7158
```
7259

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-
7760
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`:
7861

7962
```bash
8063
rover cloud config update <GRAPH_REF> < router.yaml
8164
```
82-
[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 &lt;TODO SUNSET DATE&gt;.
87-
8865

66+
[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

Comments
 (0)