mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
Update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Errors
|
||||
# The connection to the server localhost:8080 was refused - did you specify the right host or port?
|
||||
|
||||
export KUBECONFIG=/etc/kubernetes/admin.conf
|
||||
|
||||
# Then
|
||||
|
||||
kubectl get pods
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
## │ 1:M 01 Oct 2024 13:20:15.014 # Bad file format reading the append only file appendonly.aof.92852.incr.aof: make a backup of your AOF file, then use ./redis-check-aof --fix <filename.manifest>
|
||||
|
||||
```
|
||||
# cp aof file ...
|
||||
sudo apt install redis-tools
|
||||
sudo redis-check-aof --fix appendonly.aof.92852.incr.aof
|
||||
Reference in New Issue
Block a user