Reddie stores many files throughout its existence.
These files are stored in the /data
directory inside the container.
It may be convenient to map the /data
directory to a directory on the host file system.
This makes your license and other data easy to persist when upgrading to newer versions of Reddie.
Whenever the slots screen is used to perform a migration, a log is created of all commands issued.
These logs are saved to /data/migrations
in ISO-8601 dated log files.
By default, Reddie remembers passwords for Redis servers in a file for future use at /data/passwords.json
.
To disable this behavior set STORE_REDIS_PASSWORDS
to false.
The current license applied to Reddie is stored at /data/license.key
.