Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 2. Backup the FlexDeploy schemas and Artifact Repository.

Insert excerpt
FD80:Manual Upgrade Instructions (Windows or edge cases)FD80:
Manual Upgrade Instructions (Windows or edge cases)
nameBackup current implementation
nopaneltrue

...

Step 3. Upgrade the FlexDeploy schemas

See details in Upgrading FlexDeploy Schemas.

...

Step 4. Copy plugins from download zip for auto upload.

...

  1. p - in this example 8000 is the port which FlexDeploy will be accessed on mapping to port 8080 in the container

  2. FLEX_DB_URL - jdbc URL for accessing the database. See below for syntax

  3. FD_ADMIN_PWD - Password for the fdadmin user in the database

  4. TZ - Time zone for the container. Given example is America/Chicago.

  5. dbtype - if you are using postgres or oracle database.

  6. v - This will set where your application, repository, vsm and logs folders will go on the docker host. Everything before the colon is on the local machine, after is inside the container. Leave that as /dockervolume

  7. MAX_ACTIVE_CONNECTIONS - The maximum number of active DB connections that can be allocated from the connection pool at the same time. Default value is 100.

  8. MAX_IDLE_CONNECTIONS - The maximum number of connections that should be kept in the pool at all times. Default is 100.

  9. MAX_WAIT_TIME_MILLIS - The maximum number of milliseconds that the pool will wait when there are no available connections. Default is 30000(30 Secs).

  10. Last is the image which will be flexdeploy/fd_tcat: and the version you want to run.

...