Re: Move base directory to different location

Поиск
Список
Период
Сортировка
От Holger Jakobs
Тема Re: Move base directory to different location
Дата
Msg-id 31b748c7-d728-9d8d-fb49-b6b935b8295b@jakobs.com
обсуждение исходный текст
Ответ на Move base directory to different location  (Yambu <hyambu@gmail.com>)
Ответы Re: Move base directory to different location
Re: Move base directory to different location
Re: Move base directory to different location
Список pgsql-admin

It is no problem to move the base directory.

  1. stop the database server
  2. move the base directory as a whole to some other location
    mv /var/lib/pgsql/10/data/base /some/other/location
  3. create a symbolic link pointing to the new location
    cd /var/lib/pgsql/10/data
    ln -s /some/other/location/base .
  4. start the database server

BTW, an upgrade to a newer major version would be a good idea.

Regards,

Holger

Am 26.11.20 um 13:59 schrieb Yambu:
Hello

May i know the procedure of moving the base directory from /var/lib/pgsql/10/data/base to another location?

regards
-- 
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012
Вложения

В списке pgsql-admin по дате отправления:

Предыдущее
От: Van Hoa Phan
Дата:
Сообщение: Re: current log file removal
Следующее
От: Holger Jakobs
Дата:
Сообщение: Re: current log file removal