• Resolved Ludovic Bablon

    (@maboutiquewp)


    Hi.
    I’m using your plugin on a site, on which I’m also using the plugin WP Staging PRO.
    Before pushing the staging site to production, I exclude the table named
    [prefix]_rmp_analytics
    I see no other database table related to Rate My Post.

    But, this doesn’t work. The votes from the staging site are pushed to production, and the votes on the production site are deleted each time.

    How can I solve this problem? Where are the votes stored?

    Regards
    Ludovic

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Collins Agbonghama

    (@collizo4sky)

    Ensure the postmeta of every posts in staging carries over to production. That way, the rating will be preserved.

    Thread Starter Ludovic Bablon

    (@maboutiquewp)

    The staging version of the site is a clone of the live site so the postmeta didn’t change at all.

    I’ve just checked : the data of the tables is exactly the same.

    Perhaps there’s a problem with the fact that the 2 sets of tables are stored within one single database, with 2 different prefixes?

    It’s like that, I have 2 clones of the same table :
    wpstg_postmeta
    and
    wplive_postmeta

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Preserve votes after push from staging to production site’ is closed to new replies.