store format information for restoring

fixes #483
This commit is contained in:
Girish Ramakrishnan
2017-11-16 14:47:05 -08:00
parent 489d2022e6
commit 360fa058ea
9 changed files with 58 additions and 52 deletions

View File

@@ -536,7 +536,7 @@ describe('database', function () {
portBindings: { port: 5678 },
health: null,
accessRestriction: null,
lastBackupId: null,
restoreConfig: null,
oldConfig: null,
updateConfig: null,
memoryLimit: 4294967296,
@@ -561,7 +561,7 @@ describe('database', function () {
portBindings: { },
health: null,
accessRestriction: { users: [ 'foobar' ] },
lastBackupId: null,
restoreConfig: null,
oldConfig: null,
updateConfig: null,
memoryLimit: 0,