hmm, odd situation
did:
.bvfs_clear_cache yes
bareos-dbcheck
check came back with:
Checking for orphaned Path entries. This may take some time!
Query failed: SELECT DISTINCT Path.PathId, File.PathId, Path.Path FROM Path LEFT JOIN File USIN
G (PathId) LEFT JOIN PathHierarchy ON (Path.Pathid = PathHierarchy.PPathId) WHERE File.PathId I
S NULL AND PathHierarchy.PPathId IS NULL LIMIT 300000 : ERR=ERROR: could not resize shared mem
ory segment "/PostgreSQL.447978704" to 16777216 bytes: No space left on device
CONTEXT: parallel worker
but my shm_size is already 64 MB, so 16 MB as needed above should be no problem
Filesystem Size Used Available Use% Mounted on
shm 64.0M 1.0M 63.0M 2% /dev/shm
what can i do now?
using postgres 15.5 by the way