I am trying to migrate my Drupal/Alfresco set-up to a new environment (from development to test). Everything seems to be fine. I can update content in Drupal and have it sync to Alfresco. I can see and browse the Alfresco repository from the Drupal CMIS browser. However, updates made to the content in Alfresco are not syncing with the pages/content in Drupal. I'm not sure where I should look to see where things are going wrong. Any advice would be greatly appreciated.
Thanks,
Tod
Comments
Comment #1
cfuller12 commentedTod,
Have you checked to ensure that cron is running in your test environment?
Thanks,
Chris
Comment #2
tmhilton commentedHi Chris,
Yes. Cron seems to be running fine. I'm not seeing any errors.
Thanks,
Tod
Comment #3
tmhilton commentedI thought I would give an update on what seems to have helped. I added 'full_sync_next_cron' => TRUE to the $conf configuration.
// cmis repository def
$conf['cmis_repositories'] = array(
'default' => array(
'user' => 'admin',
'password' => 'admin',
'url' => 'localhost:8080/alfresco/s/cmis',
'full_sync_next_cron' => TRUE
)
);
Another thing to be aware of is to follow the steps for backing-up and restoring an Alfresco site (available on the Alfresco wiki). One important step is to back-up and restore the entire contents of the alf_data folder.
Hope the helps others with the same issue.
Tod
Comment #4
IanNorton commentedClosing issue as part of Drupal 6 support announcement https://drupal.org/node/1910638