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 1tUaxm-001EMW-Rh for pgsql-general@arkaria.postgresql.org; Mon, 06 Jan 2025 00:27:23 +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 1tUaxk-003iPp-Ck for pgsql-general@arkaria.postgresql.org; Mon, 06 Jan 2025 00:27:20 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tUaxk-003iPh-0n for pgsql-general@lists.postgresql.org; Mon, 06 Jan 2025 00:27:19 +0000 Received: from ageofdream.com ([45.33.21.21]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tUaxh-00047W-1a for pgsql-general@lists.postgresql.org; Mon, 06 Jan 2025 00:27:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ageofdream.com; s=ageofdream; t=1736123236; bh=vSTaE4BPxX5V6hmXw8jJFR2kZzngU63hwZfgfOpWZxk=; h=Subject:From:To:Date:From; b=jJn3u9ocYp9p3qQvMOROIsxiEIP8upjy4OWJeggfosjrq3WGaIHAfBU9ZbpWY5HDr eA551JwPj17Lv1dS2tShqU0Or4WTplP3eRD21Oz315zT4ZiEiS8ZqdxF4510Xial7p 3Tk0WgevvEYfNVsSAH+E4uadl+EOEoRP7CUA5KyUUSzb52dnjDkD/JXuj6WL1dH0tv 7I86EbUjk25tCLIAWmqSnOvDORrLkTQAYlwTUQ3mustFc9ozc1nOvntBCTQbbBjmMW ulr8gKgiCLbwfezUghHmn0RyzhSvnoWSa//krMN5eCSl9gUKqiuYJX/vRqufHbys+G KXBF/2dl2f54Q== Received: from [192.168.1.7] (unknown [72.255.194.227]) by ageofdream.com (Postfix) with ESMTPSA id 672AF27888 for ; Sun, 5 Jan 2025 19:27:16 -0500 (EST) Message-ID: <76354c477f2636a93d891528b66c5b8c6d6b1db5.camel@ageofdream.com> Subject: Questions about the Debian Package version of pgAdmin From: Nick To: pgsql-general@lists.postgresql.org Date: Sun, 05 Jan 2025 19:27:15 -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 sent this to the PgAdmin list but didn't get any replies. Not sure how many people are on that list, but since these questions are general enough, I figure someone on the main list will know: 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 doesn't break anything each time the setup playbook runs and updates PgAdmin. Thanks, Nick