Nikolay Samokhvalov
Nikolay Samokhvalov
π£ README.md translation: looking for contributors (Chinese, Japanese, French, Portuguese, etc.)
The DLE development team is looking for more contributors to translate README.md and help decrease the entry barriers for new users. You can help! π€ If you're ready to help:...
The main development activities occur on GitLab: https://gitlab.com/postgres-ai/database-lab If you're interested in helping us develop DLE, here are two good starting points: - read [CONTRIBUTING.md](https://github.com/postgres-ai/database-lab-engine/blob/master/CONTRIBUTING.md) - check out [the issues...
As I can see (from https://github.com/wal-g/wal-g/blob/master/internal/delete_handler.go#L92, https://github.com/wal-g/wal-g/blob/master/internal/delete_handler.go#L47) modification time is considered as the parameter to order full backups. This may lead to undesired results when we list full backups or,...
(Discussed with @x4m in Telegram) The latest wal-g (from the master branch), large DB (13 TiB), GCS. `backup-push` normally takes ~7 hours ~30 minutes after `backup-push` has started, we had...
Had this: ``` 2022/06/22 20:54:09 WARN main: Could not find PG version info for DB XXX, skipping shutdown check of metric worker process for wal_count 2022/06/22 20:54:09 WARN main: Could...
When some replication-related changes happen (e.g., restore_command is changed), Patroni restarts Postgres and the following can bee seen in logs: INFO: changing primary_conninfo and restarting in progress This message is...
TODO - [ ] check (or add) words about how to restart properly - [ ] what is the exact list of params changing which requires a restart?