我有乌班图18.04启动磁盘为 30 GB(VM_A),并且从另一台机器安装了驱动器(4TB)。由于最近重新启动,已卸载已安装的驱动器,然后我必须将该驱动器安装到media/mounted_drive
4TB 目录中的 VM_A。现在这个安装的驱动器有PostgreSQL 10运行良好,但重新安装后无法运行。我修改了以下几行以在postgresql.conf
文件中启动 postgres。
/media/mounted_drive/etc/postgresql/10/main
/media/mounted_drive/etc/postgresql/10/pg_hba.conf
/media/mounted_drive/etc/postgresql/10/pg_ident.conf
/media/mounted_drive//var/run/postgresql/10-main.pid
但仍然无法启动
我也无法找到该postgres.service
文件
我需要做哪些改变才能启动 postgres.
注意:如果这已经回答了,请指出我正确的答案。