When i tried to make a backup with these settings:

  • Backup Source: Default Drupal Database
  • Backup Destination: Private Files Directory

The next error are shown:
Notice: Undefined index: settings_profile_id in Drupal\backup_migrate\Form\BackupMigrateQuickBackupForm->submitForm() (line 84 of modules/backup_migrate/src/Form/BackupMigrateQuickBackupForm.php)

But the backup of the database are correctly created:

  • backup-2016-12-08T23-39-14.mysql.info
  • backup-2016-12-08T23-39-14.mysql
CommentFileSizeAuthor
#2 backup_migrate-2834178-2.patch562 bytespifagor
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merolhack created an issue. See original summary.

pifagor’s picture

Status: Active » Needs review
FileSize
562 bytes

patch

merolhack’s picture

Status: Needs review » Fixed

Thanks, it works with the Quick Backup!!

szeidler’s picture

Status: Fixed » Reviewed & tested by the community

Status "Fixed" for a technical issue should only be set when a maintainer resolves the issue by committing a change, eg. with the provided patch.

  • ronan committed 5edc44a on 8.x-4.x authored by pifagor
    Issue #2834178 by pifagor: Notice: Undefined index: settings_profile_id
    
ronan’s picture

Status: Reviewed & tested by the community » Fixed

Applied. Thanks!

Status: Fixed » Closed (fixed)

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

pifagor’s picture