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
Describe the bug
When running wpsnapshots push on a multisite installation an error occurs "mysqldump: Couldn't find table: "wp_2_users_temp"" at the Exporting database... \n Scrubbing users... step. WP Multisite doesn't have individual wp_users tables per site, so attempting to fill wp_2_users_temp from wp_2_users is an invalid operation.
Steps to Reproduce
Run wpsnapshots push on a multisite installation
Fill out the snapshot information as required
Include files in snapshot?N
include database in snapshot?Y
Wait for export to begin and validate if it completes or not.
Expected behavior
Upon running the steps above, I expected WP Snapshots to return the newly created snapshot ID containing the exported and scrubbed database for the multisite installation.
Screenshots
Environment information
Device: Macbook Pro
OS: macOS Mojave 10.14.6
WordPress version: 5.4.2
Site Health Info:
Additional context
This is occurring from WP Local Docker V2 (2.7) on a WP Multisite Subdirectory installation.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running
wpsnapshots push
on a multisite installation an error occurs "mysqldump: Couldn't find table: "wp_2_users_temp"
" at theExporting database... \n Scrubbing users...
step. WP Multisite doesn't have individualwp_users
tables per site, so attempting to fillwp_2_users_temp
fromwp_2_users
is an invalid operation.Steps to Reproduce
wpsnapshots push
on a multisite installationInclude files in snapshot?
Ninclude database in snapshot?
YExpected behavior
Upon running the steps above, I expected WP Snapshots to return the newly created snapshot ID containing the exported and scrubbed database for the multisite installation.
Screenshots
Environment information
Site Health Info:
Additional context
This is occurring from WP Local Docker V2 (2.7) on a WP Multisite Subdirectory installation.
The text was updated successfully, but these errors were encountered: