You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: [DPE-7404] promote to primary on unit scope (#646)
* port promotion to primary to k8s charm
* lib sync from VM
* test wait for failure scenario
* please new linting rules and libs bump
* missing one
* add placeholder function for followup PR
* remove placeholder
* locking capabilities for unit rejoin
* update parameters
* fix dependency build with pinned version
* merge leftover
* git checkout origin/main -- poetry.lock && poetry lock
* Include docs
---------
Co-authored-by: Carl Csaposs <[email protected]>
The list of running Pebble services will dependson whether the charm is integrated with [COS](/how-to/monitoring-cos/enable-monitoring) and/or has [backup](/how-to/back-up-and-restore/create-a-backup) functionality.
118
+
The list of running Pebble services will dependson whether the charm is integrated with [COS](/how-to/monitoring-cos/enable-monitoring) and/or has [backup](/how-to/back-up-and-restore/create-a-backup) functionality.
118
119
119
120
The Pebble and its service `mysqld_safe` must always be enabled and currently running (the Linux processes `pebble`, `mysqld_safe` and `mysqld`).
120
121
@@ -159,7 +160,7 @@ Continue troubleshooting your database/SQL related issues from here.
159
160
160
161
[Contact us](/reference/contacts) if you cannot determinate the source of your issue, or if you'd like to help us improve this document.
161
162
162
-
## Installing extra software:
163
+
## Installing extra software
163
164
164
165
**We do not recommend installing any additionally software** as it may affect the stability and produce anomalies which is hard to troubleshoot and fix.
165
166
@@ -178,4 +179,5 @@ root@mysql-k8s-0:/#
178
179
:titlesonly:
179
180
180
181
Known scenarios <known-scenarios>
182
+
Recovering from quorum loss <recover-from-quorum-loss>
0 commit comments