pg_rman icon indicating copy to clipboard operation
pg_rman copied to clipboard

Backup and restore management tool for PostgreSQL

Results 39 pg_rman issues
Sort by recently updated
recently updated
newest added

We need to update the action files since some actions are deprecated. The warnings are followings. https://github.com/ossc-db/pg_rman/actions/runs/3722811271 * Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update...

some function call **parray_new()** and save return value in local variable. Before the function exits, we need call **parray_free()** to free the buffer it holds, otherwise, it will cause **memory...

Hi guys, and thanks a lot for your work. Here's a stupid patch. Thanks again, Gelma

mkdirs.sh contains incorrect path if $PGDATA and pg_wal are symbolic links. The situation is as follows. OS : Red Hat Enterprise Linux release 9.3 (Plow) Package : postgresql16-server Architecture :...

Use $(whoami) instead of $USER. The reasons are as follows. - If the environment in which the shell script is executed is not a login shell, the variable $USER may...

Compiling pg_rman with PostgreSQL and disabled assertions triggers a -Wunused-but-set-variable warning. ``` #16 0.335 gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2...

doDeflate() function has no loop exit condition if deflate() returns Z_STREAM_END. Therefore, this code could potentially cause an infinite loop. Similar code using zlib in PostgreSQL has such an exit...

If there are many large file size temporary files or logical replication snapshot files in the database cluster directory, it will take longer to get a full backup. These files...