Skip to content

1.75.02

Compare
Choose a tag to compare
@skavanagh skavanagh released this 26 Dec 20:21
· 194 commits to master since this release

Update jetty, jsch, and h2 to the latest version

To migrate from 1.72.00

  • Backup previous bastillion.h2.db data store (possibly named ec2box.h2.db)
  • Copy old jetty/bastillion/WEB-INF/classes/ec2db folder (and it's contents) to the jetty/bastillion/WEB-INF/classes directory of the new installation.
  • Copy old jetty/bastillion/WEB-INF/classes/bastillion.jceks to the /jetty/bastillion/WEB-INF/classes directory of the new installation.
  • Copy old jetty/bastillion/WEB-INF/classes/BastillionConfig.properties to the /jetty/bastillion/WEB-INF/classes directory of the new installation.
  • Run the bastillion-upgrade-4.00.00.jar on the database copied to the new installation
java -jar bastillion-upgrade-4.00.00.jar /jetty/bastillion/WEB-INF/classes/BastillionConfig.properties
  • Adjust settings or copy as needed for the jaas.conf, log4j2.xml, keystore, jetty-ssl.xml and jetty-http.xml