wet-noon-14291
01/24/2022, 1:26 PMtall-librarian-49374
01/24/2022, 3:33 PMv20200214preview
API versionwet-noon-14291
01/24/2022, 3:48 PMtall-librarian-49374
01/24/2022, 3:52 PMwet-noon-14291
01/24/2022, 3:53 PMtall-librarian-49374
01/24/2022, 3:56 PMwet-noon-14291
01/24/2022, 3:58 PMtall-librarian-49374
01/24/2022, 5:17 PMbackslash_quote
config to on
🤷wet-noon-14291
01/24/2022, 10:14 PMDiagnostics:
azure-native:dbforpostgresql/v20200214preview:Configuration (postgresserverconfig):
error: cannot check existence of resource '/subscriptions/dc71fe64-b8cf-4d7e-97a3-454f11c2d182/resourceGroups/iac-docugen-dev-rg/providers/Microsoft.DBForPostgreSql/flexibleServers/postgresserver829af994/configurations/postgresserverconfig': status code 500, {"error":{"code":"InternalServerError","message":"An unexpected error occured while processing the request. Tracking ID: 'c5f5e772-fa6d-42c7-a22c-3ec643115716'"}}
The server is provisioned, but the config fails.tall-librarian-49374
01/24/2022, 10:19 PMwet-noon-14291
01/24/2022, 10:24 PMnew postgresql.Database("mydb", {
resourceGroupName: resourceGroupName,
serverName: flexibleServer.name,
databaseName: "mydb",
charset: "UTF8",
collation: "SQL_Latin1_General_CP1_CI_AS",
}, azureOptions
)
I get
azure-native:dbforpostgresql:Database (docugendb):
error: Code="ResourceNotFound" Message="The Resource 'Microsoft.DBforPostgreSQL/servers/postgresserver829af994' under resource group 'iac-docugen-dev-rg' was not found. For more details please go to <https://aka.ms/ARMResourceNotFoundFix>"
I'm very sure that the server resource does exist, since I can connect to it and create the db myself... but I would rather have pulumi creating the db as well and not just the server.tall-librarian-49374
01/24/2022, 10:42 PMwet-noon-14291
01/24/2022, 10:45 PMv20200214preview
for the database as well? The Database
resource doesn't exist there yet it seems. I just assumed that I could use the default Database
resource and it would figure out what to do, but I understand if that is not the case.tall-librarian-49374
01/24/2022, 11:05 PMwet-noon-14291
01/24/2022, 11:28 PMtall-librarian-49374
01/25/2022, 9:33 PM