We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0deaa88 commit 024bd39Copy full SHA for 024bd39
Documentation/steps.md
@@ -40,8 +40,8 @@ Breadlesscode:
40
Backups:
41
steps:
42
'Breadlesscode\Backups\Step\MysqlTableExportStep':
43
- mysqlDumpBinPath: 'mysqldump'
44
- mysqlBinPath: 'mysql'
+ mysqlDumpBinPath: 'mysqldump' # default value
+ mysqlBinPath: 'mysql' # default value
45
tables:
46
- neos_flow_security_account
47
```
0 commit comments