升级期间,我遇到了
正在停止 PostgreSQL 15 数据库服务器:main错误:配置所有者 (postgres:101) 和数据所有者 (runit-log:999) 不匹配,并且配置所有者不是 root … 失败!
失败!
无法打开版本文件“/shared/postgres_data/PG_VERSION”:权限被拒绝
失败,正在退出
通过以下方式解决了
sudo ./launcher enter app
然后
chown -R postgres:postgres /shared/postgres_data
chown -R postgres:postgres /shared/postgres_run
chmod -R 700 /shared/postgres_data