Skip to content

Instantly share code, notes, and snippets.

@darmawan01
Last active February 6, 2020 09:08
Show Gist options
  • Select an option

  • Save darmawan01/194641083ee503975a9719dca103249d to your computer and use it in GitHub Desktop.

Select an option

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
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