Drupal Maintenance
Drupal 4.7 Site and Database Backups
How do I keep my Drupal 4.7 site(s) backed up?
There are several modules to help you:
- backup.module Creates an on-demand tarball backup of your database and site files, and downloads them to your browser.
- Database Administration module Allows interactive backup of database tables (among other things.)
Another approach is to build a shell script that dumps your database tables and site files into a gzipped tar file on a regular schedule, and set up a unix/linux cron job. (Or, if you are Windows-bound, and have control of the task scheduler and other appropriate permissions, you can schedule a batch file to do the same thing, asssuming all the necessary command line utilities are available to you on the Windows machine. YMMV.)read more »
Useful Drupal 4.7 Administrative SQL Queries
Quite often, it is necessary to perform batch operations on a drupal-based site - operations on multiple users, or multiple nodes, for example, and the administrative interfaces don't support the desired operation.
I've put together a list of my favorite queries on this page. I'll update these as time permits. read more »


Recent comments
13 hours 27 min ago
5 days 2 hours ago
1 week 5 hours ago
1 week 1 day ago
1 week 5 days ago
2 weeks 1 day ago
2 weeks 3 days ago
2 weeks 3 days ago
2 weeks 5 days ago
4 weeks 2 days ago