This forum is no longer active. Please post your questions to our new community site

Recent Posts by lum

Subscribe to Recent Posts by lum 17 post(s) found

14 Jun, 2011 08:25 PM
Avatar lum 17 post(s)

Topic: Redmine / Upgrading to Redmine 1.2 on an older stack

What about ports for SVN and MySQL? When I go to install to another location, it asks for which ports those should be on too. And does the redmine stack now include subversion? is there a way to not include it (we are using VisualSVN server instead).

Basically, I would like to run two instances at the same time,so I can make sure everything just works.

 
03 Jun, 2011 01:03 PM
Avatar lum 17 post(s)

Topic: Redmine / Upgrading to Redmine 1.2 on an older stack

Two questions from that:

1) The migrate task is on the ‘NEW’ Bitnami install, as in I would install the new redmine stack (on another port), then import my DB, then run the migrate, then be good to go? Any documentation/walk-through on this?

2) This will be on Windows 2008. I can install a complete new stack on that same machine? And once I have the migration from our old to new, can I uninstall the old (how does it know which one to remove), and then tell the ‘new’ one to use port 8080 again?

 
01 Jun, 2011 12:52 PM
Avatar lum 17 post(s)

Topic: Redmine / Upgrading to Redmine 1.2 on an older stack

We started with bitnami and the redmine stack somewhere around .8.7 I think. Since then we have upgraded a few times, and currently running Redmine 1.0.1 on this stack. This has always worked ok for us rather than a few issues, following the upgrade process you provided.

I noticed that Redmine 1.2 requires an upgrade to Rails. Should one follow the update notes provided by Redmine and do’gem install rails -v=2.3.11’ in the Bitnami setup?

I also noticed (since the last time I looked) you provide some documentation how to upgrade the entire stack (or at least install a new stack and migrate too it).

I was wondering if it would be better to download the new stack and upgrade everything, and then just import our old Redmine setup into it?

And if so,how do I export my 1.0.1 sql, import it into a new stack running 1.2? Where does it go through and update the DB changes?

Finally, can you run to instances at the same time? For example, could I run one instance on port 8080 and a test on 9090 or something? Or would it have to be on another box?

 
05 Apr, 2010 01:09 PM
Avatar lum 17 post(s)

Topic: Redmine / Redmine proxy error after hours of no use, fresh install

bumping this up.

 
31 Mar, 2010 12:13 PM
Avatar lum 17 post(s)

Topic: Redmine / Redmine proxy error after hours of no use, fresh install

Ok..this patch did not work. What can I do to not have it crash every morning?

 
30 Mar, 2010 01:17 PM
Avatar lum 17 post(s)

Topic: Redmine / Redmine proxy error after hours of no use, fresh install

where should this be actually added in the bitnami stack?

 
26 Mar, 2010 01:33 PM
Avatar lum 17 post(s)

Topic: Redmine / Redmine proxy error after hours of no use, fresh install

no, is that just adding those 3 lines to that file?

 
22 Mar, 2010 12:58 PM
Avatar lum 17 post(s)

Topic: Redmine / Redmine proxy error after hours of no use, fresh install

I have had this problem before with an upgrade from .8.7 → .9.1, and ended up having to have a script run every morning before people come in to wake it up.

I just recently installed this on a fresh win2k8 server, and your .9.3 download. This has the same problem.

It appears that MySQL and Ruby are timing out. Refreshing the page solves the problem.

Do you have a recommended fix for this?

 
12 Feb, 2010 02:31 PM
Avatar lum 17 post(s)

Topic: Redmine / Redmine Proxy Error after hours of no use

Ive heard in some cases that its due to mongrel and mysql timing out. But was hoping we could get a heads up on how to get around this before having a sched. task hit the site every few hours.

 
10 Feb, 2010 08:32 PM
Avatar lum 17 post(s)

Topic: Redmine / Redmine Proxy Error after hours of no use

I am using Windows.

Looking on the other post, ours is def. something server side. Any user that accesses it ‘first’ that morning ends up getting this error. if they refresh, it then usually starts working for them and everyone else.

 
09 Feb, 2010 12:39 PM
Avatar lum 17 post(s)

Topic: Redmine / Redmine Proxy Error after hours of no use

any feedback?

 
05 Feb, 2010 12:44 PM
Avatar lum 17 post(s)

Topic: Redmine / Redmine Proxy Error after hours of no use

Mostly every morning, Redmine crashes on start with a Proxy error. Im assuming this is a timeout issue (with mysql and mongrel), but not sure what to do. It seems every morning when I go to our Redmine install, it will crash, but then when I reload the page, it will start.

 
02 Feb, 2010 12:49 PM
Avatar lum 17 post(s)

Topic: Redmine / Moving MySQL installation

Unfortunately, this is on a Windows box. Can I just update the my.ini file to point to the new location, put the files there, and then start up mysql again?

 
02 Feb, 2010 12:48 PM
Avatar lum 17 post(s)

Topic: Redmine / redmine 0.9.1 released

Will there be a big difference from taking the .87 version to your .91 version? As in – I just did the upgrade myself, am I missing anything from using the new version?

 
01 Feb, 2010 06:44 PM
Avatar lum 17 post(s)

Topic: Redmine / Upgrade to trunk (r2888) on Windows

I know this is an old post – but I just had this same problem. Copy the libmysql.dll from mysql/bin to ruby/bin, restart services. If that doesnt work, do a gem install mysql, then copy that dll, and try again. This worked for me to upgrade from .87 to .91

 
01 Feb, 2010 06:41 PM
Avatar lum 17 post(s)

Topic: Redmine / Moving MySQL installation

How does one move the MySQL install to another disk on the same machine? I thought it was just updating the my.ini file, but I don’t see anything in there that points to its ‘current’ location.

 
01 Feb, 2010 06:40 PM
Avatar lum 17 post(s)

Topic: Redmine / Proxy Error after upgrade to Redmine SVN trunk

I followed these instructions and now have .9.1 running. After a bunch of debuging, I checked my mongrel.log which mentioned that the mysql was outdated. I did a ‘gem install mysql’, which still returned the same error. I then copied the libmysql.dll from the mysql/bin directory to the ruby/bin directory, and things ‘just worked’.