Skip to content

Commit

Permalink
Merge pull request #573 from devgateway/fix/OCMAKU-670
Browse files Browse the repository at this point in the history
OCMAKU-670 Disable postgresql backup from java
  • Loading branch information
mpostelnicu authored Jun 17, 2020
2 parents 9a3ec11 + ce6b674 commit d206e63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class PostgresqlDatabaseBackupService {
* use a cron format and invoke it every day at 21:00 server time. That
* should be a good time for backup for both EST and CET
*/
@Scheduled(cron = "0 0 21 * * ?")
//@Scheduled(cron = "0 0 21 * * ?")
public void backupDatabase() {
final String databaseProductName;

Expand Down

0 comments on commit d206e63

Please sign in to comment.