Posts in 2020
-
v0.3.0 Release Note
2020-10-24 in Releases
v0.3.0 The first public beta (v0.3.0) of pigsty is available now ! 🎉 Monitoring System Skim version of monitoring system consist of 8 essential dashboards: PG Overview PG Cluster PG Service PG Instance PG Database PG Table Overview PG Table Catalog …
Posts in 2019
-
Is running postgres in docker a good idea?
2019-01-13 in Database
For stateless app services, containers are an almost perfect devops solution. However, for stateful services like databases, it’s not so straightforward. Whether production databases should be containerized remains controversial. From a …