Skip to content

Commit

Permalink
Don't create an unused directory
Browse files Browse the repository at this point in the history
The example sequence doesn't need to create the mybackups/ directory.
It isn't used.
  • Loading branch information
dalenewby committed Aug 24, 2022
1 parent 07d4547 commit ca80c89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ This image is built automatically on Docker Hub as [silintl/mysql-backup-restore
You'll need [Docker](https://www.docker.com/get-docker), [Docker Compose](https://docs.docker.com/compose/install/), and [Make](https://www.gnu.org/software/make/).

1. cd .../mysql-backup-restore
2. mkdir ./mybackups
3. Upload test/world.sql.gz to the S3 bucket.
4. `make db` # creates the MySQL DB server
5. `make restore` # restores the DB dump file
Expand Down

0 comments on commit ca80c89

Please sign in to comment.