# Pigsty v0.9.1

> Three-step installer, PostgreSQL 13.3, and Grafana 7.5.6

---

LLMS index: [llms.txt](/llms.txt)

---

**v0\.9\.1 · 2021-05-20**
- [View release](https://github.com/pgsty/pigsty/releases/tag/v0.9.1)
- [Source · tar\.gz](https://github.com/pgsty/pigsty/archive/refs/tags/v0.9.1.tar.gz)
- [Source · zip](https://github.com/pgsty/pigsty/archive/refs/tags/v0.9.1.zip)
- [pgsty\/pigsty](https://github.com/pgsty/pigsty)

Update package version:

* PostgreSQL 13.3
* Grafana 7.5.6

Add configure support. 

Now install pigsty with 3 steps: download, configure and install:

```
curl -fsSL https://github.com/pgsty/pigsty/releases/download/v0.9.1/pigsty.tgz | gzip -d | tar -xC ~; cd ~/pigsty
./configure
make install
```

WoW! just like old time!

## Sources

- [GitHub release](https://github.com/pgsty/pigsty/releases/tag/v0.9.1)
- [Pigsty v0.9 release article](https://pigsty.io/blog/pigsty/v0.9/)
- [Source comparison: `v0.9.0...v0.9.1`](https://github.com/pgsty/pigsty/compare/v0.9.0...v0.9.1)
