留言板

Liferay sync between to Infrastructure site.

thumbnail
Yatin Patel,修改在9 年前。

Liferay sync between to Infrastructure site.

New Member 帖子: 24 加入日期: 11-10-12 最近的帖子
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,修改在9 年前。

RE: Liferay sync between to Infrastructure site.

Liferay Legend 帖子: 14914 加入日期: 06-9-2 最近的帖子
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.