You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to install a multi-tier seems to be fine according to the index. However the content does not follow the same order. As an example, Step 3 describes how to create two databases from an instance that is created in Step 5.
The text was updated successfully, but these errors were encountered:
Also, both database schemas has the same name ("ddl.sql"). In the next step the tutorial refers to "killbill.ddl" and "kaui.ddl". I think is best to keep different names for each schema. I used "wget" instead of sftp to download schemas and having the same name was confusing.
The linking of steps is not in sync with actual content.
I'm okay with renaming "ddl.sql" to KB or Kaui specific name, its just that customer can name their database whatever they want -- this is why USE killbill command is commented in the ddl.sql.
Regarding the DB password, I agree we should not include it directly in the command-line argument, we can instead just use the -p option, and MySQL will prompt for the password interactively.
This is regarding: https://docs.killbill.io/latest/how-to-set-up-a-multi-tier-system
Steps to install a multi-tier seems to be fine according to the index. However the content does not follow the same order. As an example, Step 3 describes how to create two databases from an instance that is created in Step 5.
The text was updated successfully, but these errors were encountered: