Difference between revisions of "Bugzilla"
Line 57: | Line 57: | ||
Access Administration/Parameters/Email and then select "smtp" as mail_delivery_method, "localhost" as smtpserver and blank smtp_username, and smtp_password, and un-select SSL. | Access Administration/Parameters/Email and then select "smtp" as mail_delivery_method, "localhost" as smtpserver and blank smtp_username, and smtp_password, and un-select SSL. | ||
+ | |||
+ | === Migrating data from previous version === | ||
+ | Before overwriting or uninstalling the previous version you can dump the data from the database:<syntaxhighlight lang="shell"> | ||
+ | mysqldump -u bugzilla -p bugzilla > bugzilla.sql | ||
+ | |||
+ | or | ||
+ | |||
+ | mysqldump105 -u bugzilla -p bugzilla > bugzilla.sql | ||
+ | |||
+ | </syntaxhighlight>and then import it into the "new" database:<syntaxhighlight> | ||
+ | mysql bugzilla < bugzilla.sql | ||
+ | </syntaxhighlight>and finally run the checksetup.pl bugzilla script to make sure that the database is upgraded to the latest structure (but retains the data).<syntaxhighlight> | ||
+ | /usr/share/bugzilla/checksetup.pl | ||
+ | </syntaxhighlight> | ||
=== Uninstall === | === Uninstall === |
Revision as of 09:21, 15 June 2022
bugzilla logo | |
Maintainer | Unnilennium |
---|---|
Url | https://nextcloud.com |
Licence | AGPLv3 |
Category | |
Tags | bugs, bug, coding, tickets, project management |
Bugzilla for SME Server
Maintainer
Version
Description
Bugzilla is a Web-based general-purpose bugtracker and testing tool originally developed and used by the Mozilla project, and licensed under the Mozilla Public License.
Released as open source software by Netscape Communications in 1998, it has been adopted by a variety of organizations for use as a bug tracking system for both free and open source software and proprietary projects and products. Bugzilla is used, among others, by Mozilla Foundation, Wikimedia Foundation, WebKit, NASA, Yahoo!, GNOME, KDE, Apache, Red Hat and Novell.....And the best of all : The SME Server project.
Installation
yum install smeserver-bugzilla --enablerepo=smecontribs
yum --enablerepo=smecontribs install smeserver-bugzilla
signal-event post-upgrade; signal-event reboot
Go to http://yourdomainsme/bugzilla and then perform the login in your web browser.
Before that you have to find your login credentials
See your email and you password
by the db command choose the AdminPassword
config show bugzilla
login as "admin " with the password as above.
You then have to set the local email details:
Access Administration/Parameters/Email and then select "smtp" as mail_delivery_method, "localhost" as smtpserver and blank smtp_username, and smtp_password, and un-select SSL.
Migrating data from previous version
Before overwriting or uninstalling the previous version you can dump the data from the database:
mysqldump -u bugzilla -p bugzilla > bugzilla.sql
or
mysqldump105 -u bugzilla -p bugzilla > bugzilla.sql
and then import it into the "new" database:
mysql bugzilla < bugzilla.sql
and finally run the checksetup.pl bugzilla script to make sure that the database is upgraded to the latest structure (but retains the data).
/usr/share/bugzilla/checksetup.pl
Uninstall
yum remove smeserver-bugzilla signal-event post-upgrade; signal-event reboot
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-bugzilla component or use this link .
Below is an overview of the current issues for this contrib:
Changelog
Only released version in smecontrib are listed here.
2022/07/25 Jean-Philippe Pialasse 1.0-7.sme
- update to httpd 2.4 access syntax [SME: 12038]
- Switch-to-mariadb-105 for SME10 and add -update event [SME: 11977]
- Fix transaction failure with --ignoredirs in genfilelist [SME: 11977]
- fixing admin pass too long [SME: 7902]
- fixing localconfig path to etc