Install the SQLite database integration plugin from the A8C repository - #950
Conversation
|
TODO: |
I'm worried that even if we fix this issue, there might be more, so I'm thinking of creating a release based on the last commit before the SQLite driver was merged. This would ensure Studio gets a stable update. |
I released a new SQLite database integration version without AST features. |
6de72de to
5428859
Compare
|
@wojtekn what would be a good place to document how SQLite plugin updates are handled? |
|
I've merged the trunk to this feature branch and solved conflicts. The PR works well - my new site uses 2.1.17-alpha and the old sites get the plugin upgraded when started. As the SQLite plugin is downloaded when Studio is being built and bundled inside wp-file (in @Automattic/yolo any thoughts? |
48aeb7f to
2b1afd5
Compare
|
@wojtekn do you mean removing this code for downloading the SQLite plugin? Correct, as far as I understand, the download should now happen only in |
|
@wojtekn I removed the download code, could you please take another look? |
|
Works as expected, thanks for cleaning up the code. |
sejas
left a comment
There was a problem hiding this comment.
Works as expected.
It installs the SQLite plugin from GitHub with version SQLITE_DATABASE_INTEGRATION_VERSION.
Sites start and stop correctly, I confirm I was able to save a page, and create a new site.
SQLite plugin won't be updated automatically from .org plugins repository anymore.
We'll need to create a new GitHub release of the plugin, and release a new Studio version updating the version constant.

Related issues
Proposed Changes
Testing Instructions
npm run postinstallwp-files/sqlite-database-integrationfolder inside your Studio project folderPre-merge Checklist