Posted by n20 on July 14, 2013 at 11:26am
Hello,
i have copied a platform including all modules and themes to create a new platform out of it. This worked fine, now im trying to migrate a site to that new platform but getting an error because of media module version conflict:
Current: media-7.x-2.0-unstable7 (7211)
Target: media-7.x-2.0-unstable7 (7210)
I thougt i would be exactly the same version if i just copy it? Even downloading the media module in all available version did not helped.
Is this maybe because i applyed a patch to media? I cant remember, but its possible, its been a while that i worked on this platform.
Comments
I don't think "copy" is the
I don't think "copy" is the aegir way.
that said do the sites ans platforms verify?
By the way, the 7211 and 7210
By the way, the 7211 and 7210 are db updates serials, as reported to Aegir. If you are using the same module version, but one of them is patched so it comes with some db update, then it may confuse Aegir. You will have to either get rid of that module with no higher version number but db update higher number, or even delete all their records from the hostmaster database (the hosting_package_instance table) and re-verify the platforms and the site to get correct db update serial written in drushrc.php files.
~Greg
Typically it is caused by
Typically it is caused by wrong update serial stored in the site "system" table, so not in Aegir. Aegir simply accepts what the site tells about the update serials it has registered for the module. You need to fix this in the site first and then re-verify its platform and the site itself. The problem is caused by downgrading the module without uninstalling it properly, so the site keeps telling that it has newer copy/serial.