I need change the settings in a backup profile. When I change the Compression to Gzip, this settings don't change and give me this error:

user warning: Unknown column 'filters' in 'field list' query: UPDATE backup_migrate_profiles SET name = 'my_profile', exclude_tables = 'a:0:{}', source_id = 'db_url:default', nodata_tables = 'a:0:{}', filename = 'JosWebsite', append_timestamp = 1, timestamp_format = 'Y-m-d\\TH-i-s', filters = 'a:1:{s:11:\"compression\";s:4:\"gzip\";}' WHERE profile_id = 1 in /home/netlite/www/includes/common.inc on line 3425.

Also, when I create a new profile, give me this error:

user warning: Unknown column 'filters' in 'field list' query: INSERT INTO backup_migrate_profiles (name, exclude_tables, source_id, nodata_tables, filename, append_timestamp, timestamp_format, filters) VALUES ('SecondProfile', 'a:0:{}', 'db_url:default', 'a:10:{s:5:\"cache\";s:5:\"cache\";s:12:\"cache_filter\";s:12:\"cache_filter\";s:10:\"cache_menu\";s:10:\"cache_menu\";s:10:\"cache_page\";s:10:\"cache_page\";s:11:\"cache_views\";s:11:\"cache_views\";s:14:\"search_dataset\";s:14:\"search_dataset\";s:12:\"search_index\";s:12:\"search_index\";s:12:\"search_total\";s:12:\"search_total\";s:8:\"sessions\";s:8:\"sessions\";s:8:\"watchdog\";s:8:\"watchdog\";}', 'JosWebsite', 1, 'Y-m-d\\TH-i-s', 'a:1:{s:11:\"compression\";s:4:\"gzip\";}') in /home/netlite/www/includes/common.inc on line 3425.

Comments

netlite’s picture

Also, the message is

Profile setting saved: SecondProfile

But this new profile are missing. It only appears my frist backup profile

ronan’s picture

Sorry about that. I forgot to update the install file. Grab the latest dev when it rolls, and then run update.php. You may or may not see a warning about the source_id field, but you can ignore that.

Thanks
Ronan

ronan’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.