Nikolay Antonov
Nikolay Antonov
Hi @Deracination. WAL-G is quite simple app - it reads file, compress, encrypt and uploads to storage. Reading the latest binlog is dangerous - this file is not closed by...
I thought about how could it work and found out that AWS S3 doesn't support `append` operation. Files are immutable. So, it will require to override old files OR creating...
It looks like it is first place where we have single file that belongs to all backups. Probably, we could have issues with concurrent backup create/delete. It is not a...
> hi guys, this test `https://github.com/wal-g/wal-g/actions/runs/13920350033/job/39029134764?pr=1938 ` looks always fail > > ``` > stderr: > MongoServerError: Authentication failed. > > could you help to fix it? Ignore mongodb /...
I am not postgresql-guy, but as far as I know, PostgreSQL keeps trying to push WALs if `archive_command` fails. What is scenario when upload fails (even when S3 returns back)?...
There was no major changes in this code for couple years, so I don't know why version downgrade helps. Let's do 2 things: 1. `wal-g st ls binlog_005/` - check...
There almost no changes in between 3.0.4 and 3.0.5 =/ Triggered run [tests](https://github.com/wal-g/wal-g/tree/master/docker/mariadb_tests/scripts/tests) with MariaDB 11.6 https://github.com/wal-g/wal-g/pull/1929
Finally mananged to run tests with MariaDB 11.6. No issues in current `master` =/ https://github.com/wal-g/wal-g/pull/1929 However no issues observed. Current theory - there is some issues with one of the...
Test passed. So, it should work for basic scenarious. @johnbizokk , Could you please show `WALG_STREAM_CREATE_COMMAND` and `WALG_MYSQL_CHECK_GTIDS` from your config?
> I don't know why passing all other mongodb version except one. anyway I can test it? mongodb tests are flacky. Current master build is also failed.