Live data from Hacker News

VersionPress goes open source

blog.versionpress.net

1–10 of 23 posts

Re: VersionPress goes open source

#3
Helpful info for me:

VersionPress is a free and open source version control plugin for WordPress built on Git.

We increase major version numbers quite rapidly, e.g., VersionPress is at 3.0 at the time of writing this, but that does not mean it is production-ready.

Re: VersionPress goes open source

#4
post #3

Helpful info for me: VersionPress is a free and open source version control plugin for WordPress built on Git. We increase major version numbers quite rapidly, e.g., VersionPress is at 3.0 at the time of writing this, but that does not mean it is production-ready.

[deleted]

Re: VersionPress goes open source

#7
The 'merge databases' feature sounds like either a sweet victory of immutable data that makes life easier all around OR something truly horrible that never should have been born.

If these guys have solved the WP devops problem, they will be millionaires and candidates for canonization.

Re: VersionPress goes open source

#8

I put a client's site in a git repo once, but I never figured out how to safely and effectively git the database too. Kudos to VersionPress! I've only learned about them today but they seem to be doing a really solid job.

Depends how often it changes. In my case I had a db that was a small number of slowly-changing configuration records (a typical web site would probably also be similar) and a large number of log records. I just serialized it once a day and checked everything but the log records into a git repo. The log records were just saved like standard syslog records in two places. Worked fine the one time we needed to restore.

Re: VersionPress goes open source

#10
This is a problem that's bugged me for a long time - it's good to see people working on it. Deploying and managing most traditional CMSes is a nightmare, IMO.

MODX has had something similar for a while with Gitify[1] for the site structure and VersionX[2] for content, but I haven't had much of a chance to use them.

[1] https://github.com/modmore/Gitify [2] https://modx.com/extras/package/versionx

Post reply on HN