• Resolved ThemeHeap

    (@themeheap)


    I am wondering if this can help me for the following flows.

    lets say on generating staging there were 100 posts, we did the changes on staging and now its time to migrate staging to production and the production site at the time of migration have 200 posts

Viewing 1 replies (of 1 total)
  • Plugin Author Rene Hermenau

    (@renehermi)

    In that case you must NOT push the wpstgx_posts table and migrate only the tables which are containing the changes you made on the staging site. Most often these are plugin and theme settings which are stored in the wp_options (wpstgX_options) table. You can do that manually or with help of the pro version.

    Anyways, that case needs someone who knows the wordpress internal database structure otherwise you could possibly going to overwrite data on the main site which is something you want to prevent.

Viewing 1 replies (of 1 total)
  • The topic ‘Staging Production migration with no downtime’ is closed to new replies.