Skip to content

Instantly share code, notes, and snippets.

View kostikpl's full-sized avatar
🐥

Konstantin Plyusnin kostikpl

🐥
View GitHub Profile
{
"id": "66f56955bac46a69a07f3355",
"createdAt": "2024-09-26 14:01:57",
"createdBy": "f.baliasnyi+1@kyrrex.com",
"key": "MRMKAAQFVMMVWJ",
"clientId": "kyrrex.mt_102965",
"inspectionId": "66f56955bac46a69a07f3355",
"externalUserId": "66f55e832e161e2f4bc2b3d6",
"sourceKey": "Development",
"info": {
@kostikpl
kostikpl / major_pg_update.md
Last active January 29, 2018 21:01
major version postgres update via brew

Accidentally update all brew packages, including PG. I find missing pg connection through ps aux | grep sql Also I recognize in brew services that PG status is "started" but writen in yellow. brew services list After I check PG log to be ensure PG was updated less /usr/local/var/log/postgres.log Here's steps how to fix this.

$ launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
$ brew services stop postgresql