Class BackupImporter

    • Field Detail

      • CONFLUENCE_IMPORT_USE_LEGACY_IMPORTER

        public static final String CONFLUENCE_IMPORT_USE_LEGACY_IMPORTER
        Deprecated.
        See Also:
        Constant Field Values
      • MINIMUM_BUILD_NUMBER

        public static final int MINIMUM_BUILD_NUMBER
        Deprecated.
        See Also:
        Constant Field Values
      • MINIMUM_FULL_IMPORT_BUILD_NUMBER

        public static final BuildAndVersionNumber MINIMUM_FULL_IMPORT_BUILD_NUMBER
        Deprecated.
        Backwards compatibility for full export. It means it is possible to put an export from the old database in the new one and run all upgrade tasks.

        If you change this, you will break OD <-> BTF imports. For help to review your decision, please see Please see https://pug.jira-dev.com/wiki/display/CONFDEV/How+to+add+to+or+change+the+Confluence+Database

      • MINIMUM_SPACE_IMPORT_BUILD_NUMBER

        public static final BuildAndVersionNumber MINIMUM_SPACE_IMPORT_BUILD_NUMBER
        Deprecated.
        If you change this, you will break OD <-> BTF imports. For help to review your decision, please see https://pug.jira-dev.com/wiki/display/CONFDEV/How+to+add+to+or+change+the+Confluence+Database
      • FULL_EXPORT_BACKWARDS_COMPATIBILITY

        public static final BuildAndVersionNumber FULL_EXPORT_BACKWARDS_COMPATIBILITY
        Deprecated.
        Backwards compatibility for full export. It means an export from the current database will be successfully used as-is by a former version of Confluence.

        If you change this, you will break Cloud <-> BTF imports. For help to review your decision, please see https://pug.jira-dev.com/wiki/display/CONFDEV/How+to+add+to+or+change+the+Confluence+Database

      • SPACE_EXPORT_BACKWARDS_COMPATIBILITY

        public static final BuildAndVersionNumber SPACE_EXPORT_BACKWARDS_COMPATIBILITY
        Deprecated.
        Backwards compatibility of a space export. It is equal to the backwards compatibility of a full export and this constant is provided for clarity.
    • Constructor Detail

      • BackupImporter

        public BackupImporter()
        Deprecated.