Hi. >"to upgrade BH (library/ plugins) code and (optionally) dependencies, then run >trac-admin >upgrade ."
I was think of trac-admin upgrade, but I haven't tried it as I am not sure whether it will magically add the new tables to the DB and relevant python code related to product hierarchies. How do we upgrade the BH library/plugins and which ones? And what will happen to the existing components/version/etc that should not belong to a product but currently have the product column as empty in 0.5.3 version? Will they disappear from the UI? My hunch is that the plausable default output will not be a favourable one so I was hoping for a comment from someone who coded the product hierarchy changes of 0.6. Thanks Serge ________________________________ From: Olemis Lang <[email protected]> To: [email protected]; Serge Bykov <[email protected]> Sent: Sunday, July 28, 2013 11:18 PM Subject: Re: Upgrading 0.5.3 to 0.6 On 7/26/13, Serge Bykov <[email protected]> wrote: > Hi. > :) > We like the new hierarchical layout of 0.6 \o/ > and were wondering what is the > upgrade path to take an installed version of 0.5.3 to 0.6 properly? > I honestly have not tried the upgrade path myself recently . I'm guessing that the recommended procedure will be to upgrade BH (library / plugins) code and (optionally) dependencies, then run trac-admin upgrade . Have you tried that option ? Have you experienced any issues ? > Also note, the Jira2Trac utility breaks on ticket.create() when running > directly against 0.6 and the components/milestones/versions/etc are > invisible in the new layout after imported by the utility as product column > is empty. > I've not reviewed it's code, but this makes me wonder about whether it's a script writing directly to the DB tables . Anyway, at this moment afaik the only things needed after import are: 1. add product prefix in `product` columns . 2. Move attachments somewhere inside /products env folder These adjustments have to be performed by hand . Maybe there's a better way to get this done ... but I do not know of any . -- Regards, Olemis - @olemislc Apache™ Bloodhound contributor http://issues.apache.org/bloodhound http://blood-hound.net Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article:
