From a1f3f9347c676fc64990cb2b2289035715c76914 Mon Sep 17 00:00:00 2001 From: Michael Stewart Date: Thu, 2 May 2024 09:50:20 +0100 Subject: [PATCH] IKASAN-2364 fixing error in documentation. --- ikasaneip/platform/ikasan-h2-backup/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ikasaneip/platform/ikasan-h2-backup/readme.md b/ikasaneip/platform/ikasan-h2-backup/readme.md index f41f0acd41..038d6940f9 100644 --- a/ikasaneip/platform/ikasan-h2-backup/readme.md +++ b/ikasaneip/platform/ikasan-h2-backup/readme.md @@ -21,13 +21,13 @@ There is also the feature that takes a backup of the database when the module is | datasource.username | The H2 database username | | | datasource.password | The H2 database password | | | default.ikasan.h2.backup.num.to.retain | The number of backups to retain | 2 | -| default.ikasan.h2.backup.cron.expression | The Quartz cron schedule on which the backups are taken | 37 0/5 * * * ? | +| default.ikasan.h2.backup.cron.expression | The Quartz cron schedule on which the backups are taken | 17 0/5 * * * ? | | default.ikasan.h2.backup.on.module.shutdown | Flag to configure if a database backup should be taken when the module shuts down | true | | eai.datasource.url | The EAI H2 database connection URL (only if an EAI DB is necessary) | | | eai.datasource.username | The EAI H2 database username (only if an EAI DB is necessary) | | | eai.datasource.password | The EAI H2 database password (only if an EAI DB is necessary) | | | eai.h2.backup.num.to.retain | The number of EAI database backups to retain | 2 | -| eai.h2.backup.cron.expression | The Quartz cron schedule on which the backups are taken for the EAI DB | 17 0/5 * * * ? | +| eai.h2.backup.cron.expression | The Quartz cron schedule on which the backups are taken for the EAI DB | 37 0/5 * * * ? | | eai.h2.backup.on.module.shutdown | Flag to configure if an EAI database backup should be taken when the module shuts down | true | | h2.db.port | The DB port H2 is running on for the module | | | default.h2.port.number.step | The amount to increment the port number when testing the default module db | 1000 |