AudioIgniter loses playlist data after migration
-
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?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.