Skip to content

User Goal: wp plugin commands to reinstall extensions exactly (active/inactive, auto updates on/off) from list file or database backup #171

@porg

Description

@porg

Big picture: Efficiently backup my Wordpress database. Then restore Wordpress Core + Extensions (Themes, Plugins) as exactly as possible in an automated fashion.

  1. In this scenario I back up my Media Library by other means (rsync or CDN). What remains:
  2. Backup the database (already know how to do that).
  3. Source Code: Wordpress Core + Themes + Plugins:
    • Backing up up those generic source code files is a waste as they anyhow exist in public online repositories.
    • But in addition to step 2, I want to backup a list of installed plugins, like various Unix package managers allow that.
      • To keep that extension-list (CSV, JSON, …) for documentation purposes and for automated re-installation.
    • This is already possible with wp plugin list.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions