Skip to content

chore: move data directories to ./data#342

Merged
cgeorgii merged 1 commit intomainfrom
gipphe/chore/move-data-directories-to-/data
Mar 19, 2026
Merged

chore: move data directories to ./data#342
cgeorgii merged 1 commit intomainfrom
gipphe/chore/move-data-directories-to-/data

Conversation

@Gipphe
Copy link
Collaborator

@Gipphe Gipphe commented Mar 19, 2026

Some manual steps are required once this PR is merged:

  1. Move node-db to ./data/node
    mkdir -p ./data
    mv ./node-db ./data/node
    
  2. Remove grafana-data, promtail-data, prometheus-data, loki-data, tempo-data and postgres-data. These all have to be recreated with the new paths.
    rm -i -rf grafana-data loki-data postgres-data prometheus-data promtail-data tempo-data
    
  3. If you have a .env.local file with a custom DB_HOST, make sure to update this to the new path for data/postgres.
    echo "DB_HOST=<absolute path to repo dir>/data/postgres" > .env.local
    # Or edit it directly, if you have other stuff in there.
    

@Gipphe Gipphe marked this pull request as ready for review March 19, 2026 11:00
@cgeorgii cgeorgii added this pull request to the merge queue Mar 19, 2026
Merged via the queue into main with commit 38cad19 Mar 19, 2026
2 checks passed
@cgeorgii cgeorgii deleted the gipphe/chore/move-data-directories-to-/data branch March 19, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants