Skip to content

Commit 89e66b1

Browse files
author
jmccormick2001
committed
fix pgo-backrest to not do stanza creation now that container-suite pgbackrest.sh is fixed to look for pgbackrest env vars
1 parent 2003f8e commit 89e66b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pgo-backrest/pgo-backrest.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import (
1616

1717
var Clientset *kubernetes.Clientset
1818

19-
const sourceCommand = `pgbackrest stanza-create --no-online && `
19+
//const sourceCommand = `pgbackrest stanza-create --no-online && `
20+
const sourceCommand = ` `
2021
const backrestCommand = "pgbackrest"
2122

2223
const backrestBackupCommand = `backup`

0 commit comments

Comments
 (0)