Fórum

Liferay sync between to Infrastructure site.

thumbnail
Yatin Patel, modificado 9 Anos atrás.

Liferay sync between to Infrastructure site.

New Member Postagens: 24 Data de Entrada: 12/10/11 Postagens Recentes
I have implemented Disaster Recovery infra setup for my project. Total 2 site for infra.
1) DC Site
2) DR Site

DC is use for normal environment and DR will up when DC is down. I am Using DB sync between 2 site using DB Streaming and File System using rsync.

I have 2 case like.

1) DB sync is 2 min delay and file System is 5 min delay between DC to DR
2) File system is 2 min delay and DB is 5 min delay between DC to DR

Que: Is there any way to find out what Document, web content and etc is not Sync? What can I do for that case?

I am using LR 6.2 GA 1 CE with HP-UX Super DOM.
thumbnail
David H Nebinger, modificado 9 Anos atrás.

RE: Liferay sync between to Infrastructure site.

Liferay Legend Postagens: 14916 Data de Entrada: 02/09/06 Postagens Recentes
Not easily. Liferay certainly is not going to know which has been backed up and which hasn't, it's just writing stuff to the database and the filesystem.

Many recs on the database have a "last update date" so that would possibly point you at records updated since the last backup time. And the DLFileEntry has timestamps too, so you should be able to identify docs that were stored since the last backup time. But I'd honestly hate to try to use these to identify individual resources that might be out of sync.