[Opendnssec-user] Users of trunk
Sion Lloyd
sion at nominet.org.uk
Fri Aug 27 14:11:48 UTC 2010
> 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
More information about the Opendnssec-user
mailing list