2020-01-23 04:20:32 UTC - Keerthi Kumar S R: @Neeraj Mangal thank you https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1579753232003100?thread_ts=1579675434.001600&cid=C4J3R7JFL ---- 2020-01-23 04:21:04 UTC - Keerthi Kumar S R: I went with external db.. but how do i make initial setup of db https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1579753264003300?thread_ts=1579675434.001600&cid=C4J3R7JFL ---- 2020-01-23 04:22:53 UTC - Keerthi Kumar S R: like creation of whisk, activations and subjects db https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1579753373003500?thread_ts=1579675434.001600&cid=C4J3R7JFL ---- 2020-01-23 04:52:08 UTC - Neeraj Mangal: That will be done automatically once you configure the external DB in values.yaml .. ```db: external: true host: <db hostname or ip addr> port: <db port> protocol: <"http" or "https"> auth: username: <username> password: <password>``` https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1579755128003700?thread_ts=1579675434.001600&cid=C4J3R7JFL ---- 2020-01-23 04:53:56 UTC - Neeraj Mangal: Also please make sure to disable the `wipeAndInit: false` in subsequent upgrade, otherwise data will be wipe out from DB. DB Initialization needs to be done once and then you can upgrade other components of openwhisk. https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1579755236003900?thread_ts=1579675434.001600&cid=C4J3R7JFL ---- 2020-01-23 05:43:44 UTC - Keerthi Kumar S R: @Neeraj Mangal Thank you... Even i went with the same approach +1 : Neeraj Mangal https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1579758224004300?thread_ts=1579675434.001600&cid=C4J3R7JFL ----