The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| bastillion-upgrade-4.00.01.jar | 2022-01-09 | 4.5 MB | |
| bastillion-jetty-v3.13_00.tar.gz | 2022-01-08 | 20.5 MB | |
| 3.13.00.tar.gz | 2022-01-08 | 131.0 kB | |
| 3.13.00.zip | 2022-01-08 | 200.7 kB | |
| README.md | 2022-01-08 | 1.0 kB | |
| Totals: 5 Items | 25.3 MB | 0 | |
Update h2 to the latest version fix issue upgrading due to incompatibilities with H2 v2 - https://github.com/bastillion-io/Bastillion/issues/417
To migrate from >= 3.10.00 - Backup previous bastillion.h2.db data store (possibly named keybox.h2.db) - Copy old jetty/bastillion/WEB-INF/classes/keydb 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.01.jar on the database copied to the new installation
java -jar bastillion-upgrade-4.00.01.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