Skip to content

Commit

Permalink
Moved migration docs into their own dir
Browse files Browse the repository at this point in the history
  • Loading branch information
henokgetachew committed Dec 11, 2024
1 parent 356773e commit 1f4ee1f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
Guide to migrate existing data from CHT 3.x Docker Compose deployment to CHT 4.x clustered K3s deployment with 3 CouchDB nodes
relatedContent: >
---
{{< read-content file="hosting/4.x/_partial_migration_3x_docker_to_4x_k3s.md" >}}
{{< read-content file="hosting/4.x/migration/_partial_migration_3x_docker_to_4x_k3s.md" >}}

# Create directories on secondary nodes

Expand All @@ -16,7 +16,7 @@ ssh <user>@<node3-hostname> "sudo mkdir -p /srv/couchdb3/data/shards /srv/couchd
```

## Create values.yaml for K3s Deployment
{{< read-content file="hosting/4.x/_partial_values_explanation.md" >}}
{{< read-content file="hosting/4.x/migration/_partial_values_explanation.md" >}}

```yaml
project_name: "<your-namespace>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ description: >
Guide on how to migrate existing data from CHT 3.x Docker Compose deployment to CHT 4.x single-node K3s deployment
relatedContent: >
---
{{< read-content file="hosting/4.x/_partial_migration_3x_docker_to_4x_k3s.md" >}}
{{< read-content file="hosting/4.x/migration/_partial_migration_3x_docker_to_4x_k3s.md" >}}

## Create values.yaml for K3s Deployment
{{< read-content file="hosting/4.x/_partial_values_explanation.md" >}}
{{< read-content file="hosting/4.x/migration/_partial_values_explanation.md" >}}

```yaml
project_name: "<your-namespace>"
Expand Down
File renamed without changes.

0 comments on commit 1f4ee1f

Please sign in to comment.