Helm job to handle migration of portal database (available from 5.15.0)
A helm job "portal-database-migration" is created to execute a migration bundle file (based on the database used) from Portal version 5.15.0. Portal microservice core service is depended on this job and only starts up upon successful completion of the job. Below environment variables needs to be set up for the job to work:
| Variable | Description | Required | Default |
|---|---|---|---|
|
Whether to execute the migration bundle. Must be set to true for the migration job. |
- |
|
|
Connection string to connect to database. |
- |
|
|
Type of database to connect to. |
- |
|
|
The level of logging needed for the job. |
TRACE |