-
For people who don't like writing YAML (
```
No:
Body:
Wants:
To:
Write:
- yaml
```
https://twitter.com/rothgar/status/938790206140010498
), we could supp…
-
VersionPress can create a "secure" directory to store its copy of the database by generating a hash, using vp- as the directory, and then storing the hash in the options table for reference.
Currentl…
-
There are customer sessions stored in `{prefix}_woocommerce_sessions` table. These data are temporary (48 hours by default, can be more), but are very important, because customer can prepare its cart …
-
Right now, _most_ WordPress-related code is in `versionpress.php` and _most_ of our code in `src` is independent on WordPress, however, there are still unpleasant surprises from time to time. For exam…
-
_This is an imported issue, original reference WP-377, created on 05 May 2015._
We have a problem on some servers / hostings that even if Git is installed there, VersionPress doesn't see it (it's not…
-
VersionPress requires PHP 5.6, but many shared host use older PHP version for WP-CLI (for example Siteground uses PHP 5.4 and Dreamhost PHP 5.5, even if PHP 7.0 is enabled for websites). Users are not…
-
I will only gather some notes from testing here.
- When starting development environment (`npm start`), `localhost` does not work immediatelly, because we are not waiting for MySQL to start (see re…
-
Thanks for this very nice plugin which is missing in WordPress Core.
**So this is my system info:**
```
array (
'wordpress-version' => '5.2.2',
'versionpress-version' => '4.0-beta2',
'…
-
### Issue:
The "vp clone" operation doesn't copy the site's database wholesale, it uses the internal "VP restore" functionality that only restores certain tables.
This results in a cloned site that …
x1024 updated
6 years ago
-
Each created commit is based on particular request. We could use type and source of every request and save it together with commit.
**Where to save?**
Header `X-VP-ActionSource` or somewhere else?
*…