deploy-tools icon indicating copy to clipboard operation
deploy-tools copied to clipboard

Fab sometimes fails to fetch large SQL dbs. Fix or document alternative.

Open benlk opened this issue 9 years ago • 0 comments

Specifically, this line from https://github.com/INN/docs/blob/046e5e26a33c34137d5998cf96a569fabf71531c/projects/largo/database-reload.md#1-get-a-new-database-dump-from-host :

curl sftp://$LARGOPROJECT_PRODUCTION_SFTP_HOST:2222/wp-content/mysql.sql --user $LARGOPROJECT_PRODUCTION_SFTP_USER:$LARGOPROJECT_PRODUCTION_SFTP_PASSWORD --retry 999 --retry-max-time 0 --remote-name
  • [ ] try to get fab to use the retry option
  • [ ] failing that, add these docs

benlk avatar Jul 30 '16 00:07 benlk