Versions Compared

Key

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

These steps can be useful if you are installing a new FlexDeploy environment, and want to load it with specific configurations from a different environment with the same FlexDeploy version.

Info

This process should only be followed to perform configuration setup for brand new installation of FlexDeploy from another installation of FlexDeploy. Purpose of this document is to only copy configuration details and not execution data. If you run this against active Production FlexDeploy, you will lose all execution details.

This process is only applied for 4.0, 4.0.x version of FlexDeploy. Also, source and target version of FlexDeploy must be the same.

  • Export data from source FlexDeploy database. You will be prompted to enter password for system user.
    • This step will create fd_bkup.dmp file with all details from FD,FF and FD_ADMIN schemas. File should be in data pump directory, for example - C:\oraclexe\app\oracle\admin\XE\dpdump.
Code Block
languagesql
titleExport data from source FlexDeploy database
expdp system directory=DATA_PUMP_DIR dumpfile=fd_bkup.dmp schemas=FD,FF,FD_ADMIN
  • Copy fd_bkup.dmp file on to the target FlexDeploy database server in to the data pump directory, for example - . (e.g. C:\oraclexe\app\oracle\admin\XE\dpdump.)
  • Import data in to into target FlexDeploy database. You will be prompted to enter password for system user.
    • Make sure there are no errors in import process. If there are errors, make corrections appropriately and restart import process.
Code Block
languagesql
titleImport data in to target FlexDeploy database
impdp system directory=DATA_PUMP_DIR dumpfile=fd_bkup.dmp schemas=FD,FF,FD_ADMIN
  • At this point the target FlexDeploy database should be an exact copy of the source database. But in this scenario, we do Often times you will not need or want any of the execution details, so let's delete execution data using following commands. Make sure to run these commands on target FlexDeploy database.

...

  • We will not copy any Artifact Repository in this process, as we are not copying any purging the execution data.
  • FlexDeploy can now be installed in target environment as per FlexDeploy Installation Guide, but skip database tier as it was already copied from a different environment.
  • At the end of installation process, start FlexDeploy and validate that your configurations are present in various screens.
  • As necessary upgrade details like Security realm, group, user configurations, Email server settings etc.
  • You can also add new Endpoints if Cleanse any configuration you do not want copied Endpoints, which can be inactivatedin the target (e.g. inactivating production endpoints).