Skip to content

Commit c8ec75a

Browse files
authored
Add note about default behavior of server backup
Both mysqldump and mysqlbackup providers by default back up all databases in the database (i.e. when an empty array is specfied). This patch documents that behavior. See templates/xtrabackup.sh.erb and templates/mysqlbackup.sh.erb
1 parent 6825dd5 commit c8ec75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,9 +740,9 @@ Default value: `false`
740740

741741
Data type: `Any`
742742

743-
Databases to backup (if using xtrabackup provider).
743+
Databases to backup (required if using xtrabackup provider).
744744

745-
Default value: []
745+
Default value: `[]` (backs up all databases)
746746

747747
##### `file_per_database`
748748

0 commit comments

Comments
 (0)