# Pigsty v0.9.1

> 三步安装流程、PostgreSQL 13.3 与 Grafana 7.5.6

---

LLMS 索引： [llms.txt](/zh/llms.txt)

---

**v0\.9\.1 · 2021-05-20**
- [查看发布](https://github.com/pgsty/pigsty/releases/tag/v0.9.1)
- [源码 · tar\.gz](https://github.com/pgsty/pigsty/archive/refs/tags/v0.9.1.tar.gz)
- [源码 · zip](https://github.com/pgsty/pigsty/archive/refs/tags/v0.9.1.zip)
- [pgsty\/pigsty](https://github.com/pgsty/pigsty)

## 发布亮点

- PostgreSQL 更新至 13.3，Grafana 更新至 7.5.6。
- 新增 `configure` 配置向导。
- 安装流程收敛为下载、配置、安装三步：

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

## 信息来源

- [GitHub Release](https://github.com/pgsty/pigsty/releases/tag/v0.9.1)
- [Pigsty v0.9 发布文章](https://pigsty.cc/blog/pigsty/v0.9/)
- [源码对比：`v0.9.0...v0.9.1`](https://github.com/pgsty/pigsty/compare/v0.9.0...v0.9.1)
