Skip to content

remote-backup.sh mysql-backups fails with EOFError #1157

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

Closed
php-coder opened this issue Nov 25, 2019 · 0 comments
Closed

remote-backup.sh mysql-backups fails with EOFError #1157

php-coder opened this issue Nov 25, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@php-coder
Copy link
Owner

Synchronizing remote metadata to local cache...
/usr/lib/python2.7/getpass.py:83: GetPassWarning: Can not control echo on the terminal.
  passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
GnuPG passphrase for decryption: Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1532, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1526, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1380, in main
    do_backup(action)
  File "/usr/bin/duplicity", line 1401, in do_backup
    sync_archive(decrypt)
  File "/usr/bin/duplicity", line 1180, in sync_archive
    globals.gpg_profile.passphrase = get_passphrase(1, "sync")
  File "/usr/bin/duplicity", line 198, in get_passphrase
    pass1 = getpass_safe(_("GnuPG passphrase for decryption:") + " ")
  File "/usr/bin/duplicity", line 93, in getpass_safe
    return getpass.getpass(message)
  File "/usr/lib/python2.7/getpass.py", line 83, in unix_getpass
    passwd = fallback_getpass(prompt, stream)
  File "/usr/lib/python2.7/getpass.py", line 118, in fallback_getpass
    return _raw_input(prompt, stream)
  File "/usr/lib/python2.7/getpass.py", line 135, in _raw_input
    raise EOFError
EOFError

Regression after 9b6a82d (#1155)

@php-coder php-coder added kind/bug environment/prod Issue affects only production environment kind/regression labels Nov 25, 2019
@php-coder php-coder added this to the 0.4.2 milestone Nov 25, 2019
@php-coder php-coder self-assigned this Nov 25, 2019
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