A Postgres Instance in reader/writer datastore mode for alloydb postgres.
Property | Type | Required | Description |
---|---|---|---|
postgres_version |
string | Yes | Version of Postgres e.g. 12.11 |
size |
object | Yes | Sizing attribute for postgres writer and reader instance |
Use the following link to configure the advanced configuration for the Postgres Alloy DB module to invoke additional feature.
"advanced": {
"alloydb": {
"alloy-db": {
}
}
}
"advanced": {
"allloydb": {
"alloy-db": {
"primary_instance": {
"database_flags": {
"alloydb.logical_decoding" = "on"
}
},
"read_pool_instance": {
"database_flags": {
"alloydb.logical_decoding" = "on"
}
}
}
}
}