Skip to content

Commit

Permalink
Added supported DB versions for different cloud providers
Browse files Browse the repository at this point in the history
Signed-off-by: iamrz1 <rezoan@appscode.com>
  • Loading branch information
iamrz1 committed Mar 22, 2019
1 parent 1fd62bd commit 4b29d20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/guides/postgres/snapshot/continuous_archiving.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@ Now, install KubeDB cli on your workstation and KubeDB operator in your cluster

> Note: YAML files used in this tutorial are stored in [docs/examples/postgres](https://github.com/kubedb/cli/tree/master/docs/examples/postgres) folder in GitHub repository [kubedb/cli](https://github.com/kubedb/cli).
**List of supported Cloud Providers for PostgresVersion CRDs**

| Name | Version | S3 | GCS | Azure | Swift |
| :------: | :-----: | :--: | :--: | :---: | :---: |
| 9.6-v2 | 9.6 |||||
| 9.6.7-v2 | 9.6.7 |||||
| 10.2-v2 | 10.2 |||||
| 10.6 | 10.6 |||||
| 11.1 | 11.1 |||||
| 9.6-v3 | 9.6 |||||
| 9.6.7-v3 | 9.6.7 |||||
| 10.2-v3 | 10.2 |||||
| 10.6-v1 | 10.6 |||||
| 11.1-v1 | 11.1 |||||

## Next Steps

- Learn about archiving to [Amazon S3](/docs/guides/postgres/snapshot/archiving_to_s3.md).
Expand Down

0 comments on commit 4b29d20

Please sign in to comment.