Thread
-
Table data migration from single server to Flexi server
Bagesh kamar singh <bageshkumarbagi@gmail.com> — 2024-05-02T03:24:27Z
> 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 > >
-
Re: Table data migration from single server to Flexi server
Kashif Zeeshan <kashi.zeeshan@gmail.com> — 2024-05-02T03:45:05Z
Hi Please use pg_dump for taking the backup, you can find the details on the link below. https://www.postgresql.org/docs/current/app-pgdump.html Regards Kashif Zeeshan On Thu, May 2, 2024 at 8:24 AM Bagesh kamar singh <bageshkumarbagi@gmail.com> wrote: > > 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 >> >>
-
Re: Table data migration from single server to Flexi server
Justin Clift <justin@postgresql.org> — 2024-05-03T04:13:13Z
On 2024-05-02 13:24, Bagesh kamar singh wrote: <snip> >> Recently we migrated our postgreSQL single server to flexi server. Hmmm, what's "Flexi server"? Doing a quick online search just now isn't showing things that seem to be PostgreSQL related. Regards and best wishes, Justin Clift