1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/src/command
Cynthia Shang 53f27da3a6 Add checkDbConfig() to compare pgBackRest/PostgreSQL configs.
Checking the PostgreSQL-reported path and version against the pgBackRest configuration helps ensure that pgBackRest is operating against the correct cluster.

In Perl this functionality was in the Db object, but check seems like a better place for it in C.

Contributed by Cynthia Shang.
2019-08-21 15:41:52 -04:00
..
archive Require storage when calling pgControlFromFile(). 2019-08-21 11:29:30 -04:00
backup Add backup type conversion functions. 2019-08-18 20:09:44 -04:00
check Add checkDbConfig() to compare pgBackRest/PostgreSQL configs. 2019-08-21 15:41:52 -04:00
control The start/stop commands are implemented entirely in C. 2019-08-09 15:17:18 -04:00
expire Add constants for path and archive.info/backup.info combinations. 2019-07-15 07:13:36 -04:00
help Fix scoping violations exposed by optimizations in gcc 9. 2019-07-05 16:25:28 -04:00
info Rename info*New() functions to info*NewLoad(). 2019-06-17 06:47:15 -04:00
local The local command for backup is implemented entirely in C. 2019-07-25 14:34:16 -04:00
remote Add Db object to encapsulate PostgreSQL queries and commands. 2019-08-01 15:38:27 -04:00
restore Add ioReadDrain(). 2019-07-15 08:44:41 -04:00
storage Add ls command. 2019-05-28 10:03:48 -04:00
command.c Move tls/http statistics output to command/command. 2019-05-28 09:50:59 -04:00
command.h Enable -Wstrict-prototypes and update all void functions to conform. 2018-08-03 19:19:14 -04:00