Skip to content

Commit

Permalink
Update converge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Dec 13, 2024
1 parent e8b6319 commit 9f2de92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion automation/molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
# enable_citus: true # TODO Postgres 17
enable_paradedb: "{{ 'false' if ansible_distribution_release == 'bullseye' else 'true' }}" # pg_search and pg_analytics (no packages for debian 11)
enable_pgvectorscale: "{{ 'true' if ansible_distribution_release in ['bookworm', 'jammy', 'noble'] else 'false' }}" # only deb packages are available
pgvectorscale_version: "0.5.0" # TODO (v0.5.1 does not contain packages)
# create extension
postgresql_schemas:
- { schema: "paradedb", db: "postgres", owner: "postgres" } # pg_search must be installed in the paradedb schema.
Expand Down

0 comments on commit 9f2de92

Please sign in to comment.