Re: [rt-users] RT 3.8.8 upgrade stacked on database upgrade

2015-07-02 Thread Jeffrey Pilant
Joop wrote: >Have a look at the upgrade-articles script and see if other things might >be missing. From the above it looks like the 'update links' step didn't >work out OK. I checked the script. The Links were already done before the error. The Transactions, failed, but my manual update did the e

Re: [rt-users] RT 3.8.8 upgrade stacked on database upgrade

2015-07-02 Thread Jeffrey Pilant
On 02/07/15 14:55, Josep Manel Andr?s wrote: > make upgrade-database > > And at this point the upgrade stops and drops an error (after filling up > the disk). I've got a 10G database within a 100G hard drive, : : > The file that is taking up the space is: > > #sql-ib162-2876089901.ibd nearly 80

Re: [rt-users] Code to get list of a custom field's values (almost there)

2015-07-02 Thread Barton Chittenden
In this case, $client is a reference to a hash. You can't print it directly, but you can print the contents using Data::Dumper. I think this should work: use Data::Dumper; my $clientcustomfield = RT::CustomFieldValues->new($RT::SystemUser); $clientcustomfield->LimitToCustomField(45); my $clients

Re: [rt-users] RT 3.8.8 upgrade stacked on database upgrade

2015-07-02 Thread Josep Manel Andrés
Well, I've just realized that the schema upgrade was not needed for moving from 3.8.8 to 4.x.x, but however I have had the same issue, the hard drive is filling when doing: make upgrade-database On 02/07/15 14:55, Josep Manel Andrés wrote: Hi all, I went through all the documentation that I'v

[rt-users] RT 3.8.8 upgrade stacked on database upgrade

2015-07-02 Thread Josep Manel Andrés
Hi all, I went through all the documentation that I've found to upgrade from 3.8.8 to 4.2.11(from old server to a new one) so what I am doing is: I am using SLES12, MariaDB 10.0.16 -Create DDBB for the rt04 MariaDB [(none)]> create database rt4; -Load rt3 dump to the new DDBB named rt4 mysql -