Skip to content

Commit

Permalink
Move content from assembly to concept
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliankolb committed Dec 12, 2024
1 parent c2e980f commit a91db3e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
11 changes: 1 addition & 10 deletions guides/common/assembly_using-external-databases.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
ifdef::context[:parent-context: {context}]

[id="using-external-databases_{context}"]
= Using external databases with {Project}

The {Project} installation process includes installing a PostgreSQL database on the same host as {ProjectServer}.
In certain {Project} deployments, using external databases instead of the default local databases can help with the server load.
include::modules/con_using-external-databases.adoc[]

include::modules/con_configuring-project-server-with-external-database.adoc[leveloffset=+1]

Expand All @@ -15,6 +9,3 @@ include::modules/proc_preparing-a-host-for-external-databases.adoc[leveloffset=+
include::modules/proc_installing-postgresql.adoc[leveloffset=+1]

include::modules/proc_configuring-satellite-to-use-external-databases.adoc[leveloffset=+1]

ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ This requires {Project} to create a record in PostgreSQL for each job.
ifeval::["{context}" == "planning"]
.Additional resources
ifndef::satellite[]
* For more information about using an external database, see {InstallingServerDocURL}using-external-databases_{project-context}[Using external databases with {Project}] in _{InstallingServerDocTitle}_.
* For more information about using an external database, see {InstallingServerDocURL}using-external-databases[Using external databases with {Project}] in _{InstallingServerDocTitle}_.
endif::[]
ifdef::satellite[]
* For more information about using an external database, see the following documents:
** {InstallingServerDocURL}using-external-databases_{project-context}[Using external databases with {Project}] in _{InstallingServerDocTitle}_
** {InstallingServerDisconnectedDocURL}using-external-databases_{project-context}[Using external databases with {Project}] in _{InstallingServerDisconnectedDocTitle}_
** {InstallingServerDocURL}using-external-databases[Using external databases with {Project}] in _{InstallingServerDocTitle}_
** {InstallingServerDisconnectedDocURL}using-external-databases[Using external databases with {Project}] in _{InstallingServerDisconnectedDocTitle}_
endif::[]
endif::[]
5 changes: 5 additions & 0 deletions guides/common/modules/con_using-external-databases.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[id="using-external-databases"]
= Using external databases with {Project}

The {Project} installation process includes installing a PostgreSQL database on the same host as {ProjectServer}.
In certain {Project} deployments, using external databases instead of the default local databases can help with the server load.

0 comments on commit a91db3e

Please sign in to comment.