Migrate webform data to another database

Question:
How to migrate webform data?

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.