zw_yan
zw_yan
> Thanks for your works! > > Although I have some comments, it's ok after the RC version is released because it's trivial things. > > Please add commit message...
> Hello. When will the pg_rman source be released to support PG15? Hello. I can't give you an exact time, but we will try to release it as soon as...
@pgexplorer Hi, Thank you for your issue. pg_rman is not supput when $PGDATA is symbolic link. but wher pg_wal is symbolic link pg_rman can do backup and restore.
VERSION3_1_20 fixed this issue. So I close this issue.
Hi, @calvin2020 Thank you for your asking. As you see, pg_rman is not compatible to postgresql 16. We will try to release a new version as soon as possible.
Hi Gelma, Thank you for your PR. I have a question that index.html uses a lot of `’` to match the `'` character in different environments. I don't know which...
Hi, @devrimgunduz , @ali-ramadhan We just released pg_bulkload with postgresql 16 support. Please check it. [3.1.21](https://github.com/ossc-db/pg_bulkload/releases/tag/VERSION3_1_21)
@TeodorChakalov Hi, I'm so sorry for the delay in response. Could you tell me which pkg you are using?
@TeodorChakalov Hi ,Not in the same environment, but I checked pg15. It looks like the .gz files were not deleted. ``` [postgres@rocky9 archive_wal]$ cat $BACKUP_PATH/pg_rman.ini ARCLOG_PATH='/var/lib/pgsql/archive_wal' SRVLOG_PATH='/var/lib/pgsql/15/data/log' BACKUP_MODE = F...
@TeodorChakalov I mean, It looks like a bug. Modifying the setting also only removed the normal wal file. During backup, after getting the list of archived WAL files, the files...