Tech:Troubleshooting: Difference between revisions

m
23 revisions imported from techwiki:Troubleshooting
(→‎Server/nginx dies or is unresponsive: or service nginx restart?)
imported>Addshore
m (23 revisions imported from techwiki:Troubleshooting)
 
(6 intermediate revisions by 3 users not shown)
Line 10:
# Make sure the extension is included on extloadwiki
# If the issue persists run 'rebuildLocalisationCache.php --wiki extloadwiki'
# If the issue persists check /var/log/mediawiki/debuglogs/exception.log and fix it!
# Don't try to add global user groups to the ansible playbook, this will cause the localisation cache to screw up and need to be re-run. Instead, create them on Orain Meta via the Global User Groups special pages.
 
===Unknown database errors everywhere===
# Check the dblist located at "/usrsrv/share/nginx/.orain.orgmediawiki/w/all.dblist" looks correct (this should be a list of database|sitename|wikitags)
# If this is incorrect and for example the list is HTML then replace the list with the following "metawiki|Orain Meta|"
# Once this is saved all wikis should be back once the db_list update script is run (which is on a 1 min cron)
; metawiki
<!-- awaiting comments of sysadmins - probably this text should be cleaned up
# With [https://github.com/Orain/ansible-playbook/commit/ec2f525e04863c2a5285991705e6d3487e709993#diff-9f957f2d0351d97a8e2903c3b8d159c5 this commit], metawiki will always be online in the caseevent of an incorrect dblist (and if the get_db_list.py script fails). If the get_db_list.py script fails due to any reason, be sure to temp disable the cronjob for get_db_list.py, copy-paste the dblist from [[:m:Database_list|meta]], remove the pre-tags and save thebecoming filecorrupted.
-->
 
===Ansible Playbook doesn't appear to be updating===
# Is the cronjob for root still there?
# Check /var/log/ansibleans-pullall.log for errors
# Fix them (best bet is probably reverting the changes on github that broke it!)
 
Anonymous user