Nikolay Antonov

Results 77 comments of Nikolay Antonov

Nice idea... Official MySQL documentations states[1] that we can do same backups for MySQL as well (people from Percona disagrees[2]): > 1. From a client program, execute `FLUSH TABLES WITH...

> Hi, > > [@jstaf](https://github.com/jstaf) [@ostinru](https://github.com/ostinru), Can I work on this? Go ahead. Please add one new backup-restore test to `docker/mysql_tests/scripts/base_tests` with disabled binlogs. To ensure that there is no...

Error message was removed... https://github.com/wal-g/wal-g/pull/1229 Probably, bug was fixed some time ago =/ If you want guarantee that we will never introduce this issue again - you can add test...

hm... it seems that `make` is broken (for me) after this patch... ``` > [cloudberry 8/8] RUN locale-gen en_US.utf8 \ && ./configure --with-perl --with-python --with-libxml --with-gssapi --prefix=/usr/local/gpdb_src > /dev/null \...

thanks! Build & test from `main` branch works fine now.

@zbysir , try to use `wal-g backup-push --without-files-metadata` or `WALG_WITHOUT_FILES_METADATA`. It has some downsides, but should reduce memory footprint docs: https://github.com/wal-g/wal-g/blob/master/docs/PostgreSQL.md#backup-without-metadata

@zbysir have it helped? Or we should perform walg memory profiling?

> By the way, the reason I didn't try WALG_WITHOUT_FILES_METADATA is that it seems to conflict with Delta-backup, right? Yes. wal-g tracks postgresql files in metadata (and it can consume...

Let's ask pg-team about this. @x4m @debebantur, do you have any plans on this?