eventlog: add backup target eventlog
This commit is contained in:
@@ -125,8 +125,8 @@ async function setupServer() {
|
||||
format: 'tgz',
|
||||
retention: { keepWithinSecs: 2 * 24 * 60 * 60 },
|
||||
schedule: '00 00 23 * * *'
|
||||
});
|
||||
await backupTargets.setPrimary({ id });
|
||||
}, exports.auditSource);
|
||||
await backupTargets.setPrimary({ id }, exports.auditSource);
|
||||
await oidcServer.stop();
|
||||
await server.start();
|
||||
debug('Set up server complete');
|
||||
|
||||
Reference in New Issue
Block a user