1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

v2.17: C Migrations and Bug Fixes

Bug Fixes:

* Improve slow manifest build for very large quantities of tables/segments. (Reported by Jens Wilke.)
* Fix exclusions for special files. (Reported by CluelessTechnologist, Janis Puris, Rachid Broum.)

Improvements:

* The stanza-create/update/delete commands are implemented entirely in C. (Contributed by Cynthia Shang.)
* The start/stop commands are implemented entirely in C. (Contributed by Cynthia Shang.)
* Create log directories/files with 0750/0640 mode. (Suggested by Damiano Albani.)

Documentation Bug Fixes:

* Fix yum.p.o package being installed when custom package specified. (Reported by Joe Ayers, John Harvey.)

Documentation Improvements:

* Build pgBackRest as an unprivileged user. (Suggested by Laurenz Albe.)
This commit is contained in:
David Steele
2019-09-03 16:39:32 -04:00
parent 0b5720c642
commit ce2bf29998
13 changed files with 1281 additions and 863 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ test/test.pl --code-count
## Commit release branch and push to CI for testing
```
git commit -m "Release test"
git push release-ci
git push origin release-ci
```
## Clone web documentation into `doc/site`