Hi, I am having issues with trying to schedule a reoccurring backup for my site. When I manually back-up or download a backup, it works fine, but when I try to schedule one, I get this error:

PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'f5316dedda82302c267e615a27b23669' for column 'schedule_id' at row 1: INSERT INTO {backup_migrate_schedules} (schedule_id, name, source_id, destination_id, profile_id, keep, period, enabled, cron) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8); Array ( [:db_insert_placeholder_0] => f5316dedda82302c267e615a27b23669 [:db_insert_placeholder_1] => BiWeekly Schedule [:db_insert_placeholder_2] => db [:db_insert_placeholder_3] => scheduled [:db_insert_placeholder_4] => default [:db_insert_placeholder_5] => 0 [:db_insert_placeholder_6] => 1209600 [:db_insert_placeholder_7] => 1 [:db_insert_placeholder_8] => 0 ) in drupal_write_record() (line 7376 of /home/wigarden/public_html/includes/common.inc).

The website encountered an unexpected error. Please try again later.

Can anyone please help with my issue? Thank you.

Comments

arelym created an issue. See original summary.

couturier’s picture

Status: Active » Closed (cannot reproduce)

This has not been a typical problem we see with the module, so it may have something to do with your local setup. Also note that the 7.x-2.x branch is being deprecated. I would encourage you to upgrade to the latest 7.x-3.x branch and see if this resolves your issue.