4
¿Cómo actualizo la base de datos postgresl? Error de incompatibilidad
Instalé postgresql a través de Homebrew. Tengo el siguiente problema después de la actualización: FATAL: database files are incompatible with server DETAIL: The data directory was initialized by PostgreSQL version 9.0, which is not compatible with this version 9.1.2. ¿Algún consejo sobre cómo actualizar? Intenté lo siguiente: $ pg_upgrade -d …
26
postgresql