Difference between revisions of "Mantis"

From Amahi Wiki
Jump to: navigation, search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Apps]]
 
[[Category:Apps]]
  
=== UPGRADE INSTRUCTIONS ===
+
* On the Login page, if you see <b><i>Warning: The database structure may be out of date. Please upgrade here before logging in.</i></b> then database upgrade is required.  Otherwise, no action is required. 
If you see <i>Warning: The database structure may be out of date. Please upgrade here before logging in.</i>, select <u>here</u> and then choose Install/Upgrade Database.  No user name or password required.  Scroll to the bottom of the browser and select <u>Continue</u>. Next, you will need to remove the <u>Admin </u> directory to complete the upgrade.  Enter the following in a terminal window:
+
 
<ul>
+
===== DATABASE UPGRADE INSTRUCTIONS =====
<li> su - </li>
+
* Select <b>here</b>
<li> Enter your root password</li>
+
* Choose <b>Install/Upgrade Database</b>.  No user name/password required and ignore warning about user name/password being blank.   
<li> rm -rf /var/hda/web-apps/mantis/html/admin</li>
+
* Scroll to the bottom of the browser and select <b>Continue</b>.
<li> Close terminal window</li>
+
 
<li> Refresh your browser to complete upgrade</li>
+
* You will also see a <b><i>Warning: The Admin directory needs to be removed.</i></b> Enter the following in a terminal window:
</ul>
+
 
 +
su -  
 +
* Enter your root password
 +
 
 +
rm -rf /var/hda/web-apps/mantis/html/admin
 +
 
 +
* Close terminal window
 +
* Refresh your browser to complete upgrade

Latest revision as of 01:14, 3 March 2010


  • On the Login page, if you see Warning: The database structure may be out of date. Please upgrade here before logging in. then database upgrade is required. Otherwise, no action is required.
DATABASE UPGRADE INSTRUCTIONS
  • Select here
  • Choose Install/Upgrade Database. No user name/password required and ignore warning about user name/password being blank.
  • Scroll to the bottom of the browser and select Continue.
  • You will also see a Warning: The Admin directory needs to be removed. Enter the following in a terminal window:
su - 
  • Enter your root password
rm -rf /var/hda/web-apps/mantis/html/admin
  • Close terminal window
  • Refresh your browser to complete upgrade