You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the scrapers is a perennial barrier to local development, in particular for new team members. Let's create a dump from the canned scrape (docker-compose run --rm scrapers, then pg_dump -Fc -O -h localhost -p 32001 -d lametro > dev.dump, and update the README with instructions on restoring a dump for development.
Running the scrapers is a perennial barrier to local development, in particular for new team members. Let's create a dump from the canned scrape (
docker-compose run --rm scrapers
, thenpg_dump -Fc -O -h localhost -p 32001 -d lametro > dev.dump
, and update the README with instructions on restoring a dump for development.Here's an example of documentation! https://github.com/datamade/bga-payroll#restore-from-a-database-dump
The text was updated successfully, but these errors were encountered: