Migration from 0.8.0.devel.2268 to 0.8.4.stable
Added by pierre 11 over 16 years ago
Hi,
Me and my team are currently migrating our server.
we used to have a Gentoo with Redmine 0.8.0.devel.2268 installed, and are now turning to a Debian based system
with Redmine 0.8.4.stable.
there is not so much environment change :
About your application's environment Ruby version 1.8.6 (x86_64-linux) RubyGems version 1.3.1 Rails version 2.1.2 Active Record version 2.1.2 Action Pack version 2.1.2 Active Resource version 2.1.2 Action Mailer version 2.1.2 Active Support version 2.1.2 Application root /opt/redmine Environment development Database adapter mysql
About your application's environment Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.3.1 Rails version 2.1.2 Active Record version 2.1.2 Action Pack version 2.1.2 Active Resource version 2.1.2 Action Mailer version 2.1.2 Active Support version 2.1.2 Application root /opt/redmine Environment development Database adapter mysql
but the structure of the database is quite different.
is there a way to deploy the old database to the new server ? (without having to upgrade the old server)
thanks :)
Replies (1)
RE: Migration from 0.8.0.devel.2268 to 0.8.4.stable
-
Added by Eric Davis over 16 years ago
is there a way to deploy the old database to the new server ? (without having to upgrade the old server)
If you use mysqldump, you can import that onto your Debian server. Then you can follow the standard upgrade process to go from 0.8.0 to the development version. Step 4 "Update the database" will apply the changes to the database structure.
Eric