Getting error message: Could not run restore because the source 'db' is missing.

On my Default Profile Settings under Source states Missing (Default Database) can not under stand why it worked until recently

Can you please help?

Regards,

Colin

CommentFileSizeAuthor
#1 default-settings.png47.48 KBcolinstables

Comments

colinstables’s picture

StatusFileSize
new47.48 KB
invisibleink’s picture

I had the same issue on a bitnami drupal stack site, where the unix socket file is defined in settings.php.
Fixed by making a sym link from the default location (/tmp/mysql.sock) to the one defined in settings.php

Maybe backup_migrate is not checking for the non-standard socket file location in the databases array?

By the way, this is an indespensible and highly-loved module! We all sleep better because of your work. Thanks!

zmove’s picture

Same issue here.

The 2.5 version works, the 2.7 doesn't. So I think it's a backup and migrate issue only.

Regards,

Alex

ronan’s picture

Status: Active » Closed (duplicate)

I'm consolidating the missing db issues in 2.7 to this issue: #1999410: Could not run backup because the source 'db' is missing.. There's a patch there to try out.

Thanks

colinstables’s picture

Priority: Critical » Normal
Status: Closed (duplicate) » Fixed

Thanks for all your comments i fixed the problem and for all those who have the same problem here is what i did.

1. Make sure you have an download from your control panel the data base PHPMyAdmin or an old data base from Backup and Migrate.

2. Download sites folder from your drupal installation

3. Delete data base and drupal installation

4. Install new database and drupal installation

5. Check that source 'db' is NOT missing

6. Restore data base

7. Upload sites folder

That's it should now have Fixed the problem have fun

Regards,

Colin

Status: Fixed » Closed (fixed)

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

ivnish’s picture

Assigned: colinstables » Unassigned
Issue summary: View changes