Difference between revisions of "User:TerryE/phpBB3.0.7 Upgrade/Issues and Actions"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Archive Forum Watchdog in closed actions)
(Logfile Retention Policy: Move to closed)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
* Automated backup
 
* Automated backup
 
* Forum watchdog
 
* Forum watchdog
*
 
 
* Oracle branding
 
* Oracle branding
 
* Retiring custom fields
 
* Retiring custom fields
Line 26: Line 25:
 
* I need to discuss this further with the FR proponents of this mod.
 
* I need to discuss this further with the FR proponents of this mod.
 
* Note that for some reason, the ATOM feed link isn't being displayed if the Feed is enable.  I need to investigate this.
 
* Note that for some reason, the ATOM feed link isn't being displayed if the Feed is enable.  I need to investigate this.
 
== Logfile Retention Policy ==
 
 
At the moment I've configured Logfile rotation on the Apache access and error logs on a weekly basis.  At the moment I periodically compress old logs and delete access logs older the 3 months.  Rotation on the MySQL logs is also done on an adhoc basis. I need to implement a simple weekly cron task which:
 
* <s>Rotates the Mysql log</s>  (I have turned off user logging -- no point on our prod system)
 
* BZ2 compresses Apache logs older than one week (remember to use nice)
 
* Deletes the compressed Apache access logs files older than 3 months and error logs older than 6 months
 
 
I have binary logs enabled on Mysql but these are flushed and purged after the nightly backup (see above).
 
  
 
== Basic Management Reporting ==
 
== Basic Management Reporting ==

Latest revision as of 11:16, 30 August 2011

I have included the list of open issues and activities that I intend to carried out as part of the phpBB V3.0.7 upgrade below.

The Core Build

This work is now complete and all ten live NL databases migrated to 3.0.7. See Closed Issues and Actions for details on the process.

Round-off and archive

See Closed Issues and Actions for details on the following completed activities:

  • Automated administrator email responder
  • Automated unactivated users prune
  • Automated backup
  • Forum watchdog
  • Oracle branding
  • Retiring custom fields

I need still need to clean out any temporary archive files, and archive the core set of sh and patch files so that I can pick this up as a basis of a future 3.0.7 -> 3.x upgrade.

Enabling Atom Feeds

A number of the power users on the FR forum used the previous RSS feed. This functionality has been dropped and an equivalent needs reinstituted. The previous mod implementation adopted the Simple RSS mod for phpBB3. However, this mod has significant limitations that I can't ignore; most importantly it bypasses the phpBB access control system, allowing unregistered users to browse closed forums. I didn't get this working properly but this functionality is now superseded by a standard php V306 feature to provide ATOM feeds.

  • We need to investigate its implementation for those forums that want it, as it requires enabling / configuring through ACP.
  • I need to discuss this further with the FR proponents of this mod.
  • Note that for some reason, the ATOM feed link isn't being displayed if the Feed is enable. I need to investigate this.

Basic Management Reporting

Some of the NL forums are clearly active and healthy. Some clearly less so. However, we have no objective measures in place to identify any issues that are arising and any trends that need to trigger additional support for any individual forum that might be having problems. One option here might be to introduce some basic health measures so that we can maintain a simple forum dashboard.

Standardising Forum Configurations

With 10 forums any degree of divergence can cause problems on upgrade and through-life maintenance, so we need to standardise where possible. I am not talking about language packs or basic forum structure but things like the extra BBcodes, permissible file extensions for upload, etc.. If they make sense in one OOo forum then they should be in all.

Write up phpBB 3.0.7 configuration

I have decided to do this in the phpBB wiki because this will be of more interest to phpBB admins rather than OOo Volunteers and NL Admins. I will post the link here when I've done it.

Personal tools