aws/graph-explorer

Permission error when starting up the `air_routes` sample database

Offen

#1.284 geöffnet am 28.10.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (88 Forks)auto 404
documentationhelp wanted

Repository-Metriken

Stars
 (456 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 9h) (41 gemergte PRs in 30 T)

Beschreibung

Description

When starting the sample with docker compose up the following error was thrown:

sed: can't create temp file '/opt/gremlin-server/sample/conf/gremlin-server-air-routes.yamlXXXXXX': Permission denied

Even running the docker compose command with sudo did not help.

Environment

  • OS: Linux 6.17.5-arch1-1
  • Graph Explorer Version: v2.4.0

Steps to Reproduce

Navigate to sample/ and run docker compose up

The air_routes-database fails to start due to the permission error.

Expected Behavior

The air_routes-database should start up normally without any permission issues.


[!IMPORTANT] If you are interested in working on this issue or have submitted a pull request, please leave a comment.

[!TIP] Please use a 👍 reaction to provide a +1/vote.

This helps the community and maintainers prioritize this request.

Contributor Guide