Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5051
blob3254b81ef6401105af7a816e4ad91a1f0233b0ff
1 Title: Fixed backup/restore of encrypted backups
2 Level: 1
3 Component: wato
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i1
9 Date: 1501684381
11 It was not possible to perform encrypted backups since version 1.4.0b5. An error
12 message "NotImplementedError("Use module Crypto.Cipher.PKCS1_OAEP instead“)" was
13 displayed in the log when trying to create such a backup.
15 Workaround: Disable encrypted backups and perform unencrypted ones.
17 Encrypted backups created with previous versions need to be restored with 1.4.0b4
18 or older.