FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » how to download newsgroups for first time
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: how to download newsgroups for first time [message #21693 is a reply to message #21691] Fri, 10 December 2004 19:49 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
Removal of topics/messages can be done via the prunning admin control panel. However if you intend to delete everything the easiest way to do it would be like this:

DELETE FROM fud26_msg;
DELETE FROM fud26_users WHERE id > 2;

(I's important you leave the 1st 2 users since the 1st is the "special anon user" and the 2nd is the admin user).

Once those two queries are executed, run the forum's consistency checker.

You can certainly run 2 NNTP import processes as long as they import from unrelated news groups.

As far as the initial import goes you can either wait or make the forum start from a certain message so only the latest 1000 messages are imported rather then all 50,000.


FUDforum Core Developer

[Updated on: Fri, 10 December 2004 19:50]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: newsgroups error splitting content?
Next Topic: users are unable to register with the forum, SQL error, fresh install
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Jul 08 02:26:39 GMT 2024

Total time taken to generate the page: 0.05130 seconds