[TOC]
In case you are using old OS Property versions or in another site (with different Joomla DB prefix). You won't use DB Backup and Restore function to migrate data. But you can do follow these steps to implement data migration.
Notice: When you export database to .sql file, please add option: Drop tables if exists
The database table prefix is a string (a few characters long) prepended to the name of Joomla!'s tables. Using a prefix enables you to run multiple installations of Joomla! using a single database.
The database table prefix can be set during installation. Changing it later is possible, but requires access to the database through a non-Joomla medium or a Joomla Extension such as Akeeba Admin Tools and will cause some downtime.
Extension developers need to use the string #__ to represent the prefix. This will be replaced by the real prefix during runtime by Joomla.