How do I download a specific version of this extension?
Hi,
I'm currently downloading this extension in my docker file as:
wget https://gitlab.com/dalibo/postgresql_anonymizer/-/archive/latest/postgresql_anonymizer-latest.tar.gz -O pg_anon.tar.gz
I see that latest corresponds to 2.2.0. I'm trying to see if I can modify the URL to pin it to only download 2.2.0 for now instead of automatically downloading the latest release.
I see that https://gitlab.com/dalibo/postgresql_anonymizer/-/archive/2.1.0/postgresql_anonymizer-latest.tar.gz is a valid URL and downloads release 2.1.0 but https://gitlab.com/dalibo/postgresql_anonymizer/-/archive/2.2.0/postgresql_anonymizer-latest.tar.gz just gives error code 404.
I also see that there is a tag for release 2.1.0 but there is no latest or 2.2.0 tag.
Additionally, select * from pg_available_extensions; shows version 2.2.0 for me (on using the aforementioned latest URL), so I assume 2.2.0 is the latest one.
| # | name | default_version | installed_version | comment |
|---|------|-----------------|-------------------|---------------------------------------------|
| 1 | anon | 2.2.0 | 2.2.0 | Anonymization & Data Masking for PostgreSQL |