Skip to content

Commit 0dd6902

Browse files
committed
configuration.md had wrong env var for databases to include and exclude
Signed-off-by: Avi Deitcher <[email protected]>
1 parent 58d5ea5 commit 0dd6902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ The following are the environment variables, CLI flags and configuration file op
6868
| port to use to connect to database. Optional. | BR | `port` | `DB_PORT` | `database.port` | 3306 |
6969
| username for the database | BR | `user` | `DB_USER` | `database.credentials.username` | |
7070
| password for the database | BR | `pass` | `DB_PASS` | `database.credentials.password` | |
71-
| names of databases to dump, comma-separated | B | `include` | `DB_NAMES` | `dump.include` | all databases in the server |
72-
| names of databases to exclude from the dump | B | `exclude` | `DB_NAMES_EXCLUDE` | `dump.exclude` | |
71+
| names of databases to dump, comma-separated | B | `include` | `DB_DUMP_INCLUDE` | `dump.include` | all databases in the server |
72+
| names of databases to exclude from the dump | B | `exclude` | `DB_DUMP_EXCLUDE` | `dump.exclude` | |
7373
| do not include `USE <database>;` statement in the dump | B | `no-database-name` | `NO_DATABASE_NAME` | `dump.noDatabaseName` | `false` |
7474
| restore to a specific database | R | `restore --database` | `RESTORE_DATABASE` | `restore.database` | |
7575
| how often to do a dump or prune, in minutes | BP | `dump --frequency` | `DB_DUMP_FREQUENCY` | `dump.schedule.frequency` | `1440` (in minutes), i.e. once per day |

0 commit comments

Comments
 (0)