diff --git a/doc/appendix-faq.xml b/doc/appendix-faq.xml index 41768074..e4adfba6 100644 --- a/doc/appendix-faq.xml +++ b/doc/appendix-faq.xml @@ -203,6 +203,23 @@ group which will enable them to read this setting). + + + Are &repmgr; packages compatible with <literal>$third_party_vendor</literal>'s packages? + + &repmgr; packages provided by 2ndQuadrant are compatible with the community-provided PostgreSQL + packages and any software provided by 2ndQuadrant. + + + A number of other vendors provide their own versions of PostgreSQL packages, often with different + package naming schemes and/or file locations. + + + We cannot guarantee that &repmgr; packages will be compatible with these packages. + It may be possible to override package dependencies (e.g. rpm --nodeps + for CentOS-based systems or dpkg --force-depends for Debian-based systems). + +