PostgreSQL¶
Docker 安装 PostgreSQL¶
创建用户和数据库¶
Helm 安装 PostgreSQL¶
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
helm upgrade postgresql bitnami/postgresql --install --namespace postgresql --create-namespace --values values.yaml --version 11.7.6
常见问题¶
- Desktop Desktop for Windows 不能映射数据卷。