Nikolay Antonov
Nikolay Antonov
### MariaDB & MySQL It looks like MariaDB doesn't support Ubuntu 18.04 anymore[1]. Add Ubuntu 20.04 as base image for our tests. Don't use `latest` tag for 18.04. I will...
### Database name MySQL ### Describe what this PR fix Don't close the file in calling code, because MergeWriter gets ownership of file descriptor (as stated in godoc) ### Please...
Hi, greenplum team! Here a patch that: * adds retries to connection phase of gpssh * allows to fail fast when some of hosts are not reachable I am using...
xtrabackup cannot restore backup on other architecture (CPU | windows/linux). So, we can also check architecture before restoring backup.
### Database name xtrabackup cannot restore backup on other architecture (CPU | windows/linux). So, we can also check architecture before restoring backup. Let's add WARNING for now...
## MySQL: Add `--fifo-streams` support to `xtrabackup-push` [PoC] ### History and rationale MySQL backup tools has same limitation - they all produce single stream backups. This approach has limitation -...
From MySQL 8.2 changelog: https://dev.mysql.com/doc/relnotes/mysql/8.2/en/news-8-2-0.html > [INFORMATION_SCHEMA.PROCESSLIST](https://dev.mysql.com/doc/refman/8.2/en/information-schema-processlist-table.html) is deprecated and subject to removal in a future MySQL release. As such, the implementation of [SHOW PROCESSLIST](https://dev.mysql.com/doc/refman/8.2/en/show-processlist.html) which uses that table is...
Add xbstream unarchiver to wal-g, so we can eliminate `xbstream --extract` from backup-fetch pipeline and do it on our own. Note 1: current PR doesn't embed new unarchiver to `backup-fetch`...
> In MySQL, if you rotate your binlogs every minutes, you will have problems after a little less than 2 years of uptime, more about this in the verified bug...
### PostgreSQL / Cloudberry PostgreSQL 12+ may run exclusive backup and several non-exclusive backups at the same time. We use non-exclusive backups. At the end of backup we call `pg_stop_backup`...