Skip to main content
Skip table of contents

Handling Disaster Recovery Plan (DRP)

Context

You may have a DRP that includes having a backup platform on which a new Indexima cluster will temporarily run.

If you synchronize your data using a SYNCHRONIZE command, you have to change the source of the indexima table

This means:

you are in the position CREATE my_table FROM JDBC “my_Original_Jdbc_Connection” 

and you want CREATE my_table FROM JDBC “my_Backup_Jdbc_Connection”

How to

This can be done using the following command

SQL
ALTER TABLE my_table SET SYNCHRONIZE FROM my_Backup_table IN "my_Backup_Jdbc_Connection"
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.