Skip to content

Commit c0c30f0

Browse files
committed
Added note about recommended practice
1 parent 332b629 commit c0c30f0

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

self-hosting/govern/database-and-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure external PostgreSQL, Redis and S3 storage • Commercial Edition
2+
title: Configure external PostgreSQL, Redis and S3 storage
33
sidebarTitle: External database and storage
44
---
55

self-hosting/methods/docker-compose.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
3333
5. Choose one of the options below:
3434
- **Express**: Plane installs with the default configurations.
3535
- **Advanced**: You can customize the database, Redis, storage and other settings.
36+
<Warning>
37+
When self-hosting Plane for production use, it is strongly recommended to configure [external database and storage](/self-hosting/govern/database-and-storage). This ensures that your data remains secure and accessible even if the local machine crashes or encounters hardware issues. Relying solely on local storage for these components increases the risk of data loss and service disruption.
38+
</Warning>
3639
6. The installation will take a few minutes to complete and you will see the message **Plane has successfully installed**. You can access the Plane application on the domain you provided during the installation.
3740

3841
<Tip>

self-hosting/methods/kubernetes.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
5959
</Note>
6060

6161
- **Advanced setup**:
62+
<Warning>
63+
When self-hosting Plane for production use, it is strongly recommended to configure [external database and storage](/self-hosting/methods/kubernetes#configuration-settings). This ensures that your data remains secure and accessible even if the local machine crashes or encounters hardware issues. Relying solely on local storage for these components increases the risk of data loss and service disruption.
64+
</Warning>
6265

6366
For more control over your setup, follow the steps below:
6467

0 commit comments

Comments
 (0)