How can I do Redmine migration from windows to linux?
Added by Kunmyon choi over 15 years ago
I'm using windows server to hosting Redmine.
But I can not utilize "watch" for now.
So I want to change the server to linux.
How can I migrate Redmine from windows to linux server?
Replies (6)
RE: How can I do Redmine migration from windows to linux? - Added by Josh Castle over 14 years ago
I know this post is old, but bump
RE: How can I do Redmine migration from windows to linux? - Added by Felix Schäfer over 14 years ago
Does the DB server migrate too, or does it stay on the machine it is now?
RE: How can I do Redmine migration from windows to linux? - Added by Kunmyon choi over 14 years ago
Yes, the server is too old now.
RE: How can I do Redmine migration from windows to linux? - Added by Felix Schäfer over 14 years ago
The just take your database and the redmine application dir to your linux server, adapt the configuration, there shouldn't be more to it.
RE: How can I do Redmine migration from windows to linux? - Added by Josh Castle over 14 years ago
How exactly does one "adapt the configuration"?
RE: How can I do Redmine migration from windows to linux? - Added by Felix Schäfer over 14 years ago
Well, if you take the database from one server to another, you'll have to at least change the redmine_dir/config/database.yml to reflect those changes, the rest too as needed.