Skip to content

Commit

Permalink
mention that LTAM is no longer supported as of v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen committed Jun 17, 2016
1 parent 4699456 commit 2a27da2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/rpki/upgrade.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ SELECT COUNT(*) FROM `rpki_cert` WHERE (`flags` & 0xe00) != 0;
EOF
) || exit 1
[ 0 -eq "${ltam_certs}" ] || fatal "Your database has\
${ltam_certs} certificate(s) with an LTAM flag set, but this version\
of @PACKAGE_NAME@ no longer supports LTAM. Unable to upgrade\
without potentially incorrect results. Either downgrade to 0.11 or\
re-initialize the database via @PACKAGE_NAME@-initialize."
${ltam_certs} certificate(s) with an LTAM flag set, but\
@PACKAGE_NAME@ v0.12 and newer no longer supports LTAM. Unable to\
upgrade without potentially incorrect results. Either downgrade to\
v0.11 or re-initialize the database via @PACKAGE_NAME@-initialize."

# v0.12 eliminated the SCM_FLAG_NOCHAIN flag. Any record with
# that flag set should be considered invalid instead.
Expand Down

0 comments on commit 2a27da2

Please sign in to comment.