/etc/init.d/postgresql start
su postgres
psql -U postgres -c "drop database connectedcare"
我在jenkins execute shell命令中运行上面的shell命令。
psql:致命:用户" postgres"
的对等身份验证失败然后我更新了基于的/etc/postgresql/9.1/main/pg_hba.conf Stackoverflow question
然而,命令只是继续执行而且永远不会完成。
如何在jenkins shell命令(postregresql)中创建数据库