Skip to content

Commit cb6707b

Browse files
Sync docs from Discourse (#648)
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ce431c8 commit cb6707b

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

docs/explanation/e-users.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,6 @@ mysql> select Host,User,account_locked from mysql.user where User like 'mysql_ro
132132
> juju relate mysql myclientapp
133133
```
134134
135-
<a name="extra-user-roles"></a>
136-
### Extra user roles
137-
138-
When an application charm requests a new user through the relation/integration it can specify that the user should have the `admin` role in the `extra-user-roles` field. The `admin` role enables the new user to read and write to all databases (for the `mysql` system database it can only read data) and also to create and delete non-system databases.
139-
140-
**Note**: `extra-user-roles` is supported by modern interface `mysql_client` only and missing for legacy `mysql` interface. Read more about the supported charm interfaces [here](/t/10250).
141135
142136
143137
<a name="admin-port"></a>

docs/how-to/h-enable-tracing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This feature is available for Charmed MySQL revision 237+ only.
2424
Enabling tracing with Tempo requires that you:
2525
- Have deployed a Charmed MySQL application
2626
- See [How to manage units](https://discourse.charmhub.io/t/charmed-mysql-how-to-manage-units/9904)
27-
- Have deployed a 'cos-lite' bundle from the `latest/edge` track in a Kubernetes environment
27+
- Have deployed a 'cos-lite' bundle in a Kubernetes environment
2828
- See [Getting started on MicroK8s](https://charmhub.io/topics/canonical-observability-stack/tutorials/install-microk8s)
2929

3030
---
@@ -79,9 +79,9 @@ juju consume k8s:admin/cos.tempo
7979

8080
<a href="#heading--consume"><h2 id="heading--consume"> Consume interfaces </h2></a>
8181

82-
First, deploy [Grafana Agent](https://charmhub.io/grafana-agent) from the `latest/edge` channel:
82+
First, deploy [Grafana Agent](https://charmhub.io/grafana-agent) from the `1/stable` channel:
8383
```shell
84-
juju deploy grafana-agent --channel latest/edge
84+
juju deploy grafana-agent --channel 1/stable
8585
```
8686

8787
Then, integrate Grafana Agent with Charmed MySQL:
@@ -105,7 +105,7 @@ SAAS Status Store URL
105105
tempo active k8s admin/cos.tempo
106106

107107
App Version Status Scale Charm Channel Rev Exposed Message
108-
grafana-agent blocked 1 grafana-agent latest/edge 282 no Missing ['grafana-cloud-config']|['grafana-dashboards-provider']|['logging-consumer']|['send-remote-write'] for cos-a...
108+
grafana-agent blocked 1 grafana-agent 1/stable 452 no Missing ['grafana-cloud-config']|['grafana-dashboards-provider']|['logging-consumer']|['send-remote-write'] for cos-a...
109109
mysql 8.0.37-0ubun... active 1 mysql 0 no
110110

111111
Unit Workload Agent Machine Public address Ports Message

0 commit comments

Comments
 (0)