> 1) run ods-ksmutil setup again. This will remove all the current > information from the kasp database and start you off again with a fresh > environment. > > if that is not an option, or you want to try something else then: > > 2) run one of the migration scripts > enforcer/utils/migrate_keyshare_mysql.pl > or > enforcer/utils/migrate_keyshare_sqlite3.pl > depending on your database.
This only applies to people who are running from trunk _and_ have already run the above scripts. There are more database schema changes in r3823. These are in order to cope with some zonelist import/export requirements... and require the following SQL to be run against your database: alter table zones add column signconf varchar(4096); alter table zones add column input varchar(4096); alter table zones add column output varchar(4096); which can be done as follows: sqlite3 <PATH_TO_KASP.DB> < enforcer/utils/migrate_100827_1.sqlite3 Cheers, Sion _______________________________________________ Opendnssec-user mailing list [email protected] https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
