[Opendnssec-develop] sqlite backup
Siôn Lloyd
sion at nominet.org.uk
Wed Jun 8 13:33:49 UTC 2011
So it seems that the sqlite developers are aware of the limitations of
.dump but it is correct behaviour:
http://www.sqlite.org/cvstrac/tktview?tn=2223,39
If the version of sqlite3 is >= 3.6.11 then the following should work:
sqlite3 <path to your token> ".backup copy.db"
Otherwise, or if dump has been used, then the pragma will need to be
added back in manually.
I can add this to the end of:
http://trac.opendnssec.org/wiki/SoftHSM/Install
But I don't think that I have permissions to update:
http://www.opendnssec.org/documentation/using-softhsm/
Sion
More information about the Opendnssec-develop
mailing list