artefactual-labs / ansible-atom

An ansible role for deploying AtoM
GNU Affero General Public License v3.0
6 stars 5 forks source link

2.6.4? #96

Closed edsu closed 3 years ago

edsu commented 3 years ago

I recently ran a playbook that has ansible-atom as a role and noticed that when it finished I had an AtoM instance that displayed that I needed to upgrade at the top. Is it ok to update the role to 2.6.4?

Also, does the role handle upgrades, migrations etc, that need to be run to update my instance? Thanks for any information you can provide.

hakamine commented 3 years ago

Thank you for the PR. I think that if the default value for atom_repository_version is changed to the 2.6 branch, the default value for the variable atom_es_config_version also needs to be updated to 2.6.

sevein commented 3 years ago

@edsu, do you want to make the suggested change? Thank you in advance.

edsu commented 3 years ago

Should atom_es_config_version include a wildcarded patch version, e.g. 2.6.x like atom_repository_version ?

edsu commented 3 years ago

I went with 2.6 as instructed.

sevein commented 3 years ago

Thank you both!