Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Make binaries directory editable

Abierto
#807 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
45/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
macos, postgresql

Línea de trabajo

Start by tracing how the binaries directory is set when a server is created and how Postgres.app updates it when the application moves. Make the directory editable for existing servers, including selecting a different PostgreSQL binaries directory, and verify that the server uses the selected location.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

It may make sense to make the "binaries" directory for a server editable.

Currently, the binary directory is configured when creating a server. It's usually of the form /Applications/Postgres.app/Contents/Versions/17. It can be different when Postgres.app is not installed in the /Applications directory.

There is currently no way to edit this directory after a server has been created. If you want to change it, you need to create a new server.

Postgres.app has some logic that tries to automatically update the binary directory if you move the Postgres.app application.

Motivation

  • if you want to run a server with different binaries (eg. older version) you could do this by selecting a different binaries directory
  • would probably also be very useful if we add support for custom binaries (#806)

Image

Lenguaje dominante
Makefile
Estrellas
7.8k
Forks
404
Merge medio
6 h 55 min
PR fusionados (30 d)
6

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de PostgresApp/PostgresApp

Todos los issues de PostgresApp/PostgresApp

Issues similares

Más issues de Databases

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.