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
| hostname or unix domain socket path (starting with a slash) to connect to database. Required. | BR | `server` | `DB_SERVER` | `database.server` | |
68
68
| port to use to connect to database. Optional. | BR | `port` | `DB_PORT` | `database.port` | 3306 |
69
69
| username for the database | BR | `user` | `DB_USER` | `database.credentials.username` | |
@@ -190,6 +190,6 @@ and so on, ad infinitum. In practice, remote service will avoid this.
190
190
191
191
As of version 1.0 of `mysql-backup`, there is support only for one config file. This means:
192
192
193
-
* The `--config` flag can be used only once.
193
+
* The `--config-file` flag can be used only once.
194
194
* The config file does not support [multiple yaml documents in a single file](https://yaml.org/spec/1.2.2/). If you ask it to read a yaml file with multiple documents sepaarted by `---`, it will read only the first one.
195
195
* You can have chaining, as described in the [remote configuration](#remote-configuration) section, where one file of kind `remote` references another, which itself is `remote`, etc. But only the final one will be used. It is not merging.
0 commit comments