Title: export and import
Last modified: August 31, 2017

---

# export and import

 *  Resolved [drrob67](https://wordpress.org/support/users/drrob67/)
 * (@drrob67)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/export-and-import-10/)
 * Hi Nate,
    For a customer I just created a whole new website on a different folder.
   I’m planning to go live tomorrow, but there are still a 20 bookings in the future.
   Is there a simple way to export these and import in the new DB?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/export-and-import-10/#post-9460002)
 * Hi [@drrob67](https://wordpress.org/support/users/drrob67/),
 * I would encourage you to check out [WP All Import/Export](http://www.wpallimport.com/).
   It’s a great tool for selectively pulling out specific things from one database
   and getting them inserted correctly into another database.
 *  Thread Starter [drrob67](https://wordpress.org/support/users/drrob67/)
 * (@drrob67)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/export-and-import-10/#post-9460659)
 * ok I already fixed it. Only thing missing are the email addresses and phone numbers.
   I had a look in the db and filter on post_type RTB-booking but these fields also
   does’nt contain them. I managed to fil this manually but i’m curious where you
   hide these…
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/export-and-import-10/#post-9465890)
 * Hi [@drrob67](https://wordpress.org/support/users/drrob67/),
 * You’re looking for the `wp_postmeta` table. In WordPress, core post data (title,
   content, date) is stored in `wp_posts` and all additional data (except for taxonomies
   like categories and tags) is attached to the `wp_postmeta` table.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘export and import’ is closed to new replies.

 * ![](https://ps.w.org/restaurant-reservations/assets/icon-128x128.png?rev=2205491)
 * [Five Star Restaurant Reservations - WordPress Booking Plugin](https://wordpress.org/plugins/restaurant-reservations/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/restaurant-reservations/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/restaurant-reservations/)
 * [Active Topics](https://wordpress.org/support/plugin/restaurant-reservations/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/restaurant-reservations/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/restaurant-reservations/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [NateWr](https://wordpress.org/support/users/natewr/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/export-and-import-10/#post-9465890)
 * Status: resolved