Indico
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 233 | 24 Oct 2024 | |
latest/edge | 233 | 01 Oct 2024 | |
latest/edge | 99 | 18 Nov 2022 |
juju deploy indico
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
How to redeploy Indico
This guide provides the necessary steps for migrating an existing Indico instance to a new charm instance.
Migrate the database
Follow the instructions in the charm migration documentation to migrate the content of the Indico PostgreSQL database.
Migrate files stored in S3
If your media files are stored in an S3 bucket, you have two options:
- Provide the new Indico charm instance with the same credentials and connection information for the object storage. This allows the new instance to automatically access the existing files.
- Use tools like rclone to copy files from the old storage bucket to a new bucket for the new deployment.
If the files are not stored in S3, they are not expected to persist across unit restarts or to be available in multiple units. However, it is still possible to copy them to the new charm instance using juju scp.