Hi,
You need to initialize new directory with cheksums
sudo -u postgres initdb -D /path/to/new/data/directory --data-checksums
Make sure to adjust permissions of data directory
You need to initialize new directory with cheksums
sudo -u postgres initdb -D /path/to/new/data/directory --data-checksums
Make sure to adjust permissions of data directory
On Mon, 9 Sept 2024 at 13:54, Wasim Devale <wasimd60@xxxxxxxxx> wrote:
Hi AllThe data_checksums option is off in pg_settings and it is a preset option to do while doing initialisation of data directory. I can not use alter command any solutions to it?Thanks,Wasim