Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

To deploy the Accelerators, follow the steps given below:

  1. Go to migration 4.0.0 · adeptiainc/adeptia-connect-migration (artifacthub.io) to view the details of migration helm package.
  2. Add migration repo using following command:

    Code Block
    languagecss
    themeMidnight
    helm repo add adeptia-connect-migration https://adeptia.github.io/adeptia-connect-migration/charts/


  3. Click DEFAULT VALUES to download the values.yaml file.
    Image Added

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

    <Name of the Secret> get them verified from Shipra

    Variable/Property

    Value

    BACKEND_DB_URL<URL of the backend database server>
    • jdbc:sqlserver://<DB Hostname>:<Port Number>;database=<Backend Database Name>
    • jdbc:oracle:thin:@<hostName>:<portNumber>:<S ID/ServiceName>
    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 server> For example, SQL-server)>Server.
    SHARED_PATH<environment variable <Environment variable in the values.yaml file that contains the configured shared path. (for example, /shared)>path> The default value for this variable is /shared. This is the folder created at the root level in the PVC when you deploy Adeptia Connect.
    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 in the PVC>.

    Info
    The Accelerators bundled with the application are by default located at ${SHARED_PATH}$shared/accelerators shared location .
    image.pullSecret.registry<URL of the repository>
    volumes.claimName<Name of the PV claim>
    Infra.secret
    in the PVC. You need to place the downloaded Accelerators at some other location in the PVC.



  5. Navigate to the migration directory, and run the below command to install the driver.

    Code Block
    languagecss
    themeMidnight
    helm upgrade -i migration adeptia/migration -f adeptia/values.yaml -n <NAMESPACE>


    Info
    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.