Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
6.x-0.4-alpha3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2010 at 22:06 UTC
Updated:
7 Oct 2010 at 13:20 UTC
It took me hours to find this. I am running a production system on aegir 8.
for some reason, my hosting_site_alias table had hundred of thousands of entries. There were multiple entries of only three aliases.
I had to go into the database and delete the recurring entries.
DELETE FROM `hosting_site_alias` WHERE `hosting_site_alias`.`vid` = 1684 AND `hosting_site_alias`.`nid` = 1591
I am placing this here in case someone has the same issue one of these days.
Comments
Comment #1
adrian commentedi think this was related to a race condition in cron.