Skip to content

Commit

Permalink
Merge pull request #3580 from EnterpriseDB/Updated-Implementation-Gui…
Browse files Browse the repository at this point in the history
…de-Template

New Markdown Implementation Guide Template
  • Loading branch information
drothery-edb authored Jan 30, 2023
2 parents 23f25ef + 2c601c0 commit fb0c878
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Partner Information'
description: 'Details for (Partner Name) (Partner Product)'
description: 'Details of the Partner'

---
|   |   |
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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'
---

|   |   |
Expand Down
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit fb0c878

Please sign in to comment.