kumahq / kuma-demo

A demo app to illustrate the capabilities and advantages of Kuma. 🐻
https://kuma.io/
Apache License 2.0
58 stars 54 forks source link

Fix postgres version #93

Closed YuikoTakada closed 4 years ago

YuikoTakada commented 4 years ago

PR Details

This PR fixes filename of postgresql from 12 to 13

Description

In universal mode, vagrant up fails with "file not found" error when trying to create "postgresql". I suggest it's due to postgresql's version up from 12 to 13. This PR fixes this bug.

Motivation and Context

Full changelog

Issues resolved

Fix #92