I am simply trying to provision a Postgres Database with flyctl postgres create
but it consistently fails with the errors I pasted below.
I choose default values every time and my region is cdg. I get the same error in London. How can I troubleshoot this?
2021-10-06T11:51:13Z [info] sentinel | 2021-10-06T11:51:13.705Z INFO cmd/sentinel.go:2000 sentinel uid {"uid": "66fd9f32"}
2021-10-06T11:51:14Z [info] checking stolon status
2021-10-06T11:51:14Z [info] keeper | 2021-10-06T11:51:14.970Z FATAL cmd/keeper.go:2119 cannot create keeper: cannot create store: cannot create kv store: Unexpected response code: 403 (ACL not found)
2021-10-06T11:51:14Z [info] proxy | 2021-10-06T11:51:14.972Z FATAL cmd/proxy.go:433 cannot create cluster checker: cannot create store: cannot create kv store: Unexpected response code: 403 (rpc error making call: ACL not found)
2021-10-06T11:51:14Z [info] panic: error checking stolon status: cannot create kv store: Unexpected response code: 403 (rpc error making call: ACL not found)
2021-10-06T11:51:14Z [info] : exit status 1
2021-10-06T11:51:14Z [info] goroutine 7 [running]:
2021-10-06T11:51:14Z [info] main.main.func1(0xc0000ce000)
2021-10-06T11:51:14Z [info] /go/src/github.com/fly-examples/postgres-ha/cmd/start/main.go:69 +0x5fa
2021-10-06T11:51:14Z [info] created by main.main
2021-10-06T11:51:14Z [info] /go/src/github.com/fly-examples/postgres-ha/cmd/start/main.go:60 +0x2b7
2021-10-06T11:51:15Z [info] Main child exited normally with code: 2