[MDEV-15713] mariabackup: throw warning/error if --stream is used without --backup Created: 2018-03-28 Updated: 2020-08-25 Resolved: 2018-04-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup |
| Affects Version/s: | 10.2.14 |
| Fix Version/s: | 10.1.33, 10.2.15, 10.3.6 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | mariabackup | ||
| Issue Links: |
|
||||||||
| Description |
|
Some people seem to think that the --stream option can be used like:
The proper method to use it seems to be more like this:
Does it ever make sense to use --stream without --backup? If not, then maybe a warning or error should be thrown if users ever try to do so? At the moment, it seems to silently ignore the option:
|