From 01bf9076c6311f1cbd12805295c7bfbdcc045c05 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 25 Apr 2024 09:53:56 +0200 Subject: [PATCH] Do not load vectors.so by default --- example/postgres-upgrade.nomad.hcl | 2 +- variables.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/example/postgres-upgrade.nomad.hcl b/example/postgres-upgrade.nomad.hcl index 0a69062..3a9ddbc 100644 --- a/example/postgres-upgrade.nomad.hcl +++ b/example/postgres-upgrade.nomad.hcl @@ -54,7 +54,7 @@ job "postgres-upgrade" { PG_FROM = "" PG_TO = "" PG_INITDB_OPTS = "--data-checksum --encoding UTF-8 " - PG_UPGRADE_OPTS = "--new-options=-c --new-options=shared_preload_libraries=vectors.so --clone " + PG_UPGRADE_OPTS = "--clone " DO_PG_UPGRADE = "false" } diff --git a/variables.yml b/variables.yml index c980665..84ec57b 100644 --- a/variables.yml +++ b/variables.yml @@ -381,8 +381,7 @@ pg: # Options to pass to pg_upgrade options: - - new-options=-c - - new-options=shared_preload_libraries=vectors.so + # Will only work if using XFS, ZFS or btrfs. Else, replace with link - clone # Major postgres versions, eg