Skip to content

Commit

Permalink
chore: add retry to dump download
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Sep 26, 2024
1 parent 5716016 commit 8182a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
echo "Importing dump"
curl -sSL https://trustify-dumps.dentrassi.de/dump.sql.gz -o dump.sql.gz
curl --retry 50 --retry-max-time 3600 -sSL https://trustify-dumps.dentrassi.de/dump.sql.gz -o dump.sql.gz
zcat dump.sql.gz | psql
echo "VACUUM ANALYZE; REINDEX database trustify;" | psql
Expand Down

0 comments on commit 8182a3d

Please sign in to comment.