April 3, 20242 yr Support thread for masterwishx - RedisInsight redis/redisinsight docker image. Take your productivity to the next level when developing with Redis or Redis Stack! Use RedisInsight to visualize and optimize Redis data. A powerful desktop manager, RedisInsight provides an intuitive and efficient UI for Redis and Redis Stack and supports CLI interaction in a fully-featured desktop UI client. https://redis.com/redis-enterprise/redis-insight/ https://hub.docker.com/r/redis/redisinsight
April 3, 20242 yr Thank you do much for creating this. Is it normal to have to create the `logs` folder in the `appdata/eedisinsight` on first start?
April 4, 20242 yr Author 9 hours ago, stephondoestech said: Thank you do much for creating this. Is it normal to have to create the `logs` folder in the `appdata/eedisinsight` on first start? Yes , it have some folders :
April 4, 20242 yr Author You can remove redisinsight binded folder in container if you want, but then will be no data saved after container updated
June 24, 20242 yr there seems to be permission problems installing in from scratch /usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/helper.js:16 throw error; ^ Error: EACCES: permission denied, mkdir '/data/logs' at Object.mkdirSync (node:fs:1398:3) at makeDirectory (/usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/helper.js:12:12) at FileStreamRotator.createNewLog (/usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/FileStreamRotator.js:140:36) at FileStreamRotator.rotate (/usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/FileStreamRotator.js:133:14) at new FileStreamRotator (/usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/FileStreamRotator.js:22:14) at Object.getStream (/usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/index.js:32:12) at new DailyRotateFile (/usr/src/app/redisinsight/api/node_modules/winston-daily-rotate-file/daily-rotate-file.js:80:57) at Object.<anonymous> (/usr/src/app/redisinsight/api/dist/config/logger.js:18:27) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) { errno: -13, syscall: 'mkdir', code: 'EACCES', path: '/data/logs' chmodding it makes no difference and chown'ing it gives other errors. What fixed it for me was adding some variables: PUID:99 PGID:100 UMASK:000 Edited June 24, 20242 yr by joggs
June 27, 20242 yr Author On 6/24/2024 at 4:01 PM, joggs said: chmodding it makes no difference and chown'ing it gives other errors. checked again just chmod 777 redisinsight fix the issue
February 7Feb 7 tried chmod 777 /mnt/user/appdata/redisinsight/ and that didn't work.What worked was adding these 3 variables/:PUID:99 PGID:100 UMASK:000
May 21May 21 I tried both solutions in this thread, neither work for me. I'm getting the exact same error:Error: EACCES: permission denied, open '/data/logs/redisinsight-errors-2026-05-21.log.0' Emitted 'error' event on FileStreamRotator instance at: at WriteStream.<anonymous> (/usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/FileStreamRotator.js:177:45) at WriteStream.emit (node:events:519:28) at emitErrorNT (node:internal/streams/destroy:170:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { errno: -13, code: 'EACCES', syscall: 'open', path: '/data/logs/redisinsight-errors-2026-05-21.log.0' } Node.js v22.22.0
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.