跳转至

查看POSTGRESQL数据目录,程序路径,配置文件

查看PostgreSQL数据目录,程序路径,配置文件

ps aux |grep postgres
postgres  9648  0.0  0.3 240824 47648 ?        Ss   Jun20   0:33 /usr/lib/postgresql/14/bin/postgres -D /var/lib/postgresql/14/main -c config_file=/etc/postgresql/14/main/postgresql.conf
postgres  9650  0.0  0.1 241032 15116 ?        Ss   Jun20   0:00 postgres: 14/main: checkpointer
postgres  9651  0.0  0.0 241000 11052 ?        Ss   Jun20   0:03 postgres: 14/main: background writer
postgres  9652  0.0  0.1 240824 12564 ?        Ss   Jun20   0:04 postgres: 14/main: walwriter
postgres  9653  0.0  0.0 241672 11712 ?        Ss   Jun20   0:17 postgres: 14/main: autovacuum launcher

其中

  • /usr/lib/postgresql/14/bin/postgres 程序目录
  • /var/lib/postgresql/14/main 是数据库目录
  • /etc/postgresql/14/main/postgresql.conf 配置文件