Skip to content

Commit

Permalink
Databases need to exist before installing KubeCF.
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL committed Aug 26, 2020
1 parent 1ce6251 commit 80d3619
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xml/repeated-content-decl.ent
Original file line number Diff line number Diff line change
Expand Up @@ -1425,6 +1425,12 @@ perl -ne '/^sizing/..0 and do { print $.,":",$_ if /^ [a-z]/ || /high avail
installation and cannot be changed afterwards.
</para>
</important>
<para>
All the databases listed in the config snippet below need to exist before
installing &kubecf;. One way of doing that is manually running
<literal>CREATE DATABASE IF NOT EXISTS
<replaceable>database-name</replaceable></literal> for each database.
</para>
<para>
The following snippet of the <filename>&values-file;</filename>
contains an example of an external database configuration.
Expand Down

0 comments on commit 80d3619

Please sign in to comment.