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 1r2S2k-00GmGF-0e for pgadmin-hackers@arkaria.postgresql.org; Mon, 13 Nov 2023 08:11:38 +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 1r2S2i-00Dkn4-LF for pgadmin-hackers@arkaria.postgresql.org; Mon, 13 Nov 2023 08:11:36 +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 1r2S2i-00Dkmw-Bx for pgadmin-hackers@lists.postgresql.org; Mon, 13 Nov 2023 08:11:36 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r2S2f-006BUk-LQ for pgadmin-hackers@lists.postgresql.org; Mon, 13 Nov 2023 08:11:35 +0000 Received: from github.com (hubbernetes-node-256b16a.ac4-iad.github.net [10.52.222.50]) by smtp.github.com (Postfix) with ESMTPA id 13DBC700921 for ; Mon, 13 Nov 2023 00:11:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699863092; bh=fsmjo+ogkRgxZAk5AbjPzbvIog7BGzc/o27SWsERZ8E=; h=Date:From:To:Subject:From; b=GuvXu91Lxq2eu+vDzZfKcfEwBoERkb1ka9cqVZNsBG+VCn0cUzGpMXyX44YXQOtzu Y9VHX2cuQjaANQnXrEFtQlAi7+q++CBRUT8GlvhOiWTuYSmIn1/fV8I+FELdg2l/Hh oo0w3VEfbhQo/Mwzql2kpPJ4YYnASjgCYdyv999I= Date: Mon, 13 Nov 2023 00:11:32 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 0ac471: Fix an issue where import/export data is not worki... 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: 0ac471d1601f86b7421a0620c142588a2bf8a15b https://github.com/pgadmin-org/pgadmin4/commit/0ac471d1601f86b7421a0620c142588a2bf8a15b Author: Akshay Joshi Date: 2023-11-13 (Mon, 13 Nov 2023) Changed paths: M docs/en_US/release_notes_7_9.rst M web/pgadmin/tools/import_export/__init__.py Log Message: ----------- Fix an issue where import/export data is not working for shared servers. #6875