Root cause: Pulse server was crashing on startup with permission denied when trying to create .encryption.key file. The docker-compose test config set PULSE_DATA_DIR=/tmp/pulse-test-data, but this directory was owned by root (created by Docker volume mount). The entrypoint script only chowns /data, not /tmp/pulse-test-data. Solution: Change PULSE_DATA_DIR to /data which is already handled by the entrypoint script's chown command (line 36 of docker-entrypoint.sh). This fixes the fatal error: failed to get encryption key: failed to save key: open /tmp/pulse-test-data/.encryption.key: permission denied Related to #695 |
||
|---|---|---|
| .. | ||
| integration | ||