From 484970898e67faf94b44d309ebf872356ebd1bd7 Mon Sep 17 00:00:00 2001 From: as-op Date: Thu, 4 Jun 2026 14:58:01 +0200 Subject: [PATCH] fence shell code that produces invalid html on rendering --- .../misc/migration-to-postgresql13/README.md | 2 ++ 1 file changed, 2 insertions(+) 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 014c7c21d05..10a1d1c7836 100644 --- a/docs/installation-and-operations/misc/migration-to-postgresql13/README.md +++ b/docs/installation-and-operations/misc/migration-to-postgresql13/README.md @@ -213,11 +213,13 @@ sudo mv /var/lib/openproject/pgdata-next /var/lib/openproject/pgdata Finally, you can restart OpenProject with the same command that you used before. For instance: +```shell docker run -d -p 8080:80 --name openproject -e SECRET_KEY_BASE= \ -v /var/lib/openproject/pgdata:/var/openproject/pgdata \ -v /var/lib/openproject/assets:/var/openproject/assets \ [...] openproject/openproject:17 +``` If your new installation looks fine, you can then choose to remove `/var/lib/openproject/pgdata-prev`: