You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/postgres/stanza_upgrade.sh
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,23 @@ if [ "$pg_version" != "$stanza_version" ]; then
28
28
echo"INFO: stanza version matches another PostgreSQL version: A stanza upgrade is required to ensure that pgBackRest can work with the current version of PostgreSQL"
29
29
if pgbackrest stanza-upgrade --stanza=db;then
30
30
echo"INFO: stanza has been successfully updated. New Version: $pg_version. Creating a new backup ... "
31
-
if pgbackrest backup --stanza=db --type=full --repo=1;then
0 commit comments