| From: | mimble9(at)danwin1210(dot)me |
|---|---|
| To: | "Stephen Frost" <sfrost(at)snowman(dot)net> |
| Cc: | pgsql-novice(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Pgbackrest - conflict between 'main' and 'demo' |
| Date: | 2020-03-06 14:13:49 |
| Message-ID: | 5be0564b009289ad21da19dd91d49416.squirrel@danielas3rtn54uwmofdo3x2bsdifr47huasnmbgqzfrec5ubupvtpid.onion |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
>
> If you log into your PostgreSQL cluster and do 'show data_directory;'
> does the result match what you have for pg1-path..?
>
> If you have multiple clusters running on your system (us pg_lsclusters
> to check), the issue might be that pgbackrest is connecting to the default
> one, which isn't the same as the one that you're trying to do a backup of.
> You can change the port for pgbackrest to match if you need
> to
This was a basic error on my part. The 'main' postgresql.conf file used
port 5432 while the 'demo' postgresql.conf file used port 5433. When I set
'demo' to 5432 (and 'main' to 5433), I was able to progress.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Roper | 2020-03-09 17:38:04 | Postgresql-Unit Extension - |
| Previous Message | Stephen Frost | 2020-03-05 18:33:06 | Re: Pgbackrest - conflict between 'main' and 'demo' |