The correct link seems to be https://accumulo.apache.org/docs/2.x/troubleshooting/zookeeper#zookeeper-acls
It looks like both `bin/accumulo dump-zoo` and `bin/accumulo-util dump-zoo` will do the same thing. It was originally a disconnected utility that existed for convenience, but was incorporated into our regular tooling recently as part of an effort to make all these utilities more easily discoverable and executable. I don't think we realized that it already had a convenient and documented entry point. We were just looking for utilities with a "main" method. Either should work fine. They call the same code. On Thu, Aug 24, 2023 at 11:04 AM Vincent Russell <vincent.russ...@gmail.com> wrote: > > Also the link to: > > https://accumulo.apache.org/docs/2.x/troubleshooting/ZooKeeper#ACLs > > is not resolving. > > What needs to be done at this step? > > > Thanks, > Vincent > > > On Thu, Aug 24, 2023 at 10:36 AM Vincent Russell <vincent.russ...@gmail.com> > wrote: > > > Hello, > > > > I'm practicing going to the upgrade instructions from 2.0.1 to 2.1.1 and I > > wanted to confirm that the zoo-dump command is run via the accumulo-util > > command and not via accumulo. > > > > The instructions say: > > > > $ACCUMULO_HOME/bin/accumulo dump-zoo --xml --root /accumulo | tee > > PATH_TO_SNAPSHOT > > > > Thank you, > > Vincent > >