修改postgresql存储目录的操作方式

修改postgresql存储目录:

sudo rsync -av /var/opt/gitlab/postgresql /data/gitlab/

修改 /etc/gitlab/gitlab.rb

postgresql[‘data_dir'] = “/data/gitlab/postgresql/data”
postgresql[‘dir'] = “/data/gitlab/postgresql”
postgresql[‘home'] = “/data/gitlab/postgresql”

重新加载配置,并重启gitlab

gitlab-ctl reconfigure
gitlab-ctl restart

注意:

保留原位置目录 /var/opt/gitlab/postgresql (会创建 s.PGSQL.5432 文件)

补充:Postgresql修改存储位置注意事项

1、修改postgresql.conf文件中的data项内容,指定自己要存储数据的文件夹。

2、将修改后的文件夹的属组和属主都改成postgre

3、将修改后的文件夹的权限改成0700,即chmod 0700 文件夹路径

以上为个人经验,希望能给大家一个参考,也希望大家多多支持云图网。如有错误或未考虑完全的地方,望不吝赐教。

原创文章,作者:254126420,如若转载,请注明出处:https://blog.ytso.com/tech/database/233020.html

(0)
上一篇 2022年1月23日 13:32
下一篇 2022年1月23日 13:32

相关推荐

发表回复

登录后才能评论

WordPress 数据库错误: [Duplicate entry '82-4d3f5343d1f1b32d21fd4fb47d88d6b2' for key 'task_id_source_url_key']
insert into wp_autoblog_queue(task_id,source_url,source_url_key,create_date_time,not_check_stoped,post_interval) values(82,'https://www.idc.net/help/os/linux/page/6438/','4d3f5343d1f1b32d21fd4fb47d88d6b2',1734741421,0,0)