Skip to content

Commit

Permalink
Added --hex-blob to dump
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrolds committed Jan 24, 2020
1 parent abea080 commit 01d99b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -188,7 +188,7 @@ $ docker-compose exec -T mysql mysql -u suyc -psuyc suyc < data/sua_20190803.sql
Make sure to replace `<date>` with todays date in a concise format (e.g. `20190801`).

```bash
$ docker-compose exec mysql mysqldump --no-create-info -u suyc -psuyc suyc --ignore-table=suyc.schema_migrations > data/sua_<date>.sql
$ docker-compose exec mysql mysqldump --no-create-info -u suyc -psuyc suyc --ignore-table=suyc.schema_migrations --hex-blob > data/sua_<date>.sql
```

## Updating your boundaries the long way
Expand Down

0 comments on commit 01d99b0

Please sign in to comment.