Re: [rt-users] Batch user add to group

2012-08-23 Thread reg.bestpractical
Giuseppe, my $User = RT::User-new($Email); * #my ($id,$Message)=$User-Create(Name=$UserName,EmailAddress=$Email,Privileged =1,Password='apassword');* [..] Except I don't want to create a user, I want to load a user from the RT user database. Is that possible? I've been searching for a couple

Re: [rt-users] MySQL Scaling for a large instance

2012-03-16 Thread reg.bestpractical
David, Do you know of any successful MySQL proxy implentations with RT ? You should not really use any MySQL replication-based solution for database load distribution unless application was designed with that in mind or at least adjusted to work in such architecture. This is even more true