One other question: we're also planning on migrati...
# flyte-deployment
e
One other question: we're also planning on migrating the s3 bucket that Flyte uses to a new one, after replicating all objects to the new bucket we hit the following issue after changing it in the helm chart:
Copy code
Conf container:old-flyte-bucket != Passed Container:new-flyte-bucket. Dynamic loading is disabled: not found
I'm seeing this line in the stow store: https://github.com/flyteorg/flyte/blob/1757750e580a0ff03fec877ba792a69825a3b720/flytestdlib/storage/stow_store.go#L187-L190 , and was wondering if it's possible to set
enableDynamicContainerLoading: true
somewhere in the helm charts?
a
that's the flag. let us know if that works fine for you
e
Yep, that did the trick ✔️ . Thank you @average-finland-92144!
🙌🏽 1
We’re doing a DB and bucket migration, and the bucket steps seem sane but didn’t seem like we could do the DB migration without taking a downtime window