Re: OSX: migrating Postgres db from one Mac to another

2021-06-24 Thread Adrian Klaver
On 6/24/21 6:53 AM, Carlo Poso wrote: Hello, my Mac unfortunately crashed. I have a Time Machine backup. Using the Migration Assistant on a new Mac allowed me to get all my documents back, but unfortunately Postgres is not able to start. So I was trying to manually set-up my Postgres db. Here a

Re: OSX: migrating Postgres db from one Mac to another

2021-06-24 Thread Tom Lane
Carlo Poso writes: > The message I get after entering the PW is "could not connect to server: > Connection refused Is the server > running on host "localhost" (::1) and accepting TCP/IP connections on port > 5432? could not connect to server: Connection refused Is the server running > on host "loc

Re: OSX: migrating Postgres db from one Mac to another

2021-06-24 Thread Carlo Poso
Thanks. The message I get after entering the PW is "could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) an

Re: OSX: migrating Postgres db from one Mac to another

2021-06-24 Thread Дмитрий Иванов
# -*- coding: utf-8 -*- ## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2021, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # # config.py - Core application configuration se

OSX: migrating Postgres db from one Mac to another

2021-06-24 Thread Carlo Poso
Hello, my Mac unfortunately crashed. I have a Time Machine backup. Using the Migration Assistant on a new Mac allowed me to get all my documents back, but unfortunately Postgres is not able to start. So I was trying to manually set-up my Postgres db. Here are the steps: - install a fresh copy of

OSX: migrating Postgres db from one Mac to another

2021-06-24 Thread Carlo Poso
Hello, my Mac unfortunately crashed. I have a Time Machine backup. Using the Migration Assistant on a new Mac allowed me to get all my documents back, but unfortunately Postgres is not able to start. So I was trying to manually set-up my Postgres db. Here are the steps: - install a fresh copy