Interface RecoveryFileGenerator

All Known Implementing Classes:
DefaultRecoveryFileGenerator

public interface RecoveryFileGenerator
Module for generating upgrade recovery files.
Since:
5.4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    generate(File upgradeRecoveryfile)
    Generates an upgrade recovery file.
  • Method Details

    • generate

      void generate(File upgradeRecoveryfile)
      Generates an upgrade recovery file.

      If the file does not exist, it will be created. If the file exists, it will be overridden

      Parameters:
      upgradeRecoveryfile - name of the file to generate
      Throws:
      DbDumpException - if the recovery file generation fails for any reason