Title: Export all plugin data to CSV
Last modified: February 11, 2026

---

# Export all plugin data to CSV

 *  Resolved [zenithfenwick](https://wordpress.org/support/users/zenithfenwick/)
 * (@zenithfenwick)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/export-all-plugin-data-to-csv/)
 * I have just taken over development of an existing site using the free version
   of this plugin.
   I want to create a staging version of the site for develoment
   purposes. Is there a way to export all this plugin’s data (settings, posts, playlists,
   streaming info, basically everything) to csv and import it into Radio Station
   on the staging site?

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

 *  Plugin Author [Tony Zeoli](https://wordpress.org/support/users/tonyzeoli/)
 * (@tonyzeoli)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/export-all-plugin-data-to-csv/#post-18822819)
 * In general, any WordPress site can be migrated to any host on any server by doing
   the following:
   1. Downloading the complete /wp-content directory for the live
   instance via SFTP / FTP2. Exporting the mysql database from the host’s mysql 
   database gui.3. Uploading the /wp-content folder to staging4. Importing the database
   into the new staging mysql.That’s probably the best way to do it so you carry
   everything over.You could use the Export feature of WordPress and Import, but
   it may not take all the custom post types. If you have a custom post type migration
   plugin, that would do it too.Right now, the export feature of Radio Station is
   not working properly. The developer who built it did it with YML for his use 
   case, but not XML.You could use this: WP All Export & WP All Import plugin for
   WordPress too.Follow this Google link for a deeper, detailed explanation:[https://www.google.com/search?q=how+to+migrate+wordpress+via+sftp+and+mysql&sca_esv=6a3dc1d72e9664c9&sxsrf=ANbL-n6ov6jOHyfivETTgY7d1_FwCP1z8Q%3A1771221870605&ei=brOSafjbJIO1wN4P_KWSkQQ&biw=1595&bih=754&ved=0ahUKEwj4yqnTq92SAxWDGtAFHfySJEIQ4dUDCBM&uact=5&oq=how+to+migrate+wordpress+via+sftp+and+mysql&gs_lp=Egxnd3Mtd2l6LXNlcnAiK2hvdyB0byBtaWdyYXRlIHdvcmRwcmVzcyB2aWEgc2Z0cCBhbmQgbXlzcWwyBRAhGKABMgUQIRigATIFECEYoAEyBRAhGKABMgUQIRigAUjwU1AAWOtRcAF4AZABAJgBe6ABlx-qAQUzNC4xMLgBA8gBAPgBAZgCLaACnCDCAgoQIxiABBgnGIoFwgIEECMYJ8ICCxAAGIAEGJECGIoFwgIQEC4YgAQY0QMYQxjHARiKBcICDhAuGIAEGLEDGNEDGMcBwgIIEAAYgAQYsQPCAgoQIxjwBRgnGJ4GwgIKEAAYgAQYQxiKBcICBRAAGIAEwgILEC4YgAQYsQMYgwHCAg4QLhiABBixAxiDARiKBcICDRAjGPAFGIAEGCcYigXCAgoQABiABBgUGIcCwgINEAAYgAQYsQMYFBiHAsICCxAAGIAEGLEDGIMBwgIHEAAYgAQYCsICCRAAGIAEGAoYC8ICBhAAGBYYHsICBRAAGO8FwgIIEAAYogQYiQXCAggQABiABBiiBMICBRAhGJ8FwgIFECEYqwKYAwCSBwUzMy4xMqAH-N8CsgcFMzIuMTK4B5kgwgcGMS40MC40yAdcgAgA&sclient=gws-wiz-serp](https://www.google.com/search?q=how+to+migrate+wordpress+via+sftp+and+mysql&sca_esv=6a3dc1d72e9664c9&sxsrf=ANbL-n6ov6jOHyfivETTgY7d1_FwCP1z8Q%3A1771221870605&ei=brOSafjbJIO1wN4P_KWSkQQ&biw=1595&bih=754&ved=0ahUKEwj4yqnTq92SAxWDGtAFHfySJEIQ4dUDCBM&uact=5&oq=how+to+migrate+wordpress+via+sftp+and+mysql&gs_lp=Egxnd3Mtd2l6LXNlcnAiK2hvdyB0byBtaWdyYXRlIHdvcmRwcmVzcyB2aWEgc2Z0cCBhbmQgbXlzcWwyBRAhGKABMgUQIRigATIFECEYoAEyBRAhGKABMgUQIRigAUjwU1AAWOtRcAF4AZABAJgBe6ABlx-qAQUzNC4xMLgBA8gBAPgBAZgCLaACnCDCAgoQIxiABBgnGIoFwgIEECMYJ8ICCxAAGIAEGJECGIoFwgIQEC4YgAQY0QMYQxjHARiKBcICDhAuGIAEGLEDGNEDGMcBwgIIEAAYgAQYsQPCAgoQIxjwBRgnGJ4GwgIKEAAYgAQYQxiKBcICBRAAGIAEwgILEC4YgAQYsQMYgwHCAg4QLhiABBixAxiDARiKBcICDRAjGPAFGIAEGCcYigXCAgoQABiABBgUGIcCwgINEAAYgAQYsQMYFBiHAsICCxAAGIAEGLEDGIMBwgIHEAAYgAQYCsICCRAAGIAEGAoYC8ICBhAAGBYYHsICBRAAGO8FwgIIEAAYogQYiQXCAggQABiABBiiBMICBRAhGJ8FwgIFECEYqwKYAwCSBwUzMy4xMqAH-N8CsgcFMzIuMTK4B5kgwgcGMS40MC40yAdcgAgA&sclient=gws-wiz-serp)
    -  This reply was modified 3 months, 1 week ago by [Tony Zeoli](https://wordpress.org/support/users/tonyzeoli/).
      Reason: add link
 *  Plugin Author [Tony Zeoli](https://wordpress.org/support/users/tonyzeoli/)
 * (@tonyzeoli)
 * [3 months ago](https://wordpress.org/support/topic/export-all-plugin-data-to-csv/#post-18832966)
 * Since we have not heard back in over one week, we’ll consider this closed. If
   you need additional help. please post a new ticket.

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fexport-all-plugin-data-to-csv%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/radio-station/assets/icon-256x256.png?rev=2905948)
 * [Radio Station by netmix® - Manage and play your Show Schedule in WordPress!](https://wordpress.org/plugins/radio-station/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/radio-station/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/radio-station/)
 * [Active Topics](https://wordpress.org/support/plugin/radio-station/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/radio-station/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/radio-station/reviews/)

## Tags

 * [content](https://wordpress.org/support/topic-tag/content/)
 * [database](https://wordpress.org/support/topic-tag/database/)
 * [export](https://wordpress.org/support/topic-tag/export/)
 * [Import](https://wordpress.org/support/topic-tag/import/)
 * [staging](https://wordpress.org/support/topic-tag/staging/)

 * 2 replies
 * 2 participants
 * Last reply from: [Tony Zeoli](https://wordpress.org/support/users/tonyzeoli/)
 * Last activity: [3 months ago](https://wordpress.org/support/topic/export-all-plugin-data-to-csv/#post-18832966)
 * Status: resolved