Skip to content

[Bug]: Redis won't start (minor issue) #856

@gfriloux

Description

@gfriloux

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions