We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647d453 commit 1a4ca14Copy full SHA for 1a4ca14
nais/dev/nais.yaml
@@ -81,3 +81,8 @@ spec:
81
pointInTimeRecovery: false
82
tier: db-custom-1-3840
83
type: POSTGRES_15
84
+ flags:
85
+ - name: cloudsql.enable_pgaudit
86
+ value: "true"
87
+ - name: pgaudit.log
88
+ value: 'write'
nais/prod/nais.yaml
@@ -71,4 +71,9 @@ spec:
71
hour: 4
72
pointInTimeRecovery: true
73
tier: db-custom-4-15360
74
- type: POSTGRES_15
+ type: POSTGRES_15
75
76
77
78
79
0 commit comments