# Redis errors on import

**URL:** https://meta.discourse.org/t/redis-errors-on-import/54922
**Category:** Development
**Created:** [29 Dicembre 2016, 10:39am UTC](https://meta.discourse.org/t/redis-errors-on-import/54922 "2016-12-29T10:39:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [29 Dicembre 2016, 10:39am UTC](https://meta.discourse.org/t/redis-errors-on-import/54922/1 "2016-12-29T10:39:15Z")

</div>

I’m running an import (for an importer I wrote). I’m getting this error:

```plaintext
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.

```

I’m not quite sure where to check the logs. Is this something obvious (without checking the logs)?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [29 Dicembre 2016, 3:12pm UTC](https://meta.discourse.org/t/redis-errors-on-import/54922/2 "2016-12-29T15:12:25Z")

</div>

Can’t write to disk may be a permissions issue?
