• Resolved rvreugde

    (@rvreugde)


    Hello,

    I have created a wordpress site with the AudioIgniter plugin for playing my audio.
    I created a bunch of playlists, which I use in several pages.
    But, when I migrate my site to “production”, i.e.

    • Copying the web data
    • Exporting and importing the database
    • Running a SQL script for changing the original URL to the production URL
    UPDATE wp_options SET option_value = replace(option_value, 'https://<original site>', 'https://<production site>');
    UPDATE wp_posts SET post_content = replace(post_content, 'https://<original site>', 'https://<production site>');
    UPDATE wp_postmeta SET meta_value = replace(meta_value,'https://<original site>','https://<production site>');

    The playlists are there, with the same shortcode, but they are all empty after migration.

    Does somebody have a tip to retain this data?

    • This topic was modified 6 months, 3 weeks ago by rvreugde.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi there,

    please use a plugin like Duplicator to migrate your content. SQL statements or manual actions are tricky and will not work.

    Let me know if you need additional help with this.

    • This reply was modified 6 months ago by Fotis.
    Thread Starter rvreugde

    (@rvreugde)

    Thanks for your tip!

    I use UpdraftPlus for my migration/replication of the site. This works perfect too!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.