Changes

Jump to navigation Jump to search
464 bytes added ,  04:46, 26 July 2022
Line 44: Line 44:  
</tab>
 
</tab>
 
</tabs>
 
</tabs>
Go to http://yourdomainsme/bugzilla and then perform the login in your web browser.
+
Go to http://yourdomain.sme/bugzilla and login as admin in your web browser.
   −
Before that you have to find your login credentials
+
* email : admin@yourdomain.sme
 +
* password : is given by
 +
  config getprop bugzilla AdminPassword
   −
See your email and you password
+
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:<syntaxhighlight lang="shell">
 +
mysqldump -u bugzilla -p bugzilla > bugzilla.sql
   −
by the db command choose the AdminPassword
+
or
config show bugzilla
  −
login as "admin " with the password as above.
     −
You then have to set the local email details:
+
mysqldump105 -u bugzilla -p bugzilla > bugzilla.sql
   −
Access Administration/Parameters/Email and then select "smtp" as mail_delivery_method, "localhostas smtpserver and blank smtp_username, and smtp_password, and un-select SSL.
+
</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 ===
    
  yum remove smeserver-bugzilla
 
  yum remove smeserver-bugzilla
signal-event post-upgrade;  signal-event reboot
      
=== Bugs ===
 
=== Bugs ===
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu