require define this space - it is called tablespace in postgresql.
For create tablespace require set selinux context to path.
example: i create new path /ooo/target
chcon -u system_u -r object_r -t var_lib_t /ooo
chcon -u system_u -r object_r -t postgresql_db_t /ooo/target
Complete for create table space:
CREATE TABLESPACE new_target_space LOCATION '/ooo/target';
Комментариев нет:
Отправить комментарий