我之前的日志:could not translate host name "localhost", service "5432" to address: Temporary failure in name resolution
一样的话,加个HOSTS配置:
echo "127.0.0.1 localhost" | sudo tee /etc/hosts
echo "::1 localhost" | sudo tee -a /etc/hosts
echo "127.0.1.1 $(hostname)" | sudo tee -a /etc/hosts