vishnuvardhanp4 commented on pull request #8604: URL: https://github.com/apache/pulsar/pull/8604#issuecomment-790828699
I am new to Apache pulsar .I am using apache pulsar standalone 2.6.1 version so iwant to upgrade it to 2.7.0 how to do it can u tell in detail along with commands On Thu, 4 Mar 2021, 6:25 pm lipenghui, <[email protected]> wrote: > @vishnuvardhanp4 <https://github.com/vishnuvardhanp4> If you just upgrade > the broker, I think this will not lose any data. If you want to upgrade the > bookkeeper too, you can do like followings: > > 1. Disable the auto-recovery to prevent the not necessary data > replication during the bookkeeper upgrade.(bin/bookkeeper shell > autorecovery -disable) > 2. Upgrade the bookies one by one(after one upgraded, check the > bookies works as expected, can write data and read data) > 3. After all bookies upgraded, enabled the auto-recovery(bin/bookkeeper > shell autorecovery -enable) > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/pulsar/pull/8604#issuecomment-790597053>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/ASXOGZJISUYDHLHLPCQ2733TB57K5ANCNFSM4TZQIP7A> > . > ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
