Re: [rt-users] [SOLVED] Restoring from backup - admins lost privileges

2015-02-24 Thread Alex Vandiver
On Fri, 13 Feb 2015 18:41:45 + Andrew Wippler andrew.wipp...@lancasterbaptist.org wrote: After a few hours of sleep, I managed to get it working with this code: [snip] For posterity, this is not the solution you want. If your users did not come across as Privileged, there are likely a

Re: [rt-users] [SOLVED] Restoring from backup - admins lost privileges

2015-02-13 Thread Andrew Wippler
After a few hours of sleep, I managed to get it working with this code: #!/usr/bin/perl use lib /usr/share/request-tracker4/lib; use RT; use RT::Users ; ## you may not need this but what the he use RT::User; use warnings; RT::LoadConfig(); ## Loading RT config RT::Init(); ## Initialise RT my