We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It only happens with Docker, as envvar cannot be empty and must be configured to "null" instead
Incorrect path/object in Logs. Only when running backup jobs, so probably is caused by some code in TickCommand?
The text was updated successfully, but these errors were encountered:
Also happening when cloning a client and then when you try to edit the client.
Sorry, something went wrong.
Fixed the issue by building a new docker image with below dockerfile. Problem seems solved now.
FROM elkarbackup/elkarbackup:1.3.1-apache RUN sed -i 's/export SYMFONY__EB__URL__PREFIX.*/export SYMFONY__EB__URL__PREFIX=""/g' /envars.sh
No branches or pull requests
It only happens with Docker, as envvar cannot be empty and must be configured to "null" instead
Incorrect path/object in Logs. Only when running backup jobs, so probably is caused by some code in TickCommand?
The text was updated successfully, but these errors were encountered: