Skip to content

Commit 890a146

Browse files
committed
try upping just postgres for backup/restore
1 parent e712e4b commit 890a146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry-admin.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ on the host filesystem. Commands that write files should write them to the '/sen
2222

2323
# Actual invocation that runs the command in the container.
2424
invocation() {
25-
$dcr --quiet-pull -v "$VOLUME_MAPPING" -T -e SENTRY_LOG_LEVEL=CRITICAL web "$@" 2>&1
25+
$dc up postgres --wait
26+
$dcr --no-deps --quiet-pull -v "$VOLUME_MAPPING" -T -e SENTRY_LOG_LEVEL=CRITICAL web "$@" 2>&1
2627
}
2728

2829
# Function to modify lines starting with `Usage: sentry` to say `Usage: ./sentry-admin.sh` instead.

0 commit comments

Comments
 (0)