mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
Fix(db): needs encryption migration function fixed EE-2414 (#6494)
* fix(db) NeedsEncryptionMigration EE-2414 * fix for case where we started encrypted and restore unencrypted. We don't want to have two databases * fix(db): handle decryption error EE-2466 Co-authored-by: Matt Hook <hookenz@gmail.com> Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com>
This commit is contained in:
parent
ad7f87122d
commit
a8d3cda3fa
7 changed files with 250 additions and 60 deletions
|
@ -18,7 +18,7 @@ type Connection interface {
|
|||
GetStorePath() string
|
||||
|
||||
IsEncryptedStore() bool
|
||||
NeedsEncryptionMigration() bool
|
||||
NeedsEncryptionMigration() (bool, error)
|
||||
SetEncrypted(encrypted bool)
|
||||
|
||||
SetServiceName(bucketName string) error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue