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
We need to ensure these snapshots work in Playground.
The main difference is that Playground uses wp-content/database/.ht.sqlite and that plugin uses wp-content/database/database.sql. These two exports are in different formats. Playground should detect if there is a SQL file and run it during import.
if both files are present, it should just load .ht.sqlite to prevent data overrides, or fail.
The text was updated successfully, but these errors were encountered:
The Playground plugin supports snapshot exports.
We need to ensure these snapshots work in Playground.
The main difference is that Playground uses
wp-content/database/.ht.sqlite
and that plugin useswp-content/database/database.sql
. These two exports are in different formats. Playground should detect if there is a SQL file and run it during import.if both files are present, it should just load
.ht.sqlite
to prevent data overrides, or fail.The text was updated successfully, but these errors were encountered: