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
Using Docker labels:
labels: ofelia.enabled: "true" ofelia.job-exec.backup-db.schedule: "@every 15s" ofelia.job-exec.backup-db.command: "echo 'hello' > foo.sql"
I'd like to capture the output of the command (i.e. mysqldump command)). I find hard to understand where foo.sql is placed?
mysqldump
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using Docker labels:
I'd like to capture the output of the command (i.e.
mysqldump
command)). I find hard to understand where foo.sql is placed?The text was updated successfully, but these errors were encountered: