You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an automated reinstallation of the extensions (themes, plugins) in their exact state (Status: active/inactive ; auto updates: on/off) in theory the user only need access to a partial or full Wordpress database backup file.
As long as the program finds the relevant table wp_options with the relevant *_plugins rows in that database backup it restores the plugins accordingly.
Should support plaintext database dumps (.sql) or also compressed dumps (e.g. .sql.zip)
That would spare the use the need to back up an extensions-list (step °3 in wp-cli/ideas#171) in addition to a database backup (°2 in wp-cli/ideas#171).
The text was updated successfully, but these errors were encountered:
porg
changed the title
wp plugin install: Accepts also path to full or partial database backup .sql(.compression)
wp plugin install: Accepts also path to full or partial database backup .sql (also compressed like .zip)
Dec 9, 2022
porg
changed the title
wp plugin install: Accepts also path to full or partial database backup .sql (also compressed like .zip)
wp plugin install: Accepts also path to full or partial database backup .sql (.zip)
Dec 9, 2022
Proposal
For an automated reinstallation of the extensions (themes, plugins) in their exact state (Status: active/inactive ; auto updates: on/off) in theory the user only need access to a partial or full Wordpress database backup file.
As long as the program finds the relevant table
wp_options
with the relevant*_plugins
rows in that database backup it restores the plugins accordingly.Should support plaintext database dumps (
.sql
) or also compressed dumps (e.g..sql.zip
)That would spare the use the need to back up an extensions-list (step °3 in wp-cli/ideas#171) in addition to a database backup (°2 in wp-cli/ideas#171).
The text was updated successfully, but these errors were encountered: