We switched away from separate components per version in favour of the using the standard apt tools to pin versions - you can do apt-mark hold eventstore-oss to prevent upgrade, having installed it with apt-get install eventstore-oss=3.4.0 to get a specific version.
We switched away from separate components per version in favour of the using
the standard apt tools to pin versions - you can do `apt-mark hold
eventstore-oss` to prevent upgrade, having installed it with `apt-get
install eventstore-oss=3.4.0` to get a specific version.
Yeah, I'm using Ansible for all my configuration (we don't do ANY
manual SSH commands), so my current script for 3.4.0 onwards looks
like this:
- name: Adding EventStore GPG key
apt_key: url=https://packagecloud.io/gpg.key state=present
tags: eventstore