question on timezone with pgBackRest PITR
Started by Zwettler Markus (OIZ)over 1 year ago1 messagesgeneral
The Postgres instance is running on timezone CEST (parameter timezone = 'Europe/Zurich') which is UTC+2.
The underlying Linux OS (K8s container) is running on timezone UTC.
Backups are done with pgBackRest.
With PITR we will have to use target timezone CEST (--target=2024-09-19 17:00:00+02") although OS is running on UTC.
Agreed?