A couple of years ago I installed a test wiki and sort of let it drop when I couldn't get interest from others. Now I want to try again. I need to deletele the old version for which I have lost my install notes and install version 1.11 and start over.
How do I remove a wiki and all its pieces? .....Brian
I don't know if there is a script to do it but it would seem to me that removing the database (in MySQL or PGSQL) and the Wiki directory should do the trick.
On Nov 16, 2007 1:54 PM, bdk@unb.ca wrote:
A couple of years ago I installed a test wiki and sort of let it drop when I couldn't get interest from others. Now I want to try again. I need to deletele the old version for which I have lost my install notes and install version 1.11 and start over.
How do I remove a wiki and all its pieces? .....Brian
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
bdk@unb.ca wrote:
A couple of years ago I installed a test wiki and sort of let it drop when I couldn't get interest from others. Now I want to try again. I need to deletele the old version for which I have lost my install notes and install version 1.11 and start over.
How do I remove a wiki and all its pieces? .....Brian
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Delete files (e.g. rm -rf /www/mywikiroot/w/ ). Delete database (e.g. DROP DATABASE mywiki; on mysql client). Done.
MinuteElectron.
mediawiki-l@lists.wikimedia.org