Posted by not-anymore-use... on October 30, 2009 at 7:01pm
5 followers
| Project: | Backup and Migrate |
| Version: | 7.x-2.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
I'm using backup_migrate for quite some time on several sites.
On one site, I just saw, that the scheduled backup runs twice, everytime the schedule gets active (see attached image). As you can see, that was not the case, when it ran the first time.
Ideas?
EG
| Attachment | Size |
|---|---|
| backup.png | 7.09 KB |
Comments
#1
IS this happening with the 2.x branch?
#2
Sorry, I can't remember on which site this problem occured. Maybe it's gone with 6.x-2.2. I'll re-open the issue, if it comes up again.
#3
I deleted old schedule and create a new one. After this schedule starts run twice every night. See attachment.
Cron runs every 10 min. Using last version Backup and Migrate 2.4
Due to the fact DB is quite big (200Mb) backup takes ~ 497604.58 ms.
#4
After changing compresion mode from GZip to No_compression module works smoothly.
#5
This happens with Drupal 7 and 2.1 version of Backup and Migrate module as well.
#6
Does everybody who has this problem have a high cron rate and large db? The run times listed in premanups is approaching the cron frequency so it's possible that he next cron job is starting before the first one ends.
#7
I have the same problem. It's a large database, and cron is called frequently, but I'm using Elysia Cron to only run backup_migrate_cron once a day.
I get two backups every night at the same time, or at least within a minute of each other. The first succeeds, the second fails with a time out.
Actually, it's probably time I changed the site's cron from HTTP to CLI.
[edit: backup takes on average around 10 minutes]
[edit: now that the cron job is run via Drush rather than HTTP, it's working fine]