thoughtbot/parity

Slow backups from production

croaky opened this issue · 3 comments

Working on a ~500MB database. It is slow to backup through development restore production.

This alternative may be faster:

curl -O tmp/latest.backup $(production pg:backups public-url -q)
pg_restore tmp/latest.backup

Not sure why yet.

@croaky did you continue to see this issue? Working on Parity today and can target it if it's still a concern.

I think it's still an issue, yes.

Implemented in 80eafa3!