Closed (fixed)
Project:
Backup and Migrate
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 09:07 UTC
Updated:
23 Dec 2009 at 22:20 UTC
I have just installed this module and get:
* user warning: Table 'wlvhall_wlvhall.backup_migrate_destinations' doesn't exist query: SELECT * FROM backup_migrate_destinations in /home/wlvhall/public_html/sites/all/modules/backup_migrate/includes/crud.inc on line 612.
* user warning: Table 'wlvhall_wlvhall.backup_migrate_profiles' doesn't exist query: SELECT * FROM backup_migrate_profiles in /home/wlvhall/public_html/sites/all/modules/backup_migrate/includes/crud.inc on line 612.
What do I do to get these tables installed?
Comments
Comment #1
cantthinkofanickname commentedI notice there was some sort of fix for this but where are the instructions on how to apply such fixes?
Comment #2
ronan commentedBest thing you can do at this point would be to disable and then uninstall backup and migrate and then reenable the module. That will remove any backup and migrate settings you have created, but if it you don't have a destination or profile table, then you probably haven't made any changes yet.
Let me know if this works.
Comment #3
cantthinkofanickname commentedronan, when you say "migrate" what do you mean?
Comment #4
ronan commentedMigrate just means moving your database contents from one db to another. Usually that means copying your live site data to your stage or development site for development and testing.