Skip to content
New issue

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

Masking error #118

Closed
sebastianfeldmann opened this issue Sep 18, 2017 · 1 comment
Closed

Masking error #118

sebastianfeldmann opened this issue Sep 18, 2017 · 1 comment
Assignees
Labels

Comments

@sebastianfeldmann
Copy link
Owner

Hi Sebastian,

I have executed phpbu with the next command using the proc_open function (if is disabled I use exec) on php:

cd /var/www/html/website/vendor/plugin/backup/src/resources && php phpbu5.phar --configuration=/var/www/html/website/storage/logs/config.json

config.json
{"verbose":false,"logging":[{"type":"json","target":"/var/www/html/website/storage/logs/dbs/website_20170914091656_sowqisrsam.log"},{"type":"webhook","options":{"uri":"http://website.dev/webhook/finished"}}],"backups":[{"name":"Database","source":{"type":"mysqldump","options":{"host":"localhost","databases":"website","user":"root","password":"root"}},"target":{"dirname":"/var/www/html/website/storage/dbs/databases/","filename":"database-website_20170914091656_sowqisrsam.sql"},"syncs":[{"type":"dropbox","options":{"token":"secret","path":"/dbs/website_20170914091656_sowqisrsam"}}]}]}

log.log
{"status":0,"timestamp":1505405817,"duration":8.5058,"backupCount":1,"backupFailed":0,"errorCount":0,"errors":[],"backups":[{"name":"Database","status":0,"checks":{"executed":0,"failed":0},"crypt":{"executed":0,"skipped":0,"failed":0},"syncs":{"executed":1,"skipped":0,"failed":0},"cleanup":{"executed":0,"skipped":0,"failed":0}}],"debug":["/usr/bin/mysqldump --user='root' --password='root' --host='localhost' 'website' > /var/www/html/website/storage/dbs/databases/database-website_20170914091656_sowqisrsam.sql","upload: done (144018)"]}

There is an option on mysqldump called: --defaults-extra-file so we can pass the credentials into a file instead of the console what do you think? please let me know if you need more info.

@sebastianfeldmann
Copy link
Owner Author

This issue is fixed in version 5.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant