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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,16 @@ To set the day of the week that you would like the weekly backup to happen set t
93
93
94
94
`LATEST` is to store an additional copy of the latest backup to a standard location so it can be downloaded by thrid party scripts.
95
95
96
+
### Blob
97
+
98
+
If the DB's being backed up make use of large `BLOB` fields then you may need to increase the `MAX_ALLOWED_PACKET` setting, for example 16MB.
99
+
100
+
### Socket
101
+
102
+
When connecting to localhost as the DB server (`DBHOST=localhost`) sometimes the system can have issues locating the socket file. This can now be set using the `SOCKET` parameter. An example may be
103
+
104
+
SOCKET=/private/tmp/mysql.sock
105
+
96
106
### Pre-Backup and Post-Backup Scripts
97
107
98
108
Use `PREBACKUP` and `POSTBACKUP` to specify Per and Post backup commands or scripts to perform tasks either before or after the backup process.
0 commit comments