diff --git a/advocacy_docs/partner_docs/Markdown Implementation Guide Template/02-PartnerInformation.mdx b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/02-PartnerInformation.mdx index 5a8b142c52a..c781c94d6e1 100644 --- a/advocacy_docs/partner_docs/Markdown Implementation Guide Template/02-PartnerInformation.mdx +++ b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/02-PartnerInformation.mdx @@ -1,6 +1,6 @@ --- title: 'Partner Information' -description: 'Details for (Partner Name) (Partner Product)' +description: 'Details of the Partner' --- |   |   | diff --git a/advocacy_docs/partner_docs/Markdown Implementation Guide Template/03-SolutionSummary.mdx b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/03-SolutionSummary.mdx index e1f03510ffd..bc8df41f413 100644 --- a/advocacy_docs/partner_docs/Markdown Implementation Guide Template/03-SolutionSummary.mdx +++ b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/03-SolutionSummary.mdx @@ -1,6 +1,6 @@ --- title: 'Solution Summary' -description: 'Brief explanation of the solution and its purpose' +description: 'Explanation of the solution and its purpose' --- (Insert explanation of solution and diagram of solution below) diff --git a/advocacy_docs/partner_docs/Markdown Implementation Guide Template/04-ConfiguringPartnerNamePartnerProduct.mdx b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/04-ConfiguringPartnerNamePartnerProduct.mdx index f99a65270b3..1e0bf896c67 100644 --- a/advocacy_docs/partner_docs/Markdown Implementation Guide Template/04-ConfiguringPartnerNamePartnerProduct.mdx +++ b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/04-ConfiguringPartnerNamePartnerProduct.mdx @@ -1,6 +1,6 @@ --- -title: 'Configuring (Partner Name) (Partner Product)' -description: 'Walkthrough on configuring (Partner Name) (Partner Product)' +title: 'Configuration' +description: 'Walkthrough on configuring the integration' --- Implementing (Partner Name) (Partner Product) with (EDB Product) requires the following components: diff --git a/advocacy_docs/partner_docs/Markdown Implementation Guide Template/05-UsingPartnerNamePartnerProduct.mdx b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/05-UsingPartnerNamePartnerProduct.mdx index 445a0681a94..fd92f08d2b9 100644 --- a/advocacy_docs/partner_docs/Markdown Implementation Guide Template/05-UsingPartnerNamePartnerProduct.mdx +++ b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/05-UsingPartnerNamePartnerProduct.mdx @@ -1,6 +1,6 @@ --- -title: 'Using (Partner Name) (Partner Product)' -description: 'Walkthroughs of multiple (Partner Name) (Partner Product) usage scenarios' +title: 'Using' +description: 'Walkthrough of example usage scenarios' --- The examples below will walk you though some of the common usage scenarios that can be used with (EDB Product Name). These are examples to help get you started and show how the products can work together. diff --git a/advocacy_docs/partner_docs/Markdown Implementation Guide Template/06-CertificationEnvironment.mdx b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/06-CertificationEnvironment.mdx index 9171d9f3674..31832214948 100644 --- a/advocacy_docs/partner_docs/Markdown Implementation Guide Template/06-CertificationEnvironment.mdx +++ b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/06-CertificationEnvironment.mdx @@ -1,6 +1,6 @@ --- title: 'Certification Environment' -description: 'Overview of the certification environment used in the certification of (Partner Name) (Partner Product)' +description: 'Overview of the Certification Environment' --- |   |   | diff --git a/advocacy_docs/partner_docs/Markdown Implementation Guide Template/07-SupportandLoggingDetails.mdx b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/07-SupportandLoggingDetails.mdx new file mode 100644 index 00000000000..609a45c745f --- /dev/null +++ b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/07-SupportandLoggingDetails.mdx @@ -0,0 +1,28 @@ +--- +title: 'Support and Logging Details' +description: 'Details of the support process and logging information' +--- + +## Support + +Technical support for the use of these products is provided by both EDB and (Partner Name). A proper support contract is required to be in place at both EDB and (Partner Name). A support ticket can be opened on either side to start the process. If it is determined through the support ticket that resources from the other vendor is required, the customer should open a support ticket with that vendor through normal support channels. This will allow both companies to work together to help the customer as needed. + +## Logging + +**EDB Postgres Advanced Server Logs:** + +Navigate to the `Data` directory in your chosen EDB Postgres Advanced Server instance and from here you can navigate to `log`, `current_logfiles` or you can navigate to the `postgresql.conf` file where you can customize logging options or enable `edb_audit` logs. + +**PostgreSQL Logs** + +The default log directories for PostgreSQL logs vary depending on the operating system: + +- Debian-based system: `/var/log/postgresql/postgresql-x.x.main.log. X.x.` + +- Red Hat-based system: `/var/lib/pgsql/data/pg_log` + +- Windows: `C:\Program Files\PostgreSQL\9.3\data\pg_log` + +** (Partner Logs)** + +(Insert details on how to access the partner logs here) \ No newline at end of file diff --git a/advocacy_docs/partner_docs/Markdown Implementation Guide Template/07-Appendix.mdx b/advocacy_docs/partner_docs/Markdown Implementation Guide Template/08-Appendix.mdx similarity index 100% rename from advocacy_docs/partner_docs/Markdown Implementation Guide Template/07-Appendix.mdx rename to advocacy_docs/partner_docs/Markdown Implementation Guide Template/08-Appendix.mdx