[MDEV-26398] mariabackup failed on Windows 10 Created: 2021-08-18 Updated: 2024-01-23 |
|
| Status: | Needs Feedback |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.6.4 |
| Fix Version/s: | 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Renat | Assignee: | Marko Mäkelä |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Papercut, Windows, backup, crash, mariabackup | ||
| Environment: |
Windows 10 x64 20H2 (Build 19042.789). PC DELL OptiPlex 5080, RAM 16 Gb, Intel Core i7-10700 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
I'm try to make backup by command:
, but I've got this messages:
|
| Comments |
| Comment by Vladislav Vaintroub [ 2021-08-19 ] |
|
What happens if you run your command without --target-dir? as it looks like, you're trying to store backup in existing data directory, this is going to fail one way or another. |
| Comment by Renat [ 2021-08-20 ] |
|
If I run without --target-dir I've got same error: To report this bug, see https://mariadb.com/kb/en/reporting-bugs We will try our best to scrape up some info that will hopefully help Server version: 10.6.4-MariaDB Thread pointer: 0x0 |
| Comment by Vladislav Vaintroub [ 2022-06-24 ] |
|
it is crashing in Innodb, It is not helpful in context of mariabackup to crash. The expected behavior , in case of e.g insufficient privileges, is to
|
| Comment by Marko Mäkelä [ 2024-01-05 ] |
|
According to https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499- the error code would be the following: According to https://social.msdn.microsoft.com/Forums/vstudio/en-US/42bbd4c2-7dd5-4072-b79c-5d6e698703a6/errorreqnotaccep-on-createfile?forum=vcgeneral this could be an error in the Microsoft Windows kernel. Does the file reside in a remote file system? I see no mention of that in this ticket. |