{"id":43415,"date":"2026-03-10T08:40:21","date_gmt":"2026-03-10T07:40:21","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=43415"},"modified":"2026-03-10T08:40:24","modified_gmt":"2026-03-10T07:40:24","slug":"commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/","title":{"rendered":"Commercial PostgreSQL distributions with TDE (3) Cybertec PostgreSQL EE (1) Setup"},"content":{"rendered":"\n<p>In the lasts posts in this series we&#8217;ve looked at Fujitsu&#8217;s distribution of PostgreSQL (<a href=\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-1-fujitsu-enterprise-postgres-1-setup\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a> and <a href=\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-1-fujitsu-enterprise-postgres-2-tde\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>) and EnterpriseDB&#8217;s distribution of PostgreSQL (<a href=\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-2-edb-postgres-extended-server-1-setup\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a> and <a href=\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-2-edb-postgres-extended-server-2-tde\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>) which both come with support for TDE (Transparent Data Encryption). A third player is Cybertec with it&#8217;s <a href=\"https:\/\/www.cybertec-postgresql.com\/en\/products\/cybertec-postgresql-enterprise-edition-pgee\/\" target=\"_blank\" rel=\"noreferrer noopener\">Cybertec PostgreSQL EE<\/a> distribution of PostgreSQL and this is the distribution we&#8217;re looking at in this and the next post.<\/p>\n\n\n\n<p>Cybertec provides free access to their <a href=\"https:\/\/repository.cybertec.at\/\" target=\"_blank\" rel=\"noreferrer noopener\">repositories<\/a> with the limitation of 1GB data per table. As with Fujitsu, the supported versions of Linux distributions are based <a href=\"https:\/\/www.redhat.com\/en\/technologies\/linux-platforms\/enterprise-linux\" target=\"_blank\" rel=\"noreferrer noopener\">RHEL<\/a> (8,9 &amp; 10) and <a href=\"https:\/\/www.suse.com\/products\/server\/\" target=\"_blank\" rel=\"noreferrer noopener\">SLES<\/a> (15 &amp; 16). <\/p>\n\n\n\n<p>Installing Cybertec&#8217;s distribution of PostgreSQL is, the same as with Fujitsu and EnterpriseDB,  just a matter of attaching the repository and installing the packages. Before I am going to do that I&#8217;ll disable the EnterpriseDB repositories for not running into any issues with those when installing another distribution of PostgreSQL:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; highlight: [1,9,11]; title: ; notranslate\" title=\"\">\n&#x5B;root@postgres-tde ~]$ dnf repolist\nUpdating Subscription Management repositories.\nrepo id                                         repo name\nenterprisedb-enterprise                         enterprisedb-enterprise\nenterprisedb-enterprise-noarch                  enterprisedb-enterprise-noarch\nenterprisedb-enterprise-source                  enterprisedb-enterprise-source\nrhel-9-for-x86_64-appstream-rpms                Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)\nrhel-9-for-x86_64-baseos-rpms                   Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)\n&#x5B;root@postgres-tde ~]$ dnf config-manager --disable enterprisedb-*\nUpdating Subscription Management repositories.\n&#x5B;root@postgres-tde ~]$ dnf repolist\nUpdating Subscription Management repositories.\nrepo id                                                                                                   repo name\nrhel-9-for-x86_64-appstream-rpms                                                                          Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)\nrhel-9-for-x86_64-baseos-rpms                                                                             Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)\n&#x5B;root@postgres-tde ~]$\n<\/pre><\/div>\n\n\n<p>Attaching the Cybertec repository for version 18 of PostgreSQL:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; highlight: [1,2,24]; title: ; notranslate\" title=\"\">\n&#x5B;root@postgres-tde ~]$ version=18\n&#x5B;root@postgres-tde ~]$ sudo tee \/etc\/yum.repos.d\/cybertec-pg$version.repo &lt;&lt;EOF\n&#x5B;cybertec_pg$version]\nname=CYBERTEC PostgreSQL $version repository for RHEL\/CentOS \\$releasever - \\$basearch\nbaseurl=https:\/\/repository.cybertec.at\/public\/$version\/redhat\/\\$releasever\/\\$basearch\ngpgkey=https:\/\/repository.cybertec.at\/assets\/cybertec-rpm.asc\nenabled=1\n&#x5B;cybertec_common]\nname=CYBERTEC common repository for RHEL\/CentOS \\$releasever - \\$basearch\nbaseurl=https:\/\/repository.cybertec.at\/public\/common\/redhat\/\\$releasever\/\\$basearch\ngpgkey=https:\/\/repository.cybertec.at\/assets\/cybertec-rpm.asc\nenabled=1\nEOF\n&#x5B;cybertec_pg18]\nname=CYBERTEC PostgreSQL 18 repository for RHEL\/CentOS $releasever - $basearch\nbaseurl=https:\/\/repository.cybertec.at\/public\/18\/redhat\/$releasever\/$basearch\ngpgkey=https:\/\/repository.cybertec.at\/assets\/cybertec-rpm.asc\nenabled=1\n&#x5B;cybertec_common]\nname=CYBERTEC common repository for RHEL\/CentOS $releasever - $basearch\nbaseurl=https:\/\/repository.cybertec.at\/public\/common\/redhat\/$releasever\/$basearch\ngpgkey=https:\/\/repository.cybertec.at\/assets\/cybertec-rpm.asc\nenabled=1\n&#x5B;root@postgres-tde ~]$ dnf repolist\nUpdating Subscription Management repositories.\nrepo id                                                                                                 repo name\ncybertec_common                                                                                         CYBERTEC common repository for RHEL\/CentOS 9 - x86_64\ncybertec_pg18                                                                                           CYBERTEC PostgreSQL 18 repository for RHEL\/CentOS 9 - x86_64\nrhel-9-for-x86_64-appstream-rpms                                                                        Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)\nrhel-9-for-x86_64-baseos-rpms                                                                           Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)\n&#x5B;root@postgres-tde ~]$\n<\/pre><\/div>\n\n\n<p>Let&#8217;s check what we have available:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; highlight: [1]; title: ; notranslate\" title=\"\">\n&#x5B;root@postgres-tde ~]$ dnf search postgresql18-ee\nUpdating Subscription Management repositories.\nLast metadata expiration check: 0:00:10 ago on Mon 09 Mar 2026 09:33:05 AM CET.\n================================================================================================== Name Exactly Matched: postgresql18-ee ===================================================================================================\npostgresql18-ee.x86_64 : PostgreSQL client programs and libraries\n================================================================================================= Name &amp; Summary Matched: postgresql18-ee ==================================================================================================\npostgresql18-ee-contrib-debuginfo.x86_64 : Debug information for package postgresql18-ee-contrib\npostgresql18-ee-debuginfo.x86_64 : Debug information for package postgresql18-ee\npostgresql18-ee-devel-debuginfo.x86_64 : Debug information for package postgresql18-ee-devel\npostgresql18-ee-ecpg-devel-debuginfo.x86_64 : Debug information for package postgresql18-ee-ecpg-devel\npostgresql18-ee-ecpg-libs-debuginfo.x86_64 : Debug information for package postgresql18-ee-ecpg-libs\npostgresql18-ee-libs-debuginfo.x86_64 : Debug information for package postgresql18-ee-libs\npostgresql18-ee-libs-oauth-debuginfo.x86_64 : Debug information for package postgresql18-ee-libs-oauth\npostgresql18-ee-llvmjit-debuginfo.x86_64 : Debug information for package postgresql18-ee-llvmjit\npostgresql18-ee-plperl-debuginfo.x86_64 : Debug information for package postgresql18-ee-plperl\npostgresql18-ee-plpython3-debuginfo.x86_64 : Debug information for package postgresql18-ee-plpython3\npostgresql18-ee-pltcl-debuginfo.x86_64 : Debug information for package postgresql18-ee-pltcl\npostgresql18-ee-server-debuginfo.x86_64 : Debug information for package postgresql18-ee-server\n====================================================================================================== Name Matched: postgresql18-ee =======================================================================================================\npostgresql18-ee-contrib.x86_64 : Contributed source and binaries distributed with PostgreSQL\npostgresql18-ee-devel.x86_64 : PostgreSQL development header files and libraries\npostgresql18-ee-docs.x86_64 : Extra documentation for PostgreSQL\npostgresql18-ee-ecpg-devel.x86_64 : Development files for ECPG (Embedded PostgreSQL for C)\npostgresql18-ee-ecpg-libs.x86_64 : Run-time libraries for ECPG programs\npostgresql18-ee-libs.x86_64 : The shared libraries required for any PostgreSQL clients\npostgresql18-ee-libs-oauth.x86_64 : The shared libraries required for any PostgreSQL clients - OAuth flow\npostgresql18-ee-llvmjit.x86_64 : Just-in-time compilation support for PostgreSQL\npostgresql18-ee-plperl.x86_64 : The Perl procedural language for PostgreSQL\npostgresql18-ee-plpython3.x86_64 : The Python3 procedural language for PostgreSQL\npostgresql18-ee-pltcl.x86_64 : The Tcl procedural language for PostgreSQL\npostgresql18-ee-server.x86_64 : The programs needed to create and run a PostgreSQL server\npostgresql18-ee-test.x86_64 : The test suite distributed with PostgreSQL\n<\/pre><\/div>\n\n\n<p>This are the usual suspects, so for getting it installed:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; highlight: [1]; title: ; notranslate\" title=\"\">\n&#x5B;root@postgres-tde ~]$ dnf install postgresql18-ee-server postgresql18-ee postgresql18-ee-contrib\nUpdating Subscription Management repositories.\nLast metadata expiration check: 0:00:29 ago on Mon 09 Mar 2026 10:30:17 AM CET.\nDependencies resolved.\n============================================================================================================================================================================================================================================\n Package                                                       Architecture                                 Version                                                               Repository                                           Size\n============================================================================================================================================================================================================================================\nInstalling:\n postgresql18-ee                                               x86_64                                       18.3-EE~demo.rhel9.cybertec2                                          cybertec_pg18                                       2.0 M\n postgresql18-ee-contrib                                       x86_64                                       18.3-EE~demo.rhel9.cybertec2                                          cybertec_pg18                                       755 k\n postgresql18-ee-server                                        x86_64                                       18.3-EE~demo.rhel9.cybertec2                                          cybertec_pg18                                       7.2 M\nInstalling dependencies:\n postgresql18-ee-libs                                          x86_64                                       18.3-EE~demo.rhel9.cybertec2                                          cybertec_pg18                                       299 k\n\nTransaction Summary\n============================================================================================================================================================================================================================================\nInstall  4 Packages\n\nTotal download size: 10 M\nInstalled size: 46 M\nIs this ok &#x5B;y\/N]: y\nDownloading Packages:\n(1\/4): postgresql18-ee-libs-18.3-EE~demo.rhel9.cybertec2.x86_64.rpm                                                                                                                                         1.4 MB\/s | 299 kB     00:00    \n(2\/4): postgresql18-ee-contrib-18.3-EE~demo.rhel9.cybertec2.x86_64.rpm                                                                                                                                      3.1 MB\/s | 755 kB     00:00    \n(3\/4): postgresql18-ee-18.3-EE~demo.rhel9.cybertec2.x86_64.rpm                                                                                                                                              6.8 MB\/s | 2.0 MB     00:00    \n(4\/4): postgresql18-ee-server-18.3-EE~demo.rhel9.cybertec2.x86_64.rpm                                                                                                                                        13 MB\/s | 7.2 MB     00:00    \n--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\nTotal                                                                                                                                                                                                        13 MB\/s |  10 MB     00:00     \nCYBERTEC PostgreSQL 18 repository for RHEL\/CentOS 9 - x86_64                                                                                                                                                 42 kB\/s | 3.1 kB     00:00    \nImporting GPG key 0x2D1B5F59:\n Userid     : &quot;Cybertec International (Software Signing Key) &lt;build@cybertec.at&gt;&quot;\n Fingerprint: FCFF 012F 4B39 9019 1352 BB03 AA6F 3CC1 2D1B 5F59\n From       : https:\/\/repository.cybertec.at\/assets\/cybertec-rpm.asc\nIs this ok &#x5B;y\/N]: y\nKey imported successfully\nRunning transaction check\nTransaction check succeeded.\nRunning transaction test\nTransaction test succeeded.\nRunning transaction\n  Preparing        :                                                                                                                                                                                                                    1\/1 \n  Installing       : postgresql18-ee-libs-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                           1\/4 \n  Running scriptlet: postgresql18-ee-libs-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                           1\/4 \n  Installing       : postgresql18-ee-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                                2\/4 \n  Running scriptlet: postgresql18-ee-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                                2\/4 \n  Running scriptlet: postgresql18-ee-server-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                         3\/4 \n  Installing       : postgresql18-ee-server-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                         3\/4 \n  Running scriptlet: postgresql18-ee-server-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                         3\/4 \n  Installing       : postgresql18-ee-contrib-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                        4\/4 \n  Running scriptlet: postgresql18-ee-contrib-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                        4\/4 \n  Verifying        : postgresql18-ee-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                                1\/4 \n  Verifying        : postgresql18-ee-contrib-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                        2\/4 \n  Verifying        : postgresql18-ee-libs-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                           3\/4 \n  Verifying        : postgresql18-ee-server-18.3-EE~demo.rhel9.cybertec2.x86_64                                                                                                                                                         4\/4 \nInstalled products updated.\n\nInstalled:\n  postgresql18-ee-18.3-EE~demo.rhel9.cybertec2.x86_64  postgresql18-ee-contrib-18.3-EE~demo.rhel9.cybertec2.x86_64  postgresql18-ee-libs-18.3-EE~demo.rhel9.cybertec2.x86_64  postgresql18-ee-server-18.3-EE~demo.rhel9.cybertec2.x86_64 \n\nComplete!\n<\/pre><\/div>\n\n\n<p>&#8230; and that&#8217;s it. As with the other posts in this little series, we&#8217;ll have a look at how to start the instance and enable TDE in the next post.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the lasts posts in this series we&#8217;ve looked at Fujitsu&#8217;s distribution of PostgreSQL (here and here) and EnterpriseDB&#8217;s distribution of PostgreSQL (here and here) which both come with support for TDE (Transparent Data Encryption). A third player is Cybertec with it&#8217;s Cybertec PostgreSQL EE distribution of PostgreSQL and this is the distribution we&#8217;re looking [&hellip;]<\/p>\n","protected":false},"author":29,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229,198],"tags":[77],"type_dbi":[],"class_list":["post-43415","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring","category-database-management","tag-postgresql"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Commercial PostgreSQL distributions with TDE (3) Cybertec PostgreSQL EE (1) Setup - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Commercial PostgreSQL distributions with TDE (3) Cybertec PostgreSQL EE (1) Setup\" \/>\n<meta property=\"og:description\" content=\"In the lasts posts in this series we&#8217;ve looked at Fujitsu&#8217;s distribution of PostgreSQL (here and here) and EnterpriseDB&#8217;s distribution of PostgreSQL (here and here) which both come with support for TDE (Transparent Data Encryption). A third player is Cybertec with it&#8217;s Cybertec PostgreSQL EE distribution of PostgreSQL and this is the distribution we&#8217;re looking [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-10T07:40:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-10T07:40:24+00:00\" \/>\n<meta name=\"author\" content=\"Daniel Westermann\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@westermanndanie\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Daniel Westermann\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/\"},\"author\":{\"name\":\"Daniel Westermann\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d08e9bd996a89bd75c0286cbabf3c66\"},\"headline\":\"Commercial PostgreSQL distributions with TDE (3) Cybertec PostgreSQL EE (1) Setup\",\"datePublished\":\"2026-03-10T07:40:21+00:00\",\"dateModified\":\"2026-03-10T07:40:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/\"},\"wordCount\":215,\"commentCount\":0,\"keywords\":[\"PostgreSQL\"],\"articleSection\":[\"Database Administration &amp; Monitoring\",\"Database management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/\",\"name\":\"Commercial PostgreSQL distributions with TDE (3) Cybertec PostgreSQL EE (1) Setup - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2026-03-10T07:40:21+00:00\",\"dateModified\":\"2026-03-10T07:40:24+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d08e9bd996a89bd75c0286cbabf3c66\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Commercial PostgreSQL distributions with TDE (3) Cybertec PostgreSQL EE (1) Setup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d08e9bd996a89bd75c0286cbabf3c66\",\"name\":\"Daniel Westermann\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/31350ceeecb1dd8986339a29bf040d4cd3cd087d410deccd8f55234466d6c317?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/31350ceeecb1dd8986339a29bf040d4cd3cd087d410deccd8f55234466d6c317?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/31350ceeecb1dd8986339a29bf040d4cd3cd087d410deccd8f55234466d6c317?s=96&d=mm&r=g\",\"caption\":\"Daniel Westermann\"},\"description\":\"Daniel Westermann is Principal Consultant and Technology Leader Open Infrastructure at dbi services. He has more than 15 years of experience in management, engineering and optimization of databases and infrastructures, especially on Oracle and PostgreSQL. Since the beginning of his career, he has specialized in Oracle Technologies and is Oracle Certified Professional 12c and Oracle Certified Expert RAC\/GridInfra. Over time, Daniel has become increasingly interested in open source technologies, becoming \u201cTechnology Leader Open Infrastructure\u201d and PostgreSQL expert. \u00a0Based on community or EnterpriseDB tools, he develops and installs complex high available solutions with PostgreSQL. He is also a certified PostgreSQL Plus 9.0 Professional and a Postgres Advanced Server 9.4 Professional. He is a regular speaker at PostgreSQL conferences in Switzerland and Europe. Today Daniel is also supporting our customers on AWS services such as AWS RDS, database migrations into the cloud, EC2 and automated infrastructure management with AWS SSM (System Manager). He is a certified AWS Solutions Architect Professional. Prior to dbi services, Daniel was Management System Engineer at LC SYSTEMS-Engineering AG in Basel. Before that, he worked as Oracle Developper &amp;\u00a0Project Manager at Delta Energy Solutions AG in Basel (today Powel AG). Daniel holds a diploma in Business Informatics (DHBW, Germany). His branch-related experience mainly covers the pharma industry, the financial sector, energy, lottery and telecommunications.\",\"sameAs\":[\"https:\/\/x.com\/westermanndanie\"],\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/daniel-westermann\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Commercial PostgreSQL distributions with TDE (3) Cybertec PostgreSQL EE (1) Setup - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/","og_locale":"en_US","og_type":"article","og_title":"Commercial PostgreSQL distributions with TDE (3) Cybertec PostgreSQL EE (1) Setup","og_description":"In the lasts posts in this series we&#8217;ve looked at Fujitsu&#8217;s distribution of PostgreSQL (here and here) and EnterpriseDB&#8217;s distribution of PostgreSQL (here and here) which both come with support for TDE (Transparent Data Encryption). A third player is Cybertec with it&#8217;s Cybertec PostgreSQL EE distribution of PostgreSQL and this is the distribution we&#8217;re looking [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/","og_site_name":"dbi Blog","article_published_time":"2026-03-10T07:40:21+00:00","article_modified_time":"2026-03-10T07:40:24+00:00","author":"Daniel Westermann","twitter_card":"summary_large_image","twitter_creator":"@westermanndanie","twitter_misc":{"Written by":"Daniel Westermann","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/"},"author":{"name":"Daniel Westermann","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d08e9bd996a89bd75c0286cbabf3c66"},"headline":"Commercial PostgreSQL distributions with TDE (3) Cybertec PostgreSQL EE (1) Setup","datePublished":"2026-03-10T07:40:21+00:00","dateModified":"2026-03-10T07:40:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/"},"wordCount":215,"commentCount":0,"keywords":["PostgreSQL"],"articleSection":["Database Administration &amp; Monitoring","Database management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/","url":"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/","name":"Commercial PostgreSQL distributions with TDE (3) Cybertec PostgreSQL EE (1) Setup - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2026-03-10T07:40:21+00:00","dateModified":"2026-03-10T07:40:24+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d08e9bd996a89bd75c0286cbabf3c66"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/commercial-postgresql-distributions-with-tde-3-cybertec-postgresql-ee-1-setup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Commercial PostgreSQL distributions with TDE (3) Cybertec PostgreSQL EE (1) Setup"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d08e9bd996a89bd75c0286cbabf3c66","name":"Daniel Westermann","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/31350ceeecb1dd8986339a29bf040d4cd3cd087d410deccd8f55234466d6c317?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/31350ceeecb1dd8986339a29bf040d4cd3cd087d410deccd8f55234466d6c317?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/31350ceeecb1dd8986339a29bf040d4cd3cd087d410deccd8f55234466d6c317?s=96&d=mm&r=g","caption":"Daniel Westermann"},"description":"Daniel Westermann is Principal Consultant and Technology Leader Open Infrastructure at dbi services. He has more than 15 years of experience in management, engineering and optimization of databases and infrastructures, especially on Oracle and PostgreSQL. Since the beginning of his career, he has specialized in Oracle Technologies and is Oracle Certified Professional 12c and Oracle Certified Expert RAC\/GridInfra. Over time, Daniel has become increasingly interested in open source technologies, becoming \u201cTechnology Leader Open Infrastructure\u201d and PostgreSQL expert. \u00a0Based on community or EnterpriseDB tools, he develops and installs complex high available solutions with PostgreSQL. He is also a certified PostgreSQL Plus 9.0 Professional and a Postgres Advanced Server 9.4 Professional. He is a regular speaker at PostgreSQL conferences in Switzerland and Europe. Today Daniel is also supporting our customers on AWS services such as AWS RDS, database migrations into the cloud, EC2 and automated infrastructure management with AWS SSM (System Manager). He is a certified AWS Solutions Architect Professional. Prior to dbi services, Daniel was Management System Engineer at LC SYSTEMS-Engineering AG in Basel. Before that, he worked as Oracle Developper &amp;\u00a0Project Manager at Delta Energy Solutions AG in Basel (today Powel AG). Daniel holds a diploma in Business Informatics (DHBW, Germany). His branch-related experience mainly covers the pharma industry, the financial sector, energy, lottery and telecommunications.","sameAs":["https:\/\/x.com\/westermanndanie"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/daniel-westermann\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/43415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=43415"}],"version-history":[{"count":6,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/43415\/revisions"}],"predecessor-version":[{"id":43421,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/43415\/revisions\/43421"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=43415"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=43415"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=43415"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=43415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}