CI / CD için PosgreSQL ile Bitbucket boru hattı kullanıyorum. Bu belgeye göre PostgreSQL hizmeti şu şekilde tanımlanmıştır bitbucket-pipelines.yml
:
definitions:
services:
postgres:
image: postgres:9.6-alpine
Şimdiye kadar iyi çalıştı. Ancak tüm son boru hatlarım şu hatayla başarısız oldu:
Error: Database is uninitialized and superuser password is not specified.
You must specify POSTGRES_PASSWORD for the superuser. Use
"-e POSTGRES_PASSWORD=password" to set it in "docker run".
You may also use POSTGRES_HOST_AUTH_METHOD=trust to allow all connections
without a password. This is *not* recommended. See PostgreSQL
documentation about "trust":
https://www.postgresql.org/docs/current/auth-trust.html
Nasıl düzeltebilirim? bitbucket-pipelines.yml
Dosyada böyle bir hatanın nedeni olabilecek hiçbir değişiklik yoktu .