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
This is a Thanks, not an Issue. This project is very clever -- thank you for making it available. Your custom db class makes things like wp-cli Just Work as-expected.
And direct access to the per-site dbs is straightforward from ./dist//wp-content/database/
sqlite3 .ht.sqlite
which was handy when I blew things up changing the site to https in WP's Admin UI before I had wp-cli installed.
sqlite> update wp_options set option_value = 'http://<sitename>' where option_id = 1;
I'll share any success I have getting php8's dev server working with openssl. For now wpsqlite is a lightweight, low-hassle option for local dev. Thanks.
The text was updated successfully, but these errors were encountered:
This is a Thanks, not an Issue. This project is very clever -- thank you for making it available. Your custom db class makes things like wp-cli Just Work as-expected.
And direct access to the per-site dbs is straightforward from ./dist//wp-content/database/
sqlite3 .ht.sqlite
which was handy when I blew things up changing the site to https in WP's Admin UI before I had wp-cli installed.
sqlite> update wp_options set option_value = 'http://<sitename>' where option_id = 1;
I'll share any success I have getting php8's dev server working with openssl. For now wpsqlite is a lightweight, low-hassle option for local dev. Thanks.
The text was updated successfully, but these errors were encountered: