Skip to content

Commit

Permalink
Update docs_user/modules/proc_migrating-databases-to-mariadb-instance…
Browse files Browse the repository at this point in the history
…s.adoc

Co-authored-by: Katie Gilligan <[email protected]>
  • Loading branch information
bogdando and klgill authored Dec 17, 2024
1 parent 7240b4a commit 962575b
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,13 @@ To get the values for `SOURCE_MARIADB_IP`, query the puppet-generated configurat
$ sudo grep -rI 'listen mysql' -A10 /var/lib/config-data/puppet-generated/ | grep bind
----

To get the values for `SOURCE_GALERA_MEMBERS_*`, query the puppet-generated configurations in a Controller and CellController nodes:
* To get the values for `SOURCE_GALERA_MEMBERS_*`, query the puppet-generated configurations in a Controller and CellController nodes:
+
----
$ sudo grep -rI 'listen mysql' -A10 /var/lib/config-data/puppet-generated/ | grep server
----

The source cloud always uses the same password for cells' databases by design.
For that reason, we chose to use the same passwords file for all cells' stacks.
There is a split-stack topology, however, that allows using different passwords
files for each stack.
+
The source cloud always uses the same password for cells databases by design. For that reason, the same passwords file is used for all cells stacks. There is a split-stack topology, however, that allows using different passwords files for each stack.

* Prepare the MariaDB adoption helper pod:

Expand Down

0 comments on commit 962575b

Please sign in to comment.