Studio
Posts about using Studio – the open-source local development app by WordPress.com.
-
Using SQLiteStudio with Studio

The WordPress.com developer docs provide under Studio> FAQs the section on “How can I manage the Studio site’s SQLite database?“. It lists the details of how to use SQLite tools with your Studio Site. I found them sufficient as they remove all barriers to be successful. The database of each Studio site is located in the folder wp-content/database as a hidden file .ht.sqlite`. Two ways are recommended for managing the SQLite database files on your computer: SQLite3 or SQLiteStudio sqlite3 sqlite3 is a command line tool and comes preinstalled on…
-
How do I migrate my LocalWP sites to WordPress Studio?

I just started working in WordPress Studio for my local website development. Today I learned, you can export a site from Local and drag/drop the *.zip file into Studio. Then creating a new site in Studio, give it a name and in the Import from backup row, either navigate to the respective folder or use drag & drop to associate the export with the new site in Studio. When I tested this, I had to start the Local site first, before I could export it. But it worked like a…