Tag operations

rqlite 7.16.0 – restore your system from S3

rqlite is a lightweight, open-source, distributed relational database written in Go, utilizing SQLite as its storage engine. Version 7.16.0 has been released and now includes support for restoring your rqlite system automatically from AWS S3. With this in place you…

Adding automatic S3 backups to rqlite

rqlite is a lightweight, open-source, distributed relational database written in Go, utilizing SQLite as its storage engine. Version 7.15.0 has been released and now includes support for automated backups to Amazon Web Services (AWS) S3. This enhancement offers increased data…

rqlite.io launched

rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine. Today sees the launch of a dedicated website for rqlite. I built it using Hugo and Docsy, and deployed to Netlify, which…

rqlite 7.11.0 released

rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine. 7.11.0 adds support for automatically reaping nodes, and a new convenient query response format. You can download the release from GitHub.

Replacing Postgres with rqlite

rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine. Recently I helped Replicated replace their use of PostgreSQL with rqlite. This brought much easier operation and high-availability to their Application Manager.

Building Secure and Reliable Systems at Google

I recently started reading Building Secure and Reliable Systems, which was authored by various folks at Google (some of whom I know). Since my work is at the intersection of so much of this — reliable logging systems which must…

Why are we still tailing log files?

Sit down with any developer today, even those at pretty new software companies, and you’ll see them doing something that programmers have been doing for years — you’ll see them tailing log files. But why? Why are we still tailing…

rqlite: static linking and smaller Docker images

rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine. There have been a series of releases recently, which make deployment on Linux even easier, and significantly decrease the Docker footprint.

Using Ansible to deploy WordPress

I want to make this WordPress deployment easier to replicate — both to make it much easier to recover from failure, and experiment with various configurations. To that end I finally got around to using Ansible to deploy it. It…

LowEndBox talks rqlite

LowEndBox has written a good blog post on rqlite, the lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine. You can check it out here.

From Rackspace to GCP

I’ve finally completed the migration of this site from Rackspace to GCP. I switched over the DNS record this afternoon, and everything seems fully functional. I’m even using Cloud Logging and BigQuery to analyze my Apache access logs.

Moving to HTTPS with Let’s Encrypt

After reading an interesting paper on Let’s Encrypt, I finally decided to switch this website over to HTTPS. I was really impressed with how smoothly the whole conversion went. With the help of Certbot from the EFF, it took less…

devopsdays Galway

I will be joining my colleague from Google, Nathen Harvey, to speak in Galway at devopsdays on November 18th and 19th. I’m really looking forward to returning to my home town, and bringing my Monitorama Baltimore 2019 talk to the…

Observing Observability

Monitorama Baltimore 2019 was a great experience, and I really enjoyed the opportunity to speak. I spoke about why Observability and Monitoring sytems struggle to meet their goals, and why they are so hard to build. The slides and video…

Monitorama Baltimore 2019

I have been accepted to talk at Monitorama Baltimore this year. I’ll be speaking about my experience building Observability systems at many different companies, and how might those lessons be applicable to other teams and groups. Check out the full…

Continuing the WordPress bring-up on GCP

Following up on my earlier post, it has been pretty straightforward to so far to migrate this blog from Rackspace to GCP. It’s going pretty much as expected, but the architecture is going to be slightly different than I initially…

Meaningful Uptime Measurements for the Cloud

Another interesting paper came my way, thanks to the Morning Paper mailing list. Nines are Not Enough:Meaningful Metrics for Clouds discusses a topic that I deal with regularly in my role at Google. SLIs, SLOs, and SLA are easy to…

Deploying Vallified on GCP

Since I recently joined Google Cloud Platform (GCP), I thought it’s time to get some practical experience with the platform. As a result I’m going to migrate this blog from Rackspace to GCP — specifically I’ll use GCE for WordPress, and…

Monitoring: it’s not just for production

Monitoring — the measurement of your system, the gathering of telemetry, and alerting when it behaves anomalously — is key to running large-scale, modern computer systems.  But what many developers today don’t realise is that monitoring can be a key part of…