pgbouncer
) between your application and the database.failed to create DB connection: addr x.x.x.x:5432: connection refused.
max_connections
themselves in the future is an option.pg_dump
.Parameter out of bounds: The recovery target time is before the newest basebackup.
, please check the earliestRecoveryTargetTime
of your backup. Your target time of the restore needs to be after this timestamp. Maybe you have another backup for your cluster with an earlier earliestRecoveryTargetTime
and can use that.earliestRecoveryTargetTime
is missing in your backup, the cluster from where you want to restore wasn't able to do a base backup. This can happen, when you e.g. quickly delete a newly created cluster, since the base backup will be triggered up to a minute after the cluster is available.