To unlock a raw device DB is not working.
-----------------------------------------

                 Key: CORE-5264
                 URL: http://tracker.firebirdsql.org/browse/CORE-5264
             Project: Firebird Core
          Issue Type: Bug
          Components: NBACKUP
    Affects Versions: 3.0.0
         Environment: Linux debian x64 
LI-V3.0.0.32483 Firebird 3.0

            Reporter: Sascha Michel


Alias for my db in databases.conf
KMR-DB = /dev/DS1/DB-KM

/dev/DS1/DB-KM  is a ZFS block device

I have a delta file set with: 
alter database add difference file '/tmp/KMR-DB.delta'

Then I set the lock with:
/opt/firebird/bin/nbackup -S  -T  -D off -U sysdba -P 'master'  -L KMR-DB
1061504

The File i set is used.

Now I want to release the lock with:
/opt/firebird/bin/nbackup -U sysdba -P 'master' -T -N KMR-DB

No error is reported even in firebird.log File.

If I want to put a lock again, there is an error message.
/opt/firebird/bin/nbackup -S  -T  -D off -U sysdba -P 'master'  -L KMR-DB
[
PROBLEM ON "begin backup".
unsuccessful metadata update
-ALTER DATABASE failed
-Database is already in the physical backup mode
SQLCODE:-607
]

The delta File is in use.
Since the N switch is not working, there is no way to apply the changes to the 
DB.

With a database file it works as it should.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to