Skip to content

3.05.00

Compare
Choose a tag to compare
@skavanagh skavanagh released this 10 Dec 01:22
· 325 commits to master since this release

Renamed KeyBox to Bastillion. Added license to unlock unlimited users.

To migrate from 3.02.00

  • Install Open-JDK / Oracle-JDK - 1.9 or greater

    apt-get install openjdk-9-jdk (or openjdk-11-jdk)

  • Backup previous keybox.h2.db data store (possibly named keybox.mv.db)

  • Copy old jetty/keybox/WEB-INF/classes/keydb folder (and it's contents) to the jetty/bastillion/WEB-INF/classes directory of the new installation.

  • Copy old jetty/keybox/WEB-INF/classes/keybox.jceks to the /jetty/bastillion/WEB-INF/classes directory of the new installation.

  • Rename keybox.jceks to bastillion.jceks

  • Copy old jetty/keybox/WEB-INF/classes/KeyBoxConfig.properties to the /jetty/bastillion/WEB-INF/classes directory of the new installation.

  • Rename KeyBoxConfig.properties to BastillionConfig.properties (copy over existing file)

  • Run upgrade on the data store copied to the new installation

java -jar bastillion-upgrade-3.06.00.jar <whatever path>/jetty/bastillion/WEB-INF/classes/BastillionConfig.properties