Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @drxelak !

    1. You can list plugin names and versions with WP-CLI, its output can be customized. This output can be parsed on the production server and installed by also WP-CLI.

    2.a. Do you mean the classic migration thus altering DB structure? Try integrating https://phinx.org/
    2.b. If you mean copying the DB from one environment to another then WP-CLI is the choice.

    3. You need to run wp core update-db but I suggest you to get WP core as a composer package

    4. It is very tricky. Reverting core&plugins: composer or WP-CLI, anything other: git, db: I have to figure out

    @szepeviktor Do Wp-cli migrate db from one environment to another (stage to Prod) without a down time.

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

The topic ‘CI CD process recommendations for WordPress’ is closed to new replies.