Migrate webform data to another database
| Category |
|---|
| drupal, migrate, modules, webform |
| Date Created |
| 5th Apr 2010 |
| Last Updated |
| 9th Jul 2010 |
Migrate webform data to another database
Question
How to migrate webform data
Answer
The webform module creates the following tables:
- webform
- webform_component
- webform_roles
- webform_submissions
- webform_submitted_data
Therefore to migrate backup these tables and then import them into the other database using the backup and migrate module.
Note:
1. A new row is created within webform_submissions for each new submission. The field 'sid' is a unique field which is incremented for each new submission.
