Indico

  • Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 233 24 Oct 2024
Ubuntu 20.04
latest/edge 233 01 Oct 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 99 18 Nov 2022
Ubuntu 22.04 Ubuntu 20.04
juju deploy indico
Show information

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:

  1. 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.
  2. 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.