Open turbomam opened 9 months ago
Seemed to work seamlessly in MacOS, but doesn't work in Linux (due to directory ownership?)
Therefore, the the BaseX and Postgres data directories are container-only and would be lost if the container was deleted, updated, etc.
For example, this mapping isn't working in Ubuntu:
-v `pwd`/shared-basex-data:/srv/basex/data
And even though a shared Postgres data directory can't be used, the user running the makefile can't delete it either
Seemed to work seamlessly in MacOS, but doesn't work in Linux (due to directory ownership?)
Therefore, the the BaseX and Postgres data directories are container-only and would be lost if the container was deleted, updated, etc.