Versions Compared

Key

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

...

For back-out purposes, it is highly recommended that a database backup of the Oracle database be taken using standard tools like RMAN for Oracle. Another option would be to export the FD, FD_ADMIN, and FF schemas using data pump. The schemas can be exported using the following data pump command :for Oracle as shown below. Follow standard procedures for PostgreSQL and MySQL for database backup.

Tip
titleBackup DatabaseRecommendation for Oracle database backup
expdp system directory=DATA_PUMP_DIR dumpfile=fd_bkup.dmp schemas=FD,FF,FD_ADMIN
If this database is exclusively used for just FlexDeploy application, you can rely on Database backup and recovery processes (RMAN)
instead of export data procedure.

...