diff --git a/docs/installation-and-operations/installation/kubernetes/README.md b/docs/installation-and-operations/installation/kubernetes/README.md index a57325d7300b..975be81b267b 100644 --- a/docs/installation-and-operations/installation/kubernetes/README.md +++ b/docs/installation-and-operations/installation/kubernetes/README.md @@ -7,6 +7,6 @@ sidebar_navigation: # Kubernetes Kubernetes is a container orchestration tool. As such it can use the -OpenProject docker container in the same manner as shown in the [docker section](../docker/#one-container-per-process-recommended). +OpenProject docker container in the same manner as shown in the [docker section](../docker/). In the [openproject-deploy](https://github.com/opf/openproject-deploy/blob/stable/14/kubernetes/README.md) repository we provide further information and an exemplary set of YAML files defining a complete OpenProject setup on Kubernetes. diff --git a/docs/installation-and-operations/installation/synology/README.md b/docs/installation-and-operations/installation/synology/README.md index ee8431a6d286..d0ca8080b429 100644 --- a/docs/installation-and-operations/installation/synology/README.md +++ b/docs/installation-and-operations/installation/synology/README.md @@ -5,7 +5,7 @@ sidebar_navigation: false # Synology Synology offers NAS devices that come with a UI for starting docker containers on them. -This means OpenProject has to be used exactly as described in the [docker](../docker/#one-container-per-process-recommended) section. +This means OpenProject has to be used exactly as described in the [docker](../docker/) section. ## Launching the container diff --git a/docs/installation-and-operations/misc/migration-to-postgresql13/README.md b/docs/installation-and-operations/misc/migration-to-postgresql13/README.md index d5d093d3a2c5..ab0fa2450f63 100644 --- a/docs/installation-and-operations/misc/migration-to-postgresql13/README.md +++ b/docs/installation-and-operations/misc/migration-to-postgresql13/README.md @@ -160,7 +160,7 @@ sudo yum remove pgsql10 ## Compose-based docker installation -> Please follow this section only if you have installed OpenProject using [this procedure](../../installation/docker/#one-container-per-process-recommended). +> Please follow this section only if you have installed OpenProject using [this procedure](../../installation/docker/). > Before attempting the upgrade, please ensure you have performed a backup of your installation by following the [backup guide](../../operation/backing-up/). You can find the upgrade instructions for your docker-compose setup in the [openproject-deploy](https://github.com/opf/openproject-deploy/blob/stable/14/compose/control/README.md#upgrade) repository. diff --git a/docs/installation-and-operations/operation/restoring/README.md b/docs/installation-and-operations/operation/restoring/README.md index 82e1ddf22bab..8b5ffa236e49 100644 --- a/docs/installation-and-operations/operation/restoring/README.md +++ b/docs/installation-and-operations/operation/restoring/README.md @@ -246,7 +246,7 @@ You may need to create the `files` directory if it doesn't exist yet. #### 4) Start OpenProject -Start the container as described in the [installation section](../../installation/docker/#one-container-per-process-recommended) +Start the container as described in the [installation section](../../installation/docker/) mounting `/var/lib/openproject/pgdata` (and `/var/lib/openproject/assets/` for attachments). ## Changing the database schema from cloud to on-premises diff --git a/docs/installation-and-operations/operation/upgrading/README.md b/docs/installation-and-operations/operation/upgrading/README.md index 4be46a4a2428..f752714d9832 100644 --- a/docs/installation-and-operations/operation/upgrading/README.md +++ b/docs/installation-and-operations/operation/upgrading/README.md @@ -159,7 +159,7 @@ sudo chown -R 102 /volume1/openproject/* ``` After that it's simply a matter of launching the new container mounted with the copied `pgdata` and `assets` folders -as described in the [installation section](../../installation/docker/#one-container-per-process-recommended). +as described in the [installation section](../../installation/docker/). ## Upgrade notes from 9.x diff --git a/script/docs/check_links b/script/docs/check_links index 9bb54e765ced..553eab0878a7 100755 --- a/script/docs/check_links +++ b/script/docs/check_links @@ -141,6 +141,7 @@ class DocsChecker @docs.push( { path: "#{@root_path}/api/v3/spec.json", anchors: [], links: [] }, { path: "#{@root_path}/api/v3/spec.yml", anchors: [], links: [] }, + { path: "#{@root_path}/installation-and-operations/installation/docker-compose", anchors: [], links: [] }, { path: "#{@root_path}/installation-and-operations/installation/helm-chart", anchors: [], links: [] }, { path: "#{@root_path}/development/translate-openproject/fair-language", anchors: [], links: [] } )