Re: [gitorious] rake db:migrate error

2012-11-02 Thread Scott Allen
Had this same issue during our upgrades last week, but we also had the following: $ rake db:migrate (in /var/www/vmubuntu09.tif.ti.com/gitorious) == AddSuspendedAtToProjects: migrating === -- add_column(:projects, :suspended_at, :datetime, {:default=nil})

Re: [gitorious] rake db:migrate error

2012-10-31 Thread Thomas Kjeldahl Nilsson
Hi Peter and Rodrigo, haven't seen this on my end but I'm helping a customer facing the same issue. Peter, thanks a lot for that reference. We may create a hotfix or hurry up the next minor version to fix this once we've fixed it in master/mainline. cheers, Thomas On 10/30/2012 09:18 PM,

Re: [gitorious] rake db:migrate error

2012-10-31 Thread Thomas Kjeldahl Nilsson
Hi again, we were finally able to reproduce on our end, and have pushed a minor version/hotfix for the issue. http://blog.gitorious.org/2012/10/31/gitorious-2-3-2-released-small-hotfix-for-installationdb-setup-issue/ Peter: I'm closing your merge request as we found a simpler/more direct

RE: [gitorious] rake db:migrate error

2012-10-30 Thread Peter Kjellerstedt
I stumbled upon the same problem the other day when I migrated our server. I have created a merge request https://gitorious.org/gitorious/mainline/merge_requests/220 that should fix the migration (once the MR is completely created, which is taking unusually long...) Otherwise you can find the