Skip to content

Commit 54ee934

Browse files
author
Piotr Królikowski
committed
backup name format without hypens
1 parent cb9f2f2 commit 54ee934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/schedule_spanner_backup/spanner_backup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ main:
2828
call: create_backup
2929
args:
3030
parent: ${eachValue.parent}
31-
backupId: ${eachValue.backupId+"-"+text.substring(time.format(sys.now()), 2, 10)}
31+
backupId: ${eachValue.backupId+"-"+ text.replace_all(text.substring(time.format(sys.now()), 2, 10), "-","")}
3232
database: ${eachValue.database}
3333
expireTime: ${time.format(sys.now() + eachValue.expireTime)}
3434
result: backup_result

0 commit comments

Comments
 (0)