升级 Postgres 后,Homebrew 将 delete_old_cluster.sh 脚本放在哪里?
Where does Homebrew put the delete_old_cluster.sh script after upgrading Postgres?
通过 Homebrew 升级 Postgres 并 运行 brew postgresql-upgrade-database
迁移数据库后,输出显示 Running this script will delete the old cluster's data files: ./delete_old_cluster.sh
在哪里可以找到脚本delete_old_cluster.sh
?它不在当前工作目录中。
在 /usr/local/var/log 中找到我的以及其他安装日志
使用此命令找到它:
find / -name delete_old_cluster.sh
通过 Homebrew 升级 Postgres 并 运行 brew postgresql-upgrade-database
迁移数据库后,输出显示 Running this script will delete the old cluster's data files: ./delete_old_cluster.sh
在哪里可以找到脚本delete_old_cluster.sh
?它不在当前工作目录中。
在 /usr/local/var/log 中找到我的以及其他安装日志
使用此命令找到它:
find / -name delete_old_cluster.sh