-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
guidance #3
Comments
Please see this as sample backup procedure : https://github.com/openlab-red/redis-ha/blob/master/management/backup/README.md About performance you can refer to the redis official document. |
Thank you sir again for your timely help :-) oc debug dc/backend-redis (this runs fine) export REDIS_MASTER_IP=$(redis-cli -h backend-redis-sentinel -p 26379 --csv SENTINEL get-master-addr-by-name mymaster |awk -F, '{print export REDIS_BACKUP_STATUS=$(redis-cli -h $REDIS_MASTER_IP -p 6379 bgsave) ----This one doesn't get triggered inside the debug console export REDIS_MASTER=$(oc get pods -lapp=backend-redis -o custom-columns=NAME:.metadata.name,IP:.status.podIP --no-headers | grep $REDIS_MASTER_IP| cut -d ' ' -f1) |
I can suggest to run all single command one by one from the following assignment and discover the error:
|
Sir do you know how to backup and restore this stuff? Also any performance related parameters which requires tweaking.
The text was updated successfully, but these errors were encountered: