Charmed MySQL
- By Canonical Data Platform
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
8.0/stable | 240 | 20 Jun 2024 | |
8.0/candidate | 275 | 12 Sep 2024 | |
8.0/candidate | 274 | 12 Sep 2024 | |
8.0/beta | 275 | 23 Aug 2024 | |
8.0/beta | 274 | 23 Aug 2024 | |
8.0/edge | 289 | Yesterday | |
8.0/edge | 288 | Yesterday |
juju deploy mysql --channel 8.0/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
Juju version
The charm supports both Juju 2.9 LTS and Juju 3.x, however charm revisions may require different Juju versions. Always check the charm release notes to find the minimal Juju version for your deployment.
Minimum requirements
Make sure your machine meets the following requirements:
- Ubuntu 20.04 (Focal) or later.
- 8GB of RAM.
- 2 CPU threads.
- At least 20GB of available storage.
- Access to the internet for downloading the required snaps and charms.
Supported architectures
The charm is based on SNAP “charmed-mysql”, which is currently available for amd64
only! The architecture arm64
support is planned. Please contact us if you are interested in new architecture!
Networking
At the moment IPv4 is supported only (see more info).
Contact us if you are interested in IPv6!
MySQL Group Replication requirements
- In order to integrate with this charm, every table created by the integrated application must have a primary key. This is required by the group replication plugin enabled in this charm.
- the count of Charmed MySQL units in a single Juju application is limited to 9. Unit 10+ will start; however, they will not join the cluster but sleep in a hot-swap reserve.