[Opendnssec-develop] Re: [OpenDNSSEC] #40: with Sqlite (available for Mysql too)
OpenDNSSEC
owner-dnssec-trac at kirei.se
Thu Oct 8 07:48:54 UTC 2009
#40: with Sqlite (available for Mysql too)
------------------------------------+---------------------------------------
Reporter: archi.laurent at gmail.com | Owner: sion
Type: defect | Status: new
Priority: blocker | Component: Enforcer
Version: trunk | Resolution:
Keywords: |
------------------------------------+---------------------------------------
Comment(by sion):
Hi there,
So the first thing I see is that the database looks like it might be for
the softHSM (I'm only guessing this from the name). conf.xml should
contain a link to a database (in the Enforcer/Datastore tag) which is
different to the one in your SOFTHSM_CONF environment variable.
If you still get the same error then it will likely be due to changes made
to the database between the time when you made it and the beta release. To
cope with these changes then run the migration scripts in
"enforcer/utils". Assuming that your database was built with the last
alpha release then you will need to run:
sqlite3 <PATH_TO_ENFORCER.DB> <
enforcer/utils/migrate_090922_1.sqlite3
sqlite3 <PATH_TO_ENFORCER.DB> <
enforcer/utils/migrate_090930_1.sqlite3
sqlite3 <PATH_TO_ENFORCER.DB> <
enforcer/utils/migrate_091002_1.sqlite3
Let me know if this works,
Sion
--
Ticket URL: <http://trac.opendnssec.org/ticket/40#comment:1>
OpenDNSSEC <http://www.opendnssec.org/>
OpenDNSSEC
More information about the Opendnssec-develop
mailing list