plane icon indicating copy to clipboard operation
plane copied to clipboard

[feature]: How to store Plane's data on a physical server

Open ThzShun opened this issue 2 weeks ago • 1 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Summary

I want to simply specify Plane's storage at a storage location on the server, for example in Compose,

volume:
  - /local/db/storage:docker/db/storage

Why should this be worked on?

Through the documentation, I learned how to set up external storage in Plane, but it seems to require a relatively complex configuration and an additional service (host)? Please forgive me, I am a newcomer to web services.

I want to simply specify Plane's storage at a storage location on the server, for example in Compose,

 volume:
  - /local/db/storage:docker/db/storage

Is this possible? I use other Docker services, and for simple applications, this can be done.

The reason I need this is that when I use setup.sh to perform an upgrade, it encountered an error midway, and I had to reinstall Plane without backing up the data first. If I can specify storage directly on the local machine, I can upgrade or reinstall without any hassle.

ThzShun avatar Dec 15 '25 02:12 ThzShun