Hello! In my module I import users (1000+ users) from another system using every day scheduler job. I create them using MgnlUsersManager and update them if they're already exist. But sometimes something goes wrong and suddenly all users are copied instead of being updating! And I get copies like this:
/admin/john[mgnl:user] /admin/jack[mgnl:user] ... /admin/john[1][mgnl:user] /admin/jack[1][mgnl:user] ... /admin/john[31][mgnl:user] /admin/jack[31][mgnl:user] Sometimes it happens with another JCR nodes - e.g. if you copy some node in the configuration and place it next to the original. When you delete the first node, then the last one, e.g. jack[31] will be deleted, but all others still exist. In the end it leads to huge performance problems and all this duplicates take a lot of disk space. I use Magnolia 4.4.8 and MySQL. Please help! -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=ee0426c6-f7cc-4a9e-bc4c-56369b4c8c9c ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
