Fully deprecate user joey
on all hosts
#106
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
joey@fighter
/home/joey/...
for their data directory.joey@druid
joey@paladin
joey@cleric
assigned to @Jafner
Paths under
/home/joey/data/...
currently in use by containers are:/home/joey/data/
unify_controller/config
stash
qbittorrent
plex/plex
plex/ombi
monitoring/prometheus
monitoring/grafana
monitoring/loki-logs
gitlab/runner-config
gitlab/logs
gitlab/data
gitlab/config
keycloak/data
traefik/acme.json
Paths checked are moved, but the old data has not been backed up or deleted.
We are using
docker inspect $(docker ps -aq) | grep '"Source": "/home/joey'
to get a list of paths under/home/joey
currently in use by containers.We are using
docker-compose down && sudo cp -r /home/joey/data/qbittorrent/* /home/admin/data/qbittorrent/ && docker-compose up -d && docker-compose logs -f
to shut down the stack, move the data from the in-use location to the proper location, then bring the stack up and watch its logs for successful startup.mentioned in commit
a15fda884c