Yes.
What will be the disk space requirement for space for same set of data in 9.5 and 10? I am asking this as I am guessing since we have to do data migration so there may be some change in data format.
On Fri 3 Aug, 2018, 9:34 AM suresh neravati, <suresh.neravati@xxxxxxxxx> wrote:
Hi Debraj,You can use pg_upgrade utility from Postgresql. This works with inplace option. Look at this link below for more details.This option is also be the fastest for upgrading from 9.5 to PG10Thanks,Suresh NeravatiOn Thursday, August 2, 2018, 7:28:47 AM PDT, Debraj Manna <subharaj.manna@xxxxxxxxx> wrote:HiOn moving from postgres 9.5.4 to postgres 10.x we have to do data migration.Can some one let me know will the disk space requirement remain same for same set of tables with same number of rows in postgres 10.x and postgres 9.5.4 ?Thanks,