Skip to content

Commit 2fff295

Browse files
mabuyoDMallare
authored andcommitted
address AI style review suggestions
1 parent 4eebc8e commit 2fff295

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ subtitle: Migrate your graph from cloud-hosted to self-hosted
44
description: Migrate all Apollo GraphOS cloud graphs (Serverless and Dedicated) to self-hosted Apollo Router instances as part of Cloud Router retirement.
55
---
66

7-
The Serverless and Dedicated plans will be discontinued on [TODO SUNSET DATE], which means cloud routers will no longer be available.
7+
The Serverless and Dedicated plans end on [TODO SUNSET DATE]. After this date, cloud routers are no longer available.
88

99
If you are on a Serverless or Dedicated plan, you will need to migrate your graphs to use self-hosted routers by [TODO SUNSET DATE]. After migration, move your organization to a [supported plan](https://www.apollographql.com/pricing).
1010

1111
During the migration window, your cloud router continues to receive traffic, schema updates, and configuration updates. The migration window ends on [TODO SUNSET DATE].
1212

13-
This guide provides step-by-step instructions to migrate Serverless or Dedicate plans using cloud routers to self-hosted graphs on a supported plan. Complete these steps before [TODO SUNSET DATE]:
13+
This guide provides step-by-step instructions to migrate graphs on Serverless or Dedicated plans to self-hosted graphs on a supported plan. Complete these steps before [TODO SUNSET DATE]:
1414

1515
1. Export your cloud router configuration
1616
1. Change your graph's hosting mode to self-hosted
@@ -22,7 +22,7 @@ This guide provides step-by-step instructions to migrate Serverless or Dedicate
2222

2323
### Export your cloud router configuration
2424

25-
You'll need this router configuration in a later step when you deploy your self-hosted router.
25+
You need this router configuration in a later step when you deploy your self-hosted router.
2626

2727
You can export your cloud router configuration in two ways:
2828

@@ -32,6 +32,8 @@ In Studio, navigate to your graph's **Cloud Router** page and click the **Router
3232

3333
[TODO SCREENSHOT]
3434

35+
If you cannot access the Cloud Router page (for example, if you have already changed your graph's hosting mode), use the Rover CLI to export the configuration.
36+
3537
#### Using the Rover CLI
3638

3739
Use the Rover CLI's [`cloud config fetch` command](/rover/commands/cloud#cloud-config-fetch).
@@ -42,7 +44,7 @@ Replace the `<GRAPH_REF>` placeholder in the following command with your own gra
4244
rover cloud config fetch <GRAPH_REF> > router.yaml
4345
```
4446

45-
You'll need to [install](/rover/getting-started) and [configure](/rover/configuring) the Rover CLI to run this command.
47+
[Install](/rover/getting-started) and [configure](/rover/configuring) the Rover CLI to run this command.
4648

4749
### Change the graph's hosting mode to self-hosted
4850

@@ -54,9 +56,9 @@ During the migration window, the cloud router remains running and continues to r
5456

5557
Deploy a self‑hosted router using your preferred platform.
5658

57-
We recommend using the [Apollo GraphOS Operator](/apollo-operator) for Kubernetes deployments.
59+
For Kubernetes deployments, use the [Apollo GraphOS Operator](/apollo-operator).
5860

59-
We also provide guides for the following platforms:
61+
For other platforms, see the following guides:
6062
- [Kubernetes](/graphos/routing/self-hosted/containerization/kubernetes)
6163
- [Docker](/graphos/routing/self-hosted/containerization/docker)
6264
- [AWS](/graphos/routing/self-hosted/containerization/aws)
@@ -85,13 +87,13 @@ Changing a graph's hosting mode does not affect running cloud routers. Cloud rou
8587

8688
Use the [Rover CLI's `cloud config fetch` command](/rover/commands/cloud#cloud-config-fetch) to fetch your cloud router configuration:
8789

88-
```bash
90+
```bash showLineNumbers={false}
8991
rover cloud config fetch <GRAPH_REF> > router.yaml
9092
```
9193

9294
Use the [Rover CLI's `cloud config update` command](/rover/commands/cloud#cloud-config-update) to update your running cloud routers' configuration. For example, to apply changes from a local `router.yaml`:
9395

94-
```bash
96+
```bash showLineNumbers={false}
9597
rover cloud config update <GRAPH_REF> < router.yaml
9698
```
9799

0 commit comments

Comments
 (0)