• Resolved Rene Hermenau

    (@renehermi)


    Hey guys,

    I am the developer of WP Staging (https://wordpress.org/plugins/wp-staging/)

    WP Staging can create a staging site and then it can copy over the updated staging site back to the production site.

    It does this by copying all database tables and the file system. It also does a search & replaceof all data in the database tables like this:

    Search: domain.com
    Replace domain.com/staging-site

    and

    Search: domain.com/staging-site
    Replace domain.com

    It also updates all serialized entries in the database with the same scheme.

    After the push, the production site still works fine but it misses the mails that have been created on the staging site before. So it looks as

    Is there any particular data that needs to be replaced in the database when the migration is done? Maybe some kind of specially formatted data that can not be replaced by a regular serialized data search?

    Thank you
    René

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

The topic ‘Mailpoet Mails missing after push with WP Staging Pro’ is closed to new replies.