Skip to content

Commit

Permalink
chore: remove qovery context set command from docs since it's no lo…
Browse files Browse the repository at this point in the history
…nger a mandatory command for the CLI
  • Loading branch information
evoxmusic committed May 16, 2024
1 parent aecbfc5 commit dc15c20
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,6 @@ Authenticate with Qovery by running the following command:

<li>

Set Qovery context:

```bash
qovery context set
```

</li>

<li>

Install Qovery on your <%= cloudProviderTitle %> cluster:

```bash
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-05-13"
last_modified_on: "2024-05-16"
title: "Self-Managed Cluster"
description: "Learn how to install and configure Qovery on your AWS Kubernetes Service (EKS) cluster"
---
Expand Down Expand Up @@ -243,16 +243,6 @@ Your browser window with Qovery sign-up page will open. Follow the instructions

<li>

Set Qovery context:

```bash
qovery context set
```

</li>

<li>

Install Qovery on your AWS EKS cluster:

```bash
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-05-13"
last_modified_on: "2024-05-16"
title: "Self-Managed Cluster"
description: "Learn how to install and configure Qovery on your Azure Kubernetes Service (AKS) cluster"
---
Expand Down Expand Up @@ -243,16 +243,6 @@ Your browser window with Qovery sign-up page will open. Follow the instructions

<li>

Set Qovery context:

```bash
qovery context set
```

</li>

<li>

Install Qovery on your Azure AKS cluster:

```bash
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-05-13"
last_modified_on: "2024-05-16"
title: "Self-Managed Cluster"
description: "Learn how to install and configure Qovery on your GCP Kubernetes Service (GKE) cluster"
---
Expand Down Expand Up @@ -243,16 +243,6 @@ Your browser window with Qovery sign-up page will open. Follow the instructions

<li>

Set Qovery context:

```bash
qovery context set
```

</li>

<li>

Install Qovery on your GCP GKE cluster:

```bash
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-05-13"
last_modified_on: "2024-05-16"
title: "Quickstart"
description: "Learn how to install and configure Qovery on your own Kubernetes cluster (BYOK) / Self-managed Kubernetes cluster"
---
Expand Down Expand Up @@ -243,16 +243,6 @@ Your browser window with Qovery sign-up page will open. Follow the instructions

<li>

Set Qovery context:

```bash
qovery context set
```

</li>

<li>

Install Qovery on your Kubernetes cluster:

```bash
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-05-13"
last_modified_on: "2024-05-16"
title: "Self-Managed Cluster"
description: "Learn how to install and configure Qovery on your Scaleway Kubernetes Service (Kapsule) cluster"
---
Expand Down Expand Up @@ -243,16 +243,6 @@ Your browser window with Qovery sign-up page will open. Follow the instructions

<li>

Set Qovery context:

```bash
qovery context set
```

</li>

<li>

Install Qovery on your Scaleway Kapsule cluster:

```bash
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-04-15"
last_modified_on: "2024-05-16"
$schema: "/.meta/.schemas/guides.json"
title: Migrate your application from Heroku to AWS
description: Guide on how to migrate all your applications from Heroku to AWS with your databases
Expand All @@ -14,6 +14,12 @@ import TabItem from '@theme/TabItem';
import Tabs from '@theme/Tabs';
import Assumptions from '@site/src/components/Assumptions';

<Alert type="success">

This guide also work for migrating your application from Heroku to GCP, Azure, Scaleway and [all cloud provider][docs.getting-started.install-qovery] supported by Qovery.

</Alert>

This guide describes how to migrate your application running on Heroku to AWS with Qovery. It covers all required steps you need to take to deploy your application on AWS and transfer your data from Heroku Postgres to the database managed by AWS via Qovery.

> Please contact us via [our forum][urls.qovery_forum] if you experience any problem while migrating from Heroku to AWS with Qovery.
Expand Down Expand Up @@ -651,6 +657,7 @@ If you have a common question about Qovery, we have a more general [FAQ section]
Congrats! You have migrated from Heroku to AWS. Feel free to check out our [forum][urls.qovery_forum] and open a thread if you have any question.


[docs.getting-started.install-qovery]: /docs/getting-started/install-qovery/
[docs.useful-resources.faq]: /docs/useful-resources/faq/
[docs.using-qovery.configuration.application#auto-scaling]: /docs/using-qovery/configuration/application/#auto-scaling
[docs.using-qovery.configuration.application#option-1-buildpacks]: /docs/using-qovery/configuration/application/#option-1-buildpacks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ hide_pagination: true
import Tabs from '@theme/Tabs';
import Assumptions from '@site/src/components/Assumptions';

<Alert type="success">

This guide also work for migrating your application from Heroku to GCP, Azure, Scaleway and [all cloud provider][docs.getting-started.install-qovery] supported by Qovery.

</Alert>

This guide describes how to migrate your application running on Heroku to AWS with Qovery. It covers all required steps you need to take to deploy your application on AWS and transfer your data from Heroku Postgres to the database managed by AWS via Qovery.

> Please contact us via [our forum][urls.qovery_forum] if you experience any problem while migrating from Heroku to AWS with Qovery.
Expand Down

0 comments on commit dc15c20

Please sign in to comment.