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 1qzyn0-002PsW-Qv for pgadmin-hackers@arkaria.postgresql.org; Mon, 06 Nov 2023 12:33:10 +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 1qzymy-00FGmz-O8 for pgadmin-hackers@arkaria.postgresql.org; Mon, 06 Nov 2023 12:33:08 +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 1qzymy-00FGmp-FM for pgadmin-hackers@lists.postgresql.org; Mon, 06 Nov 2023 12:33:08 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qzymv-004ERd-VJ for pgadmin-hackers@lists.postgresql.org; Mon, 06 Nov 2023 12:33:07 +0000 Received: from github.com (hubbernetes-node-a843e8c.va3-iad.github.net [10.48.136.35]) by smtp.github.com (Postfix) with ESMTPA id D16E1410F6 for ; Mon, 6 Nov 2023 04:33:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699273984; bh=AA8E/5C8h7sEQ8xvS6aXToPdR1Ca4cFeHbRMFDi5fMs=; h=Date:From:To:Subject:From; b=lJkhQ0E31d6O7N/sk24FV5lTVnOTRekpaUmHuoG/fRsK4oNV1WNqK0dZnUdsdhUdC LbKv/A3419pSnsNLnwj+EoVLy0oltg9n3ytEkZkIVpB/gRQvTllHQdWXddxQ1JGH0e KVS47OO23OqSu4GXxCp9gXL9Ky5VG/B14vk6jSko= Date: Mon, 06 Nov 2023 04:33:04 -0800 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 0d8adf: Ensure backup/restore/maintenance works with inval... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 0d8adf9ced6bbcb161340b555141a6e8d9eda6e7 https://github.com/pgadmin-org/pgadmin4/commit/0d8adf9ced6bbcb161340b555141a6e8d9eda6e7 Author: Yogesh Mahajan Date: 2023-11-06 (Mon, 06 Nov 2023) Changed paths: M web/pgadmin/misc/bgprocess/processes.py Log Message: ----------- Ensure backup/restore/maintenance works with invalid pgpass file parameter. #6820