Last active
February 6, 2020 09:08
-
-
Save darmawan01/194641083ee503975a9719dca103249d to your computer and use it in GitHub Desktop.
Issues: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Solved: | |
| 1. Login to redis client | |
| 2. Execute config set stop-writes-on-bgsave-error no | |
| 3. Execute FLUSHALL (Delete all keys from all Redis databases) | |
| 4. Execute config set stop-writes-on-bgsave-error yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment