Skip to content

Commit

Permalink
postgres: Fix path to dump file
Browse files Browse the repository at this point in the history
  • Loading branch information
kklin committed Feb 8, 2020
1 parent 7b75f0d commit bcff3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/snapshot/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ psql --username "${POSTGRES_USER:-postgres}" -d "${POSTGRES_DB:-postgres}" --no-
},
title: title,
imageNames: []string{imageName},
dumpPath: "/docker-entrypoint-initdb.d/dump.sql",
dumpPath: "/dksnap-dump.sql",
})
if err != nil {
return fmt.Errorf("build image: %w", err)
Expand Down

0 comments on commit bcff3d0

Please sign in to comment.