Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Missing part of the S3 command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm committed Mar 4, 2024
1 parent 816e20c commit 71bfe10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pipes/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func S3(in_pipe *script.Pipe, up *vcap.CredentialsS3, prefix string, source_db s
os.Setenv("SECRET_ACCESS_KEY", up.SecretAccessKey)
// https://serverfault.com/questions/886562/streaming-postgresql-pg-dump-to-s3
cmd := []string{
"aws",
"s3",
"cp",
fmt.Sprintf("s3://%s/backups/%s-%s.dump",
Expand Down

0 comments on commit 71bfe10

Please sign in to comment.