Questions tagged [google-alloydb]

20 questions
0
votes
0 answers

how to connect alloydb with cData?

enter image description hereHow to connect alloydb with cData?, it is either showing connection time out or connection refused while connecting. in Cdata I am doing the basic settings providing the server ,password, user, data base name. but still…
0
votes
1 answer

AlloyDB: Drop database

How could I drop an exisitng AlloyDB database programatically? I'd like to run a test suite of our application on AlloyDB. I'm able to connect to the cluster using the proxy. However, when I try to drop database to cleanup the test environment,…
mrzasa
  • 22,895
  • 11
  • 56
  • 94
0
votes
1 answer

Issues creating AlloyDB

Creating new AlloyDB instances has been failing for the past 24 hours. It was working fine a few days ago # creating the cluster works gcloud beta alloydb clusters create dev-cluster \ --password=$PG_RAND_PW \ --network=$PRIVATE_NETWORK_NAME…
rossco
  • 593
  • 12
  • 22
0
votes
1 answer

Can you Reuse Cluster ID and Instance ID on AlloyDB?

this is a very simple question. I've created an AlloyDB cluster & instance. However I think I don't need it yet for now. I want to delete the cluster & instance and I wonder is the Cluster ID and Instance ID reusable if I want to use it again after…
Brian Ivander T. P.
  • 415
  • 2
  • 8
  • 22
0
votes
1 answer

WARNING: Failed to add policy job since the add condition is not satisfied

I'm trying to schedule automatic recommendation and population by following this doc. I'm trying to run this query SELECT google_columnar_engine_add_policy( 'RECOMMEND_AND_POPULATE_COLUMNS', 'EVERY', 10, 'HOURS'); But this query fails. I've tried…
Krishna
  • 6,107
  • 2
  • 40
  • 43
1
2