Log in

View Full Version : essential vbulletin maintainance tasks?


halliday06
06-18-2008, 01:49 PM
What sort of tasks should i be doing each month or even weekly?

I know there is some maintainance things you can do, but how essential are they..

what is essential, what isnt, when should i be doing it..

also.... who has Gzip enabled??? is it reccomended. will it save alot of bandwidth?

Videx
06-19-2008, 12:24 AM
Backup Home Directory.
Prune inactive users, old threads, etc.
Check the mod / admin logs for suspicious activity and prune them.
Run a repair / optimize on the database (easiest to turn off the board first).I forget where I found these, but I keep a wiki with these and a few other monthly tasks listed.

I also do daily local backups of the db.

I have gzip on, why not?

Dismounted
06-19-2008, 07:14 AM
Running a repair/optimise on the database is not necessary and really shouldn't be run unless you need to.

If you have mod_gzip (Apache 1.x) or mod_deflate (Apache 2.x) installed, do not enabled GZIP compression inside vBulletin's Admin CP - this leads to "double processing". If you don't however, you should enable it and set the compression level to 1, any more will waste CPU cycles.

halliday06
06-19-2008, 08:04 AM
thanks for the replied..

what does Prune mean???

and how can i find out if i need gzip on or not?

Dismounted
06-19-2008, 09:46 AM
Please enable public phpinfo() in the Admin CP and provide a link to your board.

Videx
06-19-2008, 02:16 PM
"Prune" means to delete old or unwanted items. We have a politics forum in which people argue all day, usually totally meaningless stuff. To lower db size I would routinely prune (delete) threads older than 30 days.

I kept hoping vb would institute some form of offline archiving, but that may never happen.

Anyway, if you prune like this then you must optimize tables to regain the space.

I too would like to know how PHP info will tell me if I need gzip on. I don't see anything in the manual about 'public php info'. But even if I did, I'm sure you don't want to have to look at everyone's boards?

Is this relevant?
HTTP_ACCEPT_ENCODING gzip,deflate
_SERVER["HTTP_ACCEPT_ENCODING"]gzip,deflate
_ENV["HTTP_ACCEPT_ENCODING"]gzip,deflate

Opserty
06-19-2008, 02:25 PM
The only essential thing you really need to do is to make regular backups, in case something goes wrong with your site.

Dismounted
06-20-2008, 10:30 AM
I too would like to know how PHP info will tell me if I need gzip on. I don't see anything in the manual about 'public php info'. But even if I did, I'm sure you don't want to have to look at everyone's boards?
It displays information about PHP and how it is being run. If you are concerned about the security (you shouldn't be), PM me the URL.