mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 17:25:35 +03:00
feat: built-in automatic database backups (#13773)
This commit is contained in:
9
server/test/fixtures/system-config.stub.ts
vendored
9
server/test/fixtures/system-config.stub.ts
vendored
@@ -74,6 +74,15 @@ export const systemConfigStub = {
|
||||
},
|
||||
},
|
||||
},
|
||||
backupEnabled: {
|
||||
backup: {
|
||||
database: {
|
||||
enabled: true,
|
||||
cronExpression: '0 0 * * *',
|
||||
keepLastAmount: 1,
|
||||
},
|
||||
},
|
||||
},
|
||||
machineLearningDisabled: {
|
||||
machineLearning: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user