Forum archive
Migrating old Redmine Turnkey (13) to new Turnkey Redmine (17)
hello, I need to migrate the old turnkey redmine to a new one, I want to do it manually without TKLBAM, I can’t find documentation on migration, I don’t know where to start and what to configure, because it’s not clear at all, and regarding the database, in the old The muscle scheme is different from the old one, if I dump the database and migrate tables or columns one at a time, won’t anything break? Give me your advice on how to migrate
Hi Medina, I've responded in detail to your Hub support post re migrating using TKLBAM. You may no longer need these questions answered, but for completeness, I'll answer these questions here too.
Unfortunately, as you've probably noticed, the oldest version we still have on our mirror is v14.2. You may find older versions somewhere online (I recall that there was an old mirror somewhere). Another option may be to use archive.org (aka "wayback machine") although I can't confirm.
Manually migrating from v13.x to v14.2 should go ok. Although as I don't have a copy of v13.x available and wasn't as closely involved with TurnKey back then, I'm not 100% sure. Having said that, gauging from your Hub support request, I'm guessing that you managed it ok?
The Redmine upgrade process should migrate the database schema from the old layout to the newer one. Having said that, to load in your database content, you may need to manually drop the existing DB.
To do that, first check the database name (IIRC it should be "redmine" but I'm not 100% sure). Do that like this:
Then assuming that it is called "redmine", drop it like this: