pgsql-general
❮
Re: pg_tde in PostgreSQL 18.3
- Jump to comment-1Matthias Apitz<guru@unixarea.de>Apr 15, 2026, 2:35 PM UTCHello,
We compiled pg_tde (transparent data encryption) into PostgreSQL 16.5
the "normal" way:
- git clone pg_tde to the following place
- configure and make it:cd postgresql-16.5/contrib git clone https://github.com/percona/pg_tde.git
It seems this path for 18.3 does not exist anymore, the iscd postgresql-16.5/contrib/pg_tde ./configure --prefix= ..... gmake sudo gmake install
no ./configure in pg_tde:
I've asked this question already in Percona Community Forumcd postgresql-18.3/contrib/pg_tde> ls CONTRIBUTING.md code-of-conduct.md pg_tde--1.0--2.0.sql src COPYRIGHT documentation pg_tde--1.0.sql t Makefile expected pg_tde--2.0--2.1.sql testwrap README.md fetools pg_tde.control tools SECURITY.md meson.build pykmip-server.conf ci_scripts meson_options.txt sql
https://forums.percona.com/t/compiling-pg-tde-into-postgresql-18-3-from-source/40626
With no reaction.
Any comments?
--matthias
Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
I, Matthias, I am not at war with Russia.
Я не воюю с Россией.
Ich bin nicht im Krieg mit Russland.- Jump to comment-1Tom Lane<tgl@sss.pgh.pa.us>Apr 15, 2026, 2:35 PM UTCMatthias Apitz <guru@unixarea.de> writes:
It seems this path for 18.3 does not exist anymore, the is
Just guessing, but this looks like they switched to handling
no ./configure in pg_tde:
meson builds only [1].
[1] https://www.postgresql.org/docs/current/install-meson.htmlregards, tom lane- Jump to comment-1Bruce Momjian<bruce@momjian.us>Apr 15, 2026, 4:10 PM UTCOn Wed, Apr 15, 2026 at 10:35:05AM -0400, Tom Lane wrote:
Matthias Apitz <guru@unixarea.de> writes:
It seems this path for 18.3 does not exist anymore, the is
no ./configure in pg_tde:
Uh, I see them requiring an open source fork of Postgres:
Just guessing, but this looks like they switched to handling
meson builds only [1].
andhttps://github.com/percona/pg_tde Works only with Percona Server for PostgreSQL 17 or Percona Server for PostgreSQL 18
--https://docs.percona.com/postgresql/18/postgresql-server.html Percona Server for PostgreSQL is a binary-compatible, open source drop-in replacement for PostgreSQL 18. It functions identically to upstream PostgreSQL, allowing you to migrate seamlessly between the two.Bruce Momjian <bruce@momjian.us> https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.