Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please share the document,If you made any such type of setup.
Thanks,
Lakshmikandh
Hi Lakshmikandh,
I was wondering if you ever got this question answered as I am looking into it as well..
Currently we are planning to backup the production site and try to restore it on a Test server.
Any guidance or feedback on this would be most helpful.
Thanks
Simy
Hi,
I am also looking for this information. Could anyone please help?
We have tried implementing the DR set up.
We have replicated the postgresql and set up a robocopy of the qliksense shared folder scheduled ever night.
Follow the steps for database replication and failover.
Now it's a manual process to flipover to Dr setup.
There is lot of manual intervention.
Has anyone tried automating the setup?
Kabir,
Thank you very much for the response .
PostgreSQL db is local to central . We have 1 central and 5 rim nodes in prod and same as DR.
In our current setup we are replicating the db to DR central and Installed the application in the rim node and set all the services to manual except DR PostgreSQL . At the time of Fail-over , we have to flip the DR load-balancing url and set all the services to auto delay and configure in the QMC.
Application data is scheduled daily to get copied to DR servers.
This is a laborious process. looking for a automation steps. PROD is in sync to DR.
Hi @prashanthi_gn , I would say that one way to go would be to setup a standalone PostgreSQL server of your own and use any third party replication tool that you might find more suitable:
https://wiki.postgresql.org/wiki/Replication,_Clustering,_and_Connection_Pooling
What files/data does actually need backing up? is Postgres enough or do we need local files on the shared file repository/the nodes?
Do you have a support documentation on how to restore a system to attempt testing using the backup?