En algún momento en el pasado, instalé posgresql y no puedo deshacerme de él:
$ ps -A|egrep postg 232 ??
287 ?? 0:00.02 postgres: logger process
328 ?? 0:00.09 postgres: writer process
335 ?? 0:00.06 postgres: wal writer process
336 ?? 0:00.03 postgres: autovacuum launcher process
342 ?? 0:00.01 postgres: stats collector process
Me gustaría evitar que se inicie cada vez que arranque, ya que fs_usage
muestra que mantiene mi disco ocupado.
Ya he intentado añadir POSTGRES=-NO-
en /etc/hostconfig
, pero los procesos guardo desove.
También probé algo que encontré en otra publicación, sin suerte:
$: locate postg|egrep plist
/Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist
/Library/PostgreSQL/8.3/uninstall-postgresql.app/Contents/Info.plist
/Library/PostgreSQL/8.4/uninstall-postgresql.app/Contents/Info.plist
/Library/StartupItems/postgresql-8.3/StartupParameters.plist
$: sudo launchctl unload /Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist
(restart)
Pero aún aparecen procesos postgresql :(
com.edb.launchd.postgresql-9.0.plist
no fue encontrado en este lugar para mí.