Vera 2023.4 Upgrade Tasks
For upgrades from versions prior to 2023.1: a two step upgrade process must be followed. Please upgrade to 2023.1 first, then upgrade to 2023.4. If the two step process is not followed, then the connections will not be properly imported from the Synchronization Policy.
Starting with 2023.2.3, older SSL certificates used by the Web Portal for HTTPS may no longer work with Vera. This is due to Node.js no longer supporting certificates using the RC2 ciphers. When upgrading, make sure to create a new certificate PFX file with a supported cipher.
In this version, we have introduced two new containers to improve performance. Your deployment script (e.q. docker-compose-yml) needs to be updated to include the new images. Please see Upgrade the Vera Server Applications for more information.
tricentis/vera-worker-audithistory- Worker to handle Audit History actions.
tricentis/vera-api-audithistory - Public API for Audit History
There is a sample docker-compose file on the Vera Deployment with Docker page
Vera 2023.4 introduced new features. Vera will automatically make the following updates when you upgrade to Vera 2023.4 to support these new features.
Users can now configure their e-mail notification by domain. Upon upgrade, all users will be set with notifications enabled for their associated domains.
Users can now be deactivated via the User Management area. All current users will be marked as Active until they are manually deactivated. More information can be found here: Deactivating/Activating User Accounts
Vera Local Users (eg. service accounts and non-SSO users) will now be allowed up to 5 incorrect login attempts within a 10 minute period before their accounts are temporarily locked. More information can be found here: Automatic Locking of Users
The system will add the following databases and collections:
New Database: vera-audithistory:
Collection: audit-entries
New Database: vera-api-gateway:
Collection: endpoints
Network Communication Changes
With the introduction of microservices for the Audit History module, various network changes will need to be implemented to ensure connectivity. See this page for more information on the ports that will be required after the upgrade: Required Ports
Additional Logging Options
The following logging options are now now available to be added to the logging-settings.yml file.
API Audit History
Worker Audit History
For more information on logging settings, see Configuring Logging for Vera Server and Microservices
Follow the steps below for your current Vera version:
Upgrading from a version prior to 2023.1
Upgrading from 2023.1
Upgrading from 2023.2
Upgrading from 2023.3
MongoDB Compatibility Update
Vera now requires a minimum MongoDB version of 5.0. Please ensure your MongoDB is updated prior to upgrading Vera to the latest version.
Current MongoDB Version | Upgrade Path |
---|---|
4.2.x |
|
4.4.x |
|
5.x |
|
6.x | No upgrade necessary. |