We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27ea997 + f8a8748 commit dba9839Copy full SHA for dba9839
share/github-backup-utils/ghe-backup-config
@@ -468,7 +468,7 @@ is_external_database_snapshot(){
468
# This file exists if this is a backup for an external database AND the backup was
469
# taken via our logical backup strategy.
470
is_default_external_database_snapshot(){
471
- is_external_database_snapshot && test -f "$1/logical-external-database-backup-sentinel"
+ is_external_database_snapshot && test -f "$GHE_DATA_DIR/$GHE_RESTORE_SNAPSHOT/logical-external-database-backup-sentinel"
472
}
473
474
prompt_for_confirmation(){
0 commit comments