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
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,7 @@ This image is built automatically on Docker Hub as [silintl/mysql-backup-restore
33
33
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/).
34
34
35
35
1. cd .../mysql-backup-restore
36
-
2. mkdir ./mybackups
37
-
3. cp -p test/world.sql.gz ./mybackups
36
+
3. Upload test/world.sql.gz to the S3 bucket.
38
37
4.`make db` # creates the MySQL DB server
39
38
5.`make restore` # restores the DB dump file
40
39
6.`docker ps -a` # get the Container ID of the exited restore container
0 commit comments