mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(support): add db and activity db file size to support bundle [r8s-169] (#221)
This commit is contained in:
parent
aac9d001f7
commit
05e872337a
2 changed files with 10 additions and 0 deletions
|
@ -40,6 +40,7 @@ type Connection interface {
|
|||
GetDatabaseFileName() string
|
||||
GetDatabaseFilePath() string
|
||||
GetStorePath() string
|
||||
GetDatabaseFileSize() (int64, error)
|
||||
|
||||
IsEncryptedStore() bool
|
||||
NeedsEncryptionMigration() (bool, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue