wp-cli / export-command

Exports WordPress content to a WXR file.
MIT License
12 stars 27 forks source link

SQLite Compatibility #112

Open swissspidy opened 10 months ago

swissspidy commented 10 months ago

When I manually run the tests locally with SQLite, a lot of scenarios are failing. Not surprising given the custom db queries used in that command.

Some failures are also because of wp site empty. See https://github.com/wp-cli/entity-command/issues/430 for a related issue tracking compatibility of that command.

In other instances there seem to be errors when performing the SQLite queries, erroring with integrity checks.

Let's investigate those issues and figure out the course of action.

swissspidy commented 10 months ago

Blocked by