diff --git a/static/includes/config-mysql.md b/static/includes/config-mysql.md index 6d09aa95c..f865acc40 100644 --- a/static/includes/config-mysql.md +++ b/static/includes/config-mysql.md @@ -74,7 +74,7 @@ import Link from '@docusaurus/Link' -

backup_hour

integer,null

+

backup_hour

integer

The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.

@@ -85,7 +85,7 @@ import Link from '@docusaurus/Link'
-

backup_minute

integer,null

  • max: 59
+

backup_minute

integer

  • max: 59

The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.

@@ -164,6 +164,13 @@ import Link from '@docusaurus/Link' + + +
+

migration.dump_tool

string,null

+

MySQL migration dump tool

+

Experimental! Tool to use for database dump and restore during migration. Default: mysqldump

+