Re: [postgis-users] best and simple way to downgrade PostGIS from 13.6 to 13.5

2022-04-25 Thread Paul Ramsey
> On Apr 25, 2022, at 8:30 AM, Shaozhong SHI wrote: > > What the simplest and best way to downgrade PostGIS from 13.6 to 13.5? > > Can we do anything like the following? > > Step 1. Move the old database to one side Step 1, stop the database > 2 delete the old 13.6 binaries > 3

[postgis-users] best and simple way to downgrade PostGIS from 13.6 to 13.5

2022-04-25 Thread Shaozhong SHI
What the simplest and best way to downgrade PostGIS from 13.6 to 13.5? Can we do anything like the following? Step 1. Move the old database to one side 2 delete the old 13.6 binaries 3 install the 13.5 binaries 4 create a new database instance 5 copy the old dabasebase back again? If