Bugzilla

Emmanuel Seyman emmanuel at seyman.fr
Wed May 12 10:00:50 UTC 2021


* John Claessen [12/05/2021 09:03] :
>
> Hi,

Hello, John.

> We have a server running Centos 6.5 with Bugzilla installed on it, probably
> Bugzilla 2.20. Checksetup.pl doesn't display the Bugzilla version. So first
> I need to know how to find out the version which I am running.

Your Bugzilla instance should show its version on the front page.

Failing that, you should have a Bugzilla/Config.pm file which contains
the version as a Perl variable. Over time, this became a constant and
moved to Bugzilla/Constants.pm so feel free to look around.

>                                                                If it is
> version 2.20 I need to update it to the latest supported version. On the new
> server running Centos 7 I cannot install Bugzilla 2.20 because I don't have
> the source anymore and also cannot download it.

For the record, you can clone the git repository on github and go to the
bugzilla-2.20 tag. This will give you the corresponding source code.

Contact me if this isn't feasible. I'm pretty sure I have the source
tarball somewhere on my drive.

>                                                 Can I install the newer
> version and convert the database to this new version, are there any
> instructions about this?

Yes, the newer version will handle any steps that need to be done.
See https://bugzilla.readthedocs.io/en/5.0/installing/upgrading.html
for the gory details.

Emmanuel


More information about the support-list mailing list