fix: postgreSQL version spec (#4301)

* fix(cli): log error in `init zitadel`

* docs: specify postgres version

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Silvan
2022-09-05 11:24:31 +02:00
committed by GitHub
parent 279b487961
commit 8a5c3b0fa1
7 changed files with 13 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ func newGrant() *cobra.Command {
Long: `Sets ALL grant to the database user.
Prereqesits:
- cockroachdb
- cockroachDB or postgreSQL
`,
Run: func(cmd *cobra.Command, args []string) {
config := MustNewConfig(viper.New())