0.5.2
✨ Feature:
Add deploy.yaml
and deploy.php
to the root folder on installation (only if they are not present)
🐛 Bugfix:
Fix issue with Redis, where nothing could be written to the Redis database.
To fix this in a current installation add following line at the end in your ~/.redis/conf
on your Uberspace:
save ""
and ~/etc/services.d/redis.ini
should look like this (The directory
entry was missing):
[program:redis]
command=redis-server %(ENV_HOME)s/.redis/conf
directory=%(ENV_HOME)s/.redis
autostart=yes
autorestart=yes
and restart the service with
supervisorctl restart redis