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 1s2N4x-002TBS-5b for pgsql-general@arkaria.postgresql.org; Thu, 02 May 2024 03:25:50 +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 1s2N3u-00FKX6-K7 for pgsql-general@arkaria.postgresql.org; Thu, 02 May 2024 03:24:47 +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 1s2N3t-00FKWx-Cl for pgsql-general@lists.postgresql.org; Thu, 02 May 2024 03:24:46 +0000 Received: from mail-ej1-x634.google.com ([2a00:1450:4864:20::634]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1s2N3p-0011MN-6V for pgsql-general@lists.postgresql.org; Thu, 02 May 2024 03:24:45 +0000 Received: by mail-ej1-x634.google.com with SMTP id a640c23a62f3a-a58fc650f8fso468720066b.1 for ; Wed, 01 May 2024 20:24:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1714620279; x=1715225079; darn=lists.postgresql.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=9VMjy3FdV146SR3Mzs3hJwqvldcRDhqsxdiSDSYlKas=; b=CYd0OSuW6e4DR9DSI0nfhqMVVc7u61EMRpEFYOoG44xRnfJG6aT5JFNaPXdIRPchge poy2Ad/OTpV5sAgdlpsaoLnMSn5WxuhXipy1NazVJFn4UzAyK98z+n3kz9xfHI16Mi57 4w8nb3Jqxtg7WQuqIUMU5I3+QSy7lyoU9H8AeN35z5ravoFKTelqy3WUTwSMbzMb+B/U 78a7lpGHbNWhP12jiYXZ9zU3zLhzBaQDnIjAca4E2XugWklOXtn8SxqXuvHGTHROWa7b UvD9z9b5GHfHy3JIxFDnYwa4zHrLW1ST+J3zP1oez8ZEUsY+rOyRueZtze/xW2ZobpJo 5JXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714620279; x=1715225079; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=9VMjy3FdV146SR3Mzs3hJwqvldcRDhqsxdiSDSYlKas=; b=al1w2/ghoLXtRRof8BFztwRiadoZLfieLGporPpEDjQqjC/qdBkbFI5lywGLg2spat Roq9aBfXx6gdH6AMPDH04jrwj0CX7P3L3sPBEF+OCtLHqrM4lkWxJUpPIepdFBvGEeCK wfvAp5+uiIjIW0tROJc9zeoJMsMPMYZAYdcgtt21JrU1w7J7sC+OhkpiiYAIM2VUgfw4 tF4jNIuutJoGdnXqRfe0brCUVCN1obSvBKrMmYpiBwBcXQWB5QRUI2h6DvvrH6vzhdc9 gPTzJKcWvEQSHEmBdjcBwBWwnkrU3r2hTdJZH54dnWwIN102oOp/1/pSuBr4BDqZL5dZ M1iQ== X-Gm-Message-State: AOJu0YzO2GCZsNs+flhMWaKM1tGm9qKblAziw64IbYFg/+QYcNksO4mb pCKVLQWkAUVVLjH91bpUpVIhvelNzGlx6BNGIqQCPgiv4G2zYigXHmhSjvOIbzhHWfrk0ie0hOo OOcMwdDXTXN8MS6cY3IHBj5c9tEcG5A== X-Google-Smtp-Source: AGHT+IFK3KKGdpM1EYlZa/YtvU0KVM19QIlS04SnZcekb6tFXT44sQD1++BwIQFOvtZHM3upm5+59GmU/HVC6I5EasY= X-Received: by 2002:a17:906:170d:b0:a58:a108:31ec with SMTP id c13-20020a170906170d00b00a58a10831ecmr3070149eje.6.1714620279209; Wed, 01 May 2024 20:24:39 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Bagesh kamar singh Date: Thu, 2 May 2024 08:54:27 +0530 Message-ID: Subject: Table data migration from single server to Flexi server To: pgsql-general@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000aac634061770246f" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000aac634061770246f Content-Type: text/plain; charset="UTF-8" > Hi team, > > I need help. Recently we migrated our postgreSQL single server to flexi > server. We need to move data from a table from a single server database to > a flexi server database. My table has around 12GB data. We need to migrate > only this table data to the flexi server. > Can someone help me with this. > > Thanks in advance. > > > > -- > Regards > Bagesh kumar singh > mob-8888802459 > > --000000000000aac634061770246f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Hi t= eam,

I need help. Recently=C2=A0we migrated our postgreS= QL single server to flexi server. We need to move data from a table from a = single server database to a flexi server database. My table has around 12GB= data. We need to migrate only this table data to the flexi server.
Can someone help me with this.

Thanks in advanc= e.=C2=A0



--
Regards
=C2=A0 Bagesh kumar si= ngh
mob-8888802459

--000000000000aac634061770246f--