I am following the advanced help docs, and it doesn't match the interface -- it seems to be out of date.
I've created a profile, enabled yamm client and server on different hosts, created a view, and ready to push an update, but there's nowhere to run the push.
The page admin/objects/yamm_sync_profile/MY-OBJECT is empty.
There is a "edit" tab and a "export" tab, but no options to actually perform the migration.
This is a bug in the documentation, if not a bug in code.
Please help, thanks!
Comments
Comment #1
aaronbaumanit seems that for some reason after creating the synch job and editing settings, i ended up at admin/objects/yamm_sync_all/MY-OBJECT instead of where I should have been, admin/yamm/client/MY-OBJECT
This is a minor issue, but confusing UX.
Additionally, there is no documentation about various things:
* how to configure Datasync
* what is supposed to happen after a job is "pushed"
* drush utilities
When I figure out how this stuff works, I'll give a whack at documentation.
Until then, any help would be much appreciated.
Comment #2
pounardActually the latest version is under active developement, I may help you as as soon as things began to become stable. Are you on IRC ? I could help you there if you want.
Here are some quick answers:
DataSync is awfull to configure, that's why in recent version we abandonned it and use daemoncli instead, which does almost the same stuff (more simple though) but does not need neither a complex configuration neither core patches.
The server pushes a synchronization order to client (this is an XML-RPC call). Then, depending on the client response two possibilities:
Actually drush integration is broken right now, I should have disabled it. But it can help you send orders to client from the server without clicking in the UI, that's all about it.
Comment #3
pounardVery outdated module.