-
```
AWS_SECRET_ACCESS_KEY='xxx' AWS_REGION='ap-southeast-1' wal-e -k 'xxx' --s3-prefix=s3://xxx backup-push /usr/local/var/postgres/
wal_e.main INFO MSG: starting WAL-E
DETAIL: The su…
-
currently macros are registered like that:
```php
Builder::macro(
"where{$operatorName}",
fn ($left, $right) => $this->whereRaw(
sprintf('%s %s %s',
$left instanceof …
-
Hi,
I have a high availablility postgresql cluster with 2 replicas. the daily pgbackrest backup is scheduled at a S3 bucket.
But when i'm trying to restore the the backup from the s3 bucjet i can …
-
Consider data:
{"name": "bucket-1", "options": {"encryption": true} }
{"name": "bucket-2", "options": {"encryption": true, "versioning": false}}
And query:
SELECT * FROM…
-
Please, answer some short questions which should help us to understand your problem / question better?
[BackUp_Restore_PG.txt](https://github.com/zalando/postgres-operator/files/6619764/BackUp_Rest…
-
- Image: postgres-operator:v1.6.0
- Run on Bare Metal K8s
- Postgres Operator is in Production
- **Type of issue?** Not sure yet, depends on the answer [Bug report, question, feature request, etc.]…
-
It seems that most environment variables are removed before starting the patroni process. I was attempting to configure patroni to log to a directory (instead of stdout) by using the `PATRONI_LOG_DIR`…
-
# Environment
Knex version: v1.0.4
Database + version: Postgres v12
OS: MacOS, node v12
# Bug
@lorefnon
1. Explain what kind of behaviour you are getting and how you think it should do
…
-
Each postgres range type supports whats called a multirange
> Every range type has a corresponding multirange type. A multirange is an ordered list of non-contiguous, non-empty, non-null ranges. Mo…
-
In SQL (Postgres, at least), arithmetic operators such `+`, `-`, `*`, and `/` are overloaded for date/time types. for example, the expression `timestamp '2001-09-29 03:00' - timestamp '2001-09-27 12:0…