Skip to content

Reduce mount complexity #1246

@adamoutler

Description

@adamoutler

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Is your feature request related to a problem? Please describe

In order to make the system more simple and maintainable, I'd like to see just one persistent storage location for db and config. I'd also like to figure out if we can consolidate ramdisk folders too.

Describe the solution you'd like

The standard way for docker containers is to have a /data. I believe this could be handled by symbolic link from both /app/data and /app/config to /data.

I'd also like to see /app/logs and /app/api migrated to a single folder somewhere as they are both ramdisk-folders for speed.

Describe alternatives you've considered

Leave it and have 6-8 mounts.

Anything else?

I'd be happy to implement, although this will require planning and communication for "upcoming changes" during the next release

Am I willing to test this? 🧪

  • I will do my best to test this feature on the netlertx-dev image when requested within 48h and report bugs to help deliver a great user experience for everyone and not to break existing installations.

Can I help implement this? 👩‍💻👨‍💻

  • Yes
  • No

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions