Double-Take is a Third Party Replication Software product which has never been certified against our technology, nor do we have any plans to do so. We don't support any 3rd party
software replication solutions. The only supported solutions are OpenEdge Replication and PRO2
Technical (but not exclusive) aspects to consider include:
1. Double Take, is a software replication product that transfers data, at the byte level, from one disk to a secondary disk, offering replication and failover for all types of applications and databases. On-going changes are transmitted continuously. A target disk receives and applies the changes to target volumes.
In order to guarantee recovery, a Progress database needs to have the Write Ahead Logging (WAL) protocol observed. The Progress Before Image (bi) and After Image (ai) files must be written before the database files. The only way to maintain and ensure the integrity of Progress data would be to update the blocks in the same order that Progress updates them, but Double Take cannot differentiate between these Progress files.
In a true Disaster Recovery scenario, data can be easily be lost as a result of the System Down situation, thus causing database integrity and even accessibility issues afterwards. For example: when the source system dies, it's most likely that the physical database files are out of sync with the BI files, which means that BI rollback recovery may not even be possible on the target database using a Double-Take backup.
2. When the database is running shared-memory, data are in three different locations:
- memory,
- binary recover logs and
- the embedded storage.
Any database backup that is restored needs to ensure that these three states are recorded at exactly the same time-splice to ensure integrity. Double Take takes no account of the data in memory when the database is running shared-memory.
OpenEdge Replication uses on continual transaction roll forward, recording it’s own bi notes. When the target (backup) is needed to restore the production database, it relies on bi recovery in line with OpenEdge database design. A Progress OpenEdge online PROBKUP, ensures that memory resident updates (database buffer pool and the BI buffers) are first flushed to disk before the online PROBKUPis initiated. For further details refer to Article P26453,
What happens during an online backup of the database?
3. The file system block size used by Double Take must match the Progress database block size. This includes the Progress ai, bi and .database data. Apart from the fact that the Progress OpenEdge database allows the selection of one of 4 different database block sizes at database creation time, it also allows all three database file types (ai, bi and data) to be different block sizes within the database.
While a Double-Take Replication implementation may work in a Proof of Concept environment, any issues encountered while replicating the live database or when relying on the 3rd party backup, would need to be resolved by the vendor.