Differences between revisions 1 and 2
Revision 1 as of 2015-12-27 08:30:27
Size: 318
Editor: PieterSmit
Comment:
Revision 2 as of 2015-12-27 08:37:59
Size: 580
Editor: PieterSmit
Comment: Add some log info.
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:

 * logging
   * /etc/moin/moin.wsgi:log.load_config('/etc/moin/logging_configuration_file')
     {{{
     logfile=/tmp/moin.log
     }}}
   * /var/lib/moin/SITE/data contains a '''edit-log''' and '''event-log''' , the event-log can get really big.
   

MoinMoin Manintenance

  • 201512 add some notes on maintaining a long running moinmoin site.
  • removing old pages
    • moin --config-dir=/etc/moin --wiki-url=SITE.COM maint cleanpage > clean.sh
      sh clean.sh  #copies unused and deleted to dir deleted
      rm -r deleted
  • logging
    • /etc/moin/moin.wsgi:log.load_config('/etc/moin/logging_configuration_file')
      •      logfile=/tmp/moin.log
    • /var/lib/moin/SITE/data contains a edit-log and event-log , the event-log can get really big.

...

MoinMoin/Maintenance (last edited 2023-12-23 10:51:47 by PieterSmit)