Skip to content

Commit c57687c

Browse files
committed
chore: upgrade pg_tle
Pulling in aws/pg_tle@c8767fb allows us to remove the workaround migration that involved creating/dropping pg_tle on init and restores, which is causing issues under restores if tle extensions have been installed on top.
1 parent aa81a7c commit c57687c

File tree

4 files changed

+3
-30
lines changed

4 files changed

+3
-30
lines changed

ansible/vars.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ pg_repack_release_checksum: sha256:18b4d871c1abf78cf0b1b1fe6081d435d183a8dc5eb97
132132
pgvector_release: "0.4.0"
133133
pgvector_release_checksum: sha256:b76cf84ddad452cc880a6c8c661d137ddd8679c000a16332f4f03ecf6e10bcc8
134134

135-
pg_tle_release: "1.0.3"
136-
pg_tle_release_checksum: sha256:26e66503e45c67aa4a79f764c6775173239141cec78553ccf7c3b40524a558a3
135+
pg_tle_release: "1.0.4"
136+
pg_tle_release_checksum: sha256:679559584d83fb629c3b56825849fca4ff1fa3355b350aaaf8aa0b7b3460b08a

common.vars.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.77"
1+
postgres-version = "15.1.0.78"

migrations/db/migrations/20230413155331_pg_tle_temporary_workaround.sql

-20
This file was deleted.

migrations/schema.sql

-7
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ CREATE EXTENSION IF NOT EXISTS pgsodium WITH SCHEMA pgsodium;
6565
COMMENT ON EXTENSION pgsodium IS 'Pgsodium is a modern cryptography library for Postgres.';
6666

6767

68-
--
69-
-- Name: pgtle; Type: SCHEMA; Schema: -; Owner: -
70-
--
71-
72-
CREATE SCHEMA pgtle;
73-
74-
7568
--
7669
-- Name: realtime; Type: SCHEMA; Schema: -; Owner: -
7770
--

0 commit comments

Comments
 (0)