Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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