Skip to content

Commit ea3c856

Browse files
authored
Merge pull request #209 from ByteInternet/NickSiemonsma-patch-1
2 parents 90cb493 + 8b80d07 commit ea3c856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/best-practices/backups/how-to-create-a-backup-and-download-it-to-your-local-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If your application is in another folder you need to replace "/data/web/magento2
3636

3737
In this step you'll create a dump of your database, and zip that dump into a .zip file. To do this you need to know the name of the database.
3838

39-
- `mysqldump database > /data/web/backup_hypernode/database_[date].sql`
39+
- `mysqldump --single-transaction database > /data/web/backup_hypernode/database_[date].sql`
4040
- `zip -ry /data/web/backup_hypernode/database_backup_[date].zip /data/web/backup_hypernode/database_[date].sql`
4141

4242
### Zip Both Backups into a Single .zip File

0 commit comments

Comments
 (0)