sagemathinc / cocalc-docker

DEPRECATED (was -- Docker setup for running CoCalc as downloadable software on your own computer)
https://cocalc.com
Other
398 stars 103 forks source link

move the postgresql database named pipe to subdir of /tmp instead of the postgres data directory #165

Closed williamstein closed 1 year ago

williamstein commented 1 year ago

The motivation is that this will fix the following potential issues:

  1. It will not hit any path length issues
  2. Sometimes people mount the data directory with permissions that are not very restrictive, and this causes PostgreSQL to refuse to start.
williamstein commented 1 year ago

I was confused about the root problem, which really involves the entire data directory.