Skip to content

Commit

Permalink
Remove prefix in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
gabfl committed Aug 28, 2018
1 parent 213f988 commit 421f71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg_dump-to-s3.sh
Expand Up @@ -30,7 +30,7 @@ echo " * Backup in progress.,.";

# Loop thru databases
for db in "${DBS[@]}"; do
FILENAME="$PREFIX"_"$NOW"_"$db"
FILENAME="$NOW"_"$db"


echo " -> backing up $db..."
Expand Down

0 comments on commit 421f71c

Please sign in to comment.