db-operator icon indicating copy to clipboard operation
db-operator copied to clipboard

How to configure the database configuration file

Open jicki opened this issue 2 years ago • 1 comments

How to configure the database configuration file

mysql.cnf and postgresql.conf pg_hba.conf

jicki avatar Apr 26 '22 07:04 jicki

hi,

we not managing this files with the db-operator.

you have 2 options for the db-operator.

  1. using google cloud sql (there you can define the API body to create a related db instance and maybe you preferred otions, but depends on the cloud sql api from google. https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1/instances#DatabaseInstance ) (https://github.com/kloeckner-i/db-operator/blob/master/docs/creatinginstances.md#googlecloudsqldbinstance)
  2. bring your own db instance (in db-operator the generic type). For this you need to create your db instance on your own with the related options in your mysql.cnf, postgresql.conf or pg_hba.conf (https://github.com/kloeckner-i/db-operator/blob/master/docs/creatinginstances.md#genericdbinstance)

Hope it's answer your question.

dabde avatar May 11 '22 06:05 dabde

close ticket, related it's out of the scope of the db-operator.

dabde avatar Sep 22 '22 13:09 dabde