Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Auto Setup will not run if the site is already set up. It detects this by checking if the current tenant's shell settings indicate that the tenant is uninitialized. From your error, it seems that while the DB remains there between startups, the shell settings store is wiped. Thus, Auto Setup thinks the tenant is uninitialized, tries to set it up, then fails on the DB existing. So, you either need to wipe the DB as well, or configure shell settings to be stored in a durable manner. This can happen by putting the |
Beta Was this translation helpful? Give feedback.
-
Currently, in our CI/CD setup, when I use autosetup I get the error "the provided database, table prefix and schema are already in use". I assume that when harness applies the new image to my aks cluster, it attempts the run the autosetup process even though it already ran during the initial setup of the instance.
Beta Was this translation helpful? Give feedback.
All reactions