Restore icluding postgresql.conf in basebackup

This commit is contained in:
Konstantin Knizhnik
2021-08-20 11:23:57 +03:00
parent 3ca4b638ac
commit f86bf26466
3 changed files with 30 additions and 30 deletions

View File

@@ -214,9 +214,10 @@ pub const PGDATA_SUBDIRS: [&'static str; 22] = [
"pg_logical/mappings",
];
pub const PGDATA_SPECIAL_FILES: [&'static str; 3] = [
pub const PGDATA_SPECIAL_FILES: [&'static str; 4] = [
"pg_hba.conf",
"pg_ident.conf",
"postgresql.conf",
"postgresql.auto.conf",
];