mirror of
https://github.com/cozystack/cozystack.git
synced 2026-03-06 15:08:53 +00:00
Compare commits
2 Commits
main
...
fix/doc-au
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd436a7baa | ||
|
|
612b4773bc |
@@ -1,4 +1,4 @@
|
||||
# FoundationDB
|
||||
# Managed FoundationDB Service
|
||||
|
||||
A managed FoundationDB service for Cozystack.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Managed Harbor Container Registry
|
||||
|
||||
Harbor is an open source trusted cloud native registry project that stores, signs, and scans content.
|
||||
Harbor is an open-source trusted cloud-native registry project that stores, signs, and scans content.
|
||||
|
||||
## Parameters
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ This managed service is controlled by mariadb-operator, ensuring efficient manag
|
||||
### How to switch master/slave replica
|
||||
|
||||
```bash
|
||||
kubectl edit mariadb <instnace>
|
||||
kubectl edit mariadb <instance>
|
||||
```
|
||||
update:
|
||||
|
||||
@@ -54,11 +54,11 @@ more details:
|
||||
- **Replication can't be finished with various errors**
|
||||
- **Replication can't be finished in case if `binlog` purged**
|
||||
|
||||
Until `mariadbbackup` is not used to bootstrap a node by mariadb-operator (this feature is not inmplemented yet), follow these manual steps to fix it:
|
||||
Until `mariadbbackup` is not used to bootstrap a node by mariadb-operator (this feature is not implemented yet), follow these manual steps to fix it:
|
||||
https://github.com/mariadb-operator/mariadb-operator/issues/141#issuecomment-1804760231
|
||||
|
||||
- **Corrupted indicies**
|
||||
Sometimes some indecies can be corrupted on master replica, you can recover them from slave:
|
||||
- **Corrupted indices**
|
||||
Sometimes some indices can be corrupted on master replica, you can recover them from slave:
|
||||
|
||||
```bash
|
||||
mysqldump -h <slave> -P 3306 -u<user> -p<password> --column-statistics=0 <database> <table> ~/tmp/fix-table.sql
|
||||
|
||||
Reference in New Issue
Block a user