ThinkPHP3.2.3 database backup and Scheduled tasks

Source: Internet
Author: User

1. Requirements: Perform database backups regularly
2. Create a new scheduled task entry file named cron.php (same level directory as index.php)

About $ARGV

Test cron.php

Indexcontroller AA operation method under Home module

First look at the PHP command location

Executes the command through M c A in the cron.php, thus calling the home module under the index controller AA operation method

3. Add a croncontroller.php to the admin module

Execute crontab command

Crontab-e

Back up the database every 10 minutes

At this point, the scheduled task has been done to implement database backup

Note: There is actually a pit, and I added PHP to the system command

cp/opt/lampp/bin/php/usr/sbin/

But the crontab-e is still going to write the full command address.

Mysqldump This command in Croncontroller to write the full command address.

ThinkPHP3.2.3 database backup and Scheduled tasks

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.