File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
automation/roles/pre-checks/tasks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 ansible.builtin.fail :
1919 msg :
2020 - " The current PostgreSQL version ({{ postgresql_version }}) is not supported by the pgvectorscale."
21- - " PostgreSQL version must be {{ pgvectorscale_minimal_pg_version | default(15 ) }} or higher."
21+ - " PostgreSQL version must be {{ pgvectorscale_minimal_pg_version | default(13 ) }} or higher."
2222 when :
2323 - enable_pgvectorscale | default(false) | bool
24- - postgresql_version | string is version(pgvectorscale_minimal_pg_version | default(15 ) | string, '<')
24+ - postgresql_version | string is version(pgvectorscale_minimal_pg_version | default(13 ) | string, '<')
2525
2626- name : Timescale (pgvectorscale) | Checking supported operating system and version
2727 run_once : true
You can’t perform that action at this time.
0 commit comments