Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NBackup creates diffrence file in bad place [CORE1537] #1954

Closed
firebird-automations opened this issue Oct 25, 2007 · 7 comments
Closed

NBackup creates diffrence file in bad place [CORE1537] #1954

firebird-automations opened this issue Oct 25, 2007 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

With databases, located on a raw device, nbackup tries to create difference file in /dev. For example (when difference file is not specified explicitly) when doing
nbackup -L /dev/sdb9
file /dev/sdb9.delta is created.
Or not created - if DEVFS is used. But even in my case (TMPFS is mounted on /dev) it may be quickly overflown by difference data. In traditional case (/dev is just part of root) - out of space is also quite possible, cause root is as for the rule not too big.

Solution is to force presence of explicitly set difference file location to start nbackup on raw device.

Commits: edc0320

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Added appropriate checks to nbak code.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Alex, could you specify the Fix version(s) please?

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Fix Version: 2.1 RC1 [ 10201 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 13345 ] => Firebird [ 14024 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment