Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tUFvb-00FHn0-Id for pgadmin-support@arkaria.postgresql.org; Sun, 05 Jan 2025 01:59:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tUFva-00F512-Ri for pgadmin-support@arkaria.postgresql.org; Sun, 05 Jan 2025 01:59:42 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tUFva-00F50u-KB for pgadmin-support@lists.postgresql.org; Sun, 05 Jan 2025 01:59:42 +0000 Received: from ageofdream.com ([45.33.21.21]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tUFvY-000H62-2i for pgadmin-support@lists.postgresql.org; Sun, 05 Jan 2025 01:59:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ageofdream.com; s=ageofdream; t=1736042377; bh=oHk7Ln3/TP9pUvf4HxH2BbrM5k2dCuU+/5/IfxAGN2Y=; h=Subject:From:To:Date:From; b=aSAzF4j4PnnENuEs00Pnn1WusYCywbqM2/Eh9KlpJKm6pNJpTNB4WIX14RgSoTcLs mtERLiO3e0XJInP1+yfh5DL+5v7nLoT9ehf00wOQoshsk4o5dx6RlWlqW46W/4vztg zn9onCqmYz0Gho6WArzLeLdHYAwwuGa97azfRgPgy+70r0G1r+vQr5ij2NQuzX3lvC 3NrhUrBYPLCQNM4m3q7sX6JnYyT27ryFr77Cg9E/nEny7nWSImW9uKz/1N+T8txpXk 6wfnNnbO4DIue42NE2bW/jR5jKxk1+lFJDbJEnK6E1d3Q86FZhwiPUD651xxCuQgdF wCqb5Fc/L7XAA== Received: from [192.168.1.7] (unknown [72.255.194.227]) by ageofdream.com (Postfix) with ESMTPSA id CEEE5278D7 for ; Sat, 4 Jan 2025 20:59:37 -0500 (EST) Message-ID: <7a2da2d7264c1b5f518bc78db5305866a0857461.camel@ageofdream.com> Subject: Questions about the Debian Package version of pgAdmin From: Nick To: pgadmin-support@lists.postgresql.org Date: Sat, 04 Jan 2025 20:59:37 -0500 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=4.0.0 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on ageofdream.com List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I'm using the apt repository version for Debian 12 (Bookworm). I'm also using Ansible to manage the server, and I have some questions about the pgAdmin Debian package version. 1. If we're using the pgAdmin DEB repo, will `apt-update` always update pgAdmin to the latest major version? ie. Will we be doing an upgrade every four weeks? 2. Should `sudo /usr/pgadmin4/bin/setup-web.sh` be run every time `apt- update` runs, or only once? 3. Since the package is also installing Apache for us and configuring it, is there a safe way for us to modify the Apache config without breaking updates? We'd like to enable TLS for Apache, but in a way that each time the playbook runs, it updates the pgAdmin package to the latest version, hopefully without breaking anything. Thanks, Nick