Re: [EXT] Re: Bugzilla

Emmanuel Seyman <[email protected]> Wed, 12 May 2021 15:48:11 +0200
Newsgroups gmane.comp.mozilla.devel.webtools
Message-ID <[email protected]>
* John Claessen [12/05/2021 11:50] :
>
> In the Bugzilla/Config.pm File I find $Bugzilla::Config::VERSION =
> "2.21.1++mspd", this seems to be a development snapshot version, does this
> mean I first need to upgrade to version Bugzilla 2.22.7 and from there on
> follow the instruction in the link below?

'2.21.1+' sounds like a snapshot of 2.21.1 with a number of changes
added to it. I have no idea what '+mspd' means.

FTR, your database schema should look like this:
http://schema.seyman.fr/bugzilla/schema?action=single&version=2.21.1&view=View+schema

There shouldn't be any need to update to an intermediary version.
Whatever version you install will update the database schema to match.

While I'm at it, this might interest you:
https://blog.fedora-fr.org/eseyman/post/Installing-Bugzilla-on-RHEL/Centos-7.x

Emmanuel