Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Accelerators are the pre-built solutions that are provided for specific purposes. These Accelerators are in the form of zip files. 

To deploy the Accelerators, follow the steps given below:

  1. Provide values for the following properties and environment variables in values.yaml file as shown in the table below.

    Variable/Property

    Value

    BACKEND_DB_URL<URL of the backend database server>
    BACKEND_DB_USERNAME<Username of your backend database server>
    BACKEND_DB_PASSWORD<Password for your backend database server>
    BACKEND_DB_DRIVER_CLASS<Backend database driver class name>
    BACKEND_DB_TYPE<Type of the backend database server. (for example, SQL-server)>
    SHARED_PATH<environment variable that contains the configured shared path. (for example, /shared)>
    MIGRATION_XML_FILE_PATH

    <Path of the folder containing the Accelerators' zip files>. For example, <Path of the folder that contains the required Accelerators inside PVC>.

    The Accelerators bundled with the application are by default located at ${SHARED_PATH}$/accelerators shared location.
  2. Navigate to the migration directory, and run the below command to install the driver.

    helm upgrade -i migration adeptia/migration -f adeptia/values.yaml -n <NAMESPACE>
    The Migration job does not get deleted automatically after the deployment is complete. You need to manually delete it before you start a new deployment. 
  • No labels