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
Given The container running with env ENABLE_MONTHLY=false When The container starts in entrypoint Then The cron of monthly should not be configured
ENABLE_MONTHLY=false
By default, all kind of backup is true.
Currently, we enable all type of backup https://github.com/tamil-wiki/mediawiki-backup-restore/blob/main/entrypoint.sh#L75
The text was updated successfully, but these errors were encountered:
arulrajnet
No branches or pull requests
Given The container running with env
ENABLE_MONTHLY=false
When The container starts in entrypoint
Then The cron of monthly should not be configured
By default, all kind of backup is true.
Currently, we enable all type of backup https://github.com/tamil-wiki/mediawiki-backup-restore/blob/main/entrypoint.sh#L75
The text was updated successfully, but these errors were encountered: