-
Notifications
You must be signed in to change notification settings - Fork 270
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Current Behavior (bug)
To use Redis
, you have to:
devbox add redis
devbox services start
Redis won't start, complaining about non existent directory .devbox/virtenv/redis
:
devbox services start
*** FATAL CONFIG FILE ERROR (Redis 7.0.8) ***
Reading the configuration file, at line 263
>>> 'dir .devbox/virtenv/redis/'
No such file or directory
Service "redis" failed to start. Error = exit status 1
Expected Behavior (fix)
Default configuration should work.
Additional context
devbox 0.4.5
- Creating
.devbox/virtenv/redis
manually will fix the issue, server will start, and work:
ls -lh .devbox/virtenv/redis/
.rw-r--r-- kuri kuri 88 B Fri Mar 31 10:13:59 2023 dump.rdb
.rw-r--r-- kuri kuri 4.7 KB Fri Mar 31 10:14:03 2023 redis.log
.rw-r--r-- kuri kuri 6 B Fri Mar 31 10:14:03 2023 redis.pid
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working