[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3824: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3827: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3828: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
View topic - Backing Up Your Web sites that utilize databases • SSWT Internet Marketing Forum •

 

This Forum Has Been Archived
*Click Here To Visit The NEW Forum*

 

 


Backing Up Your Web sites that utilize databases

Designing your own website? Need help? Ask your questions and share your favorite resources here... Tables, Forms, Color Scheme & Layout, Scripts, Programs & Resources

Moderators: angienewton, tknoppe, terrapin719, lisamariemary

How often do you backup you databases?

Every 5 minutes
0
No votes
Every Hour
0
No votes
Every 12 hours
0
No votes
Every Day
1
50%
Every Week
0
No votes
Every Month
1
50%
Huh? Backup my Database? (Never)
0
No votes
 
Total votes : 2

Backing Up Your Web sites that utilize databases

Postby jaidai » Fri Sep 15, 2006 8:12 pm

Do you backup your databases? If not, you should or you are setting yourself up for a tearful reality. Databases are not 100% stable and are subsceptible to shutting down or being corrupted. Therefore, you should always consider backing up your database (the technical term for this is running cron jobs)

At the very minimum, you should backup your database once a week, eventhough I suggest once a day.

If you use wordpress it comes with an installed plugin (version 2.0 and above) that will send a database dump to your email account regularly.

Some applications, like wordpress, allow provide you with a database backup utility.

If you use other database applications and have cpanel, cpanel allows you to backup your database.

If you use other database applications and do not have cpanel, there are options you can use to back up the database.
1. MyBackup: http://www.tufat.com/s_mybackup_web_dat ... porter.htm (we use this one)

2. http://www.webbasedcron.com/
This is hosted cron job service - $16 a year.

Also, you should always have a backup of your web site files as well.
User avatar
jaidai
 
Posts: 108
Joined: Fri Jul 07, 2006 5:25 pm

Postby 83camaro » Fri Sep 15, 2006 11:39 pm

I back up every day on some of my database only sites. I just slapped together a little bit of php code to back it up and create a duplicate db. Runs on cron job at 3am and sends me an email to confirm that it has been done. Some of the sites, I actually pull data from localhost (apache, xaamp) and post it to the net and do a local cron job on my home pc.
User avatar
83camaro
 
Posts: 68
Joined: Mon Oct 10, 2005 2:17 am
Location: Lackawanna, N.Y

Re: Backing Up Your Web sites that utilize databases

Postby Lynn Terry » Sat Sep 16, 2006 9:32 pm

User avatar
Lynn Terry
Site Admin
 
Posts: 14504
Joined: Wed Mar 26, 2003 9:01 am
Location: TN, USA

Postby jaidai » Sun Sep 17, 2006 2:04 am

Wordpress 2.0 (and above) have automaticly added the WordPress Database Backup plugin to the Wordpress' plugin section.

Activate this plugin and designate an email addresss for it to run cron jobs every night. What will happen is every night it will backup your database and send to the sql file to whatever email address you designated.

Very convienent!

EDIT: I forgot to mention that you have to also install the wp-cron plugin found at skippy.net. When you combine this plugin with the pre installed WP backup database plugin, you database will automaticly be backup every night at 12am.
User avatar
jaidai
 
Posts: 108
Joined: Fri Jul 07, 2006 5:25 pm


Return to HTML, Web Design & Programming

Who is online

Users browsing this forum: No registered users and 5 guests