Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 26 additions & 6 deletions docs/how-to/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,35 @@
# Upgrade instructions

## COS 3

### Migrate from COS 2 to COS 3


### Migrate from COS Lite 2 to COS 3

Using Terraform:
1. Update all references to track 2/stable and then:
```bash
terraform apply
```
2. Manually refresh all charms to 2/stable
```bash
juju refresh <charm-name> --channel 2/stable`.
```
3. Update all references to track 3/stable and then:
```bash
terraform apply
```

### Migrate from COS Lite 2 to COS Lite 3

Using Terraform:
1. Update all references to track 2/stable and then:
```bash
terraform apply
```
2. Follow the instructions for `Without Terraform`.

Without Terraform:
1. Refresh all track 2 charms so they point to the latest revision on `2/stable`.
```bash
juju refresh <charm-name> --channel 2/stable`.
```
2. Refresh to track 3.


## COS 2
Expand Down
Loading