Skip to content

Commit

Permalink
docs(backup): added available drivers in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SVillette committed Apr 15, 2022
1 parent 639c5ab commit d91f5ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ return [
```

## Configuration

### YAML configuration
As in the previous part, if Symfony Flex is not enabled, add the following file (`symandy_database_backup.yaml`)
to `config/packages` directory.

Expand All @@ -45,6 +47,10 @@ symandy_database_backup:
databases: [foo, bar, baz] # Will only back up these databases
```

### Drivers

Only the `mysql` driver is currently available.

## Usage
Once the connections are configured, you only have to run the following command to generate the dumped databases files:

Expand Down

0 comments on commit d91f5ea

Please sign in to comment.