https://pulumi.com logo
#general
Title
# general
w

wet-fall-57893

12/06/2022, 11:10 PM
Hey guys A question on upgrading
confluentcloud
provider from
0.1.0
to
1.x
pulumi up
operation with
refresh
flag throws error below and I tried the approach suggested in this [thread](https://github.com/pulumi/pulumi-confluentcloud/pull/14) but unfortunately it didn’t work either as running
refresh
gave me the same error.
Copy code
panic: interface conversion: interface {} is nil, not string
Another method I’ve tired without
refresh
while it didn’t emit the error, it wanted to replace the kafka topic which we cannot do as doing so would cause data loss in our prod environment. So I am looking for the right way to upgrade the package.
for who sees the same issue and looks for a workaround - I have solved it through a trick where I firstly removed those resources causing trouble and ran a
up
to let a successful run. Once state file is to date, I import removed resources all back.
2 Views