-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
no issue - much better configuration
- Loading branch information
Showing
42 changed files
with
1,244 additions
and
705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Upgrade guide | ||
|
||
## Next | ||
|
||
### Configuration file structure change | ||
|
||
The 2.0 version introduces many configuration changes. Most of them will | ||
gracefuly fallback to older version until 3.0, but some have been removed | ||
and will cause exceptions. | ||
|
||
Rationale is that now, all top-level configuration options can be directly | ||
set at the connection level, and we renamed those options to be more consistent | ||
and more explicit about what they do. | ||
|
||
Please read carefully the new sample configuration files: | ||
- For Symfony: [config/packages/db_tools.yaml](./config/packages/db_tools.yaml) | ||
- For standalone: [config/db_tools.standalone.yaml](./config/db_tools.standalone.yaml) | ||
|
||
And the the [CHANGELOG.md](./CHANGELOG.md) file and fix your configuration accordingly. | ||
|
||
The `backupper_binaries` and `backupper_options` as well as the `restorer_binaries` | ||
and `restorer_options` options have been removed and will raise exception when | ||
kept: older version allowed to configure backup and restore binaries on a per-vendor | ||
basis, they are now configured on a per-connection basis without considering the | ||
database vendor anymore. Please set those options for each connection instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.