Update Starburst Admin#
Like the Starburst Admin installation process, the
Starburst Admin update process uses the ansible-galaxy
tool.
Note
The ansible-galaxy
tool replaces all existing files in the
~/.ansible/collections/ansible_collections/starburst/admin/
directory with the
latest files from the updated package.
Use the following steps to update Starburst Admin:
Download the package for your desired version of Starburst Admin.
Back up all the configuration files you created or modified during the installation process.
Use the following command to install the new version of Starburst Admin:
ansible-galaxy collection install starburst-admin-*.tar.gz
Restore your backed-up files to their original locations.
Restart SEP using the
stop.yml
andstart.yml
playbooks.