"The AOF directory appendonlydir doesn't exist" It's a bug? Or something not installed by default? Its need to be installed? (it MUST? Or i can continue like this?)
i see it in my log: systemctl status redis:
[root@server ~]# systemctl status redis
● redis.service - Redis persistent key-value database
Loaded: loaded (/usr/lib/systemd/system/redis.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/redis.service.d
└─limit.conf
Active: active (running) since Sun 2022-05-22 04:53:51 CEST; 1min 25s ago
Process: 27742 ExecStop=/usr/libexec/redis-shutdown (code=exited, status=0/SUCCESS)
Main PID: 4139 (redis-server)
Status: "Ready to accept connections"
CGroup: /system.slice/redis.service
└─4139 /usr/bin/redis-server 127.0.0.1:6379
May 22 04:53:51 server.locksmithunit.es redis[4139]: Running mode=standalone, port=6379.
May 22 04:53:51 server.locksmithunit.es redis[4139]: Server initialized
May 22 04:53:51 server.locksmithunit.es redis[4139]: The AOF directory appendonlydir doesn't exist
May 22 04:53:51 server.locksmithunit.es redis[4139]: Loading RDB produced by version 7.0.0
May 22 04:53:51 server.locksmithunit.es redis[4139]: RDB age 2126 seconds
May 22 04:53:51 server.locksmithunit.es redis[4139]: RDB memory usage when created 19.51 Mb
May 22 04:53:51 server.locksmithunit.es redis[4139]: Done loading RDB, keys loaded: 1934, keys expired: 3.
May 22 04:53:51 server.locksmithunit.es redis[4139]: DB loaded from disk: 0.044 seconds
May 22 04:53:51 server.locksmithunit.es redis[4139]: Ready to accept connections
May 22 04:53:51 server.locksmithunit.es systemd[1]: Started Redis persistent key-value database.
It's serious? i see a different guy publish this AOF folder is a bug? Or i need to install it along with Redis?
It is neccery this AOF folder? Or i can continue without that?
Comment From: enjoy-binbin
It's serious? i see a different guy publish this AOF folder is a bug?
it is not serious, The AOF directory appendonlydir doesn't exist this one just a notice, but i can see it is indeed a confusion from your logs.
is a bug? where did you see it, can you provide a link? it is not a bug, it was a feature (multi aof) introduced in redis7.0
Or i need to install it along with Redis?
no need
It is neccery this AOF folder? Or i can continue without that?
you can continue with it, and you can find more detail in here: https://github.com/redis/redis/blob/7.0.0/redis.conf#L1412
Comment From: oranagra
i also think this message could cause some confusion, maybe we should drop it? or rephrase it? @chenyang8094 WDYT?
Comment From: chenyang8094
The AOF directory
Yes, i think the log indeed cause some confusion. i will make a PR to fix that.
Comment From: Yossifsolman
You are very good team, wish other developers was like you. Respond quick, good support in general and amazing product too…
Remember me when you got rich, all of you hahaha :)
About the bug i not remember when i see it but i put in google search:
The AOF directory appendonlydir doesn't exist
Not remember the POST but i see couples of peoples publish this as a bug or maybe a bug, but i not trust, nobody except the guy create the software (you guys). So i decided to respond here, it's much better and i learn Redis on the way. :) Except that you answer so fast @enjoy-binbin hahaha you are fantastic.
From my experience, The best practice is the developer recommendation.