-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Feature Request] Shared persistent mountpoints / volumes #8716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
First I really like the idea of the possibility to have shared mounted folders. Second point, if you share a volume across different workspace it getting always complex in situations with multiple persons have access at the same time to the same volume, so you are very fast loosing consistency |
Gitpod workspaces support |
Thanks for the suggestion @peterkracik! Another alternative is to host the database separately and use something like tailscale to be able to access it from your workspaces. As @konne mentioned, it can be quite complex and weird in situations with multiple people accessing the same volume at the same time. |
/dev/fuse: Operation not permitted, What should I do? |
Possibly also related to: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe
For certain types of projects (mostly CMS - WordPress, typo3, sulu... but not only) would be less hustle to have one central database and one central asset storage, instead of recreating the database and copying assets for each new workspace.
and thus having persistent storage - a volume, which could be mounted to a workspace, or even shared within the team, would be helpful.
As a concrete example: if I want to work on a new Github issue, I don't want a clean database, I would prefer to have the same DB content and also assets in the uploads folder, as on the master workspace. So this way I would just select the desired volume and mount it to my issue workspace.
Describe the behaviour you'd like
Similar behaviour as Docker volume or Kubernetes PVC - a possibility to create persistent volumes, which could be then mounted to any workspace or duplicated and then mounted, to the defined path. It could be defined within the .gitpod.yml.
Describe alternatives you've considered
At the moment I use an external database server and manually copy assets to the workspace
The text was updated successfully, but these errors were encountered: