Fully deprecate user joey on all hosts #106

Closed
opened 2023-10-19 10:47:55 -07:00 by Jafner · 4 comments
Jafner commented 2023-10-19 10:47:55 -07:00 (Migrated from gitlab.jafner.net)

joey@fighter

  • Some docker containers still rely on /home/joey/... for their data directory.

joey@druid

joey@paladin

joey@cleric

# joey@fighter - Some docker containers still rely on `/home/joey/...` for their data directory. # joey@druid # joey@paladin # joey@cleric
Jafner commented 2023-10-19 10:47:55 -07:00 (Migrated from gitlab.jafner.net)

assigned to @Jafner

assigned to @Jafner
Jafner commented 2023-10-19 10:56:03 -07:00 (Migrated from gitlab.jafner.net)

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.

Paths under `/home/joey/data/...`currently in use by containers are: `/home/joey/data/` - [X] `unify_controller/config` - [X] `stash` - [X] `qbittorrent` - [X] `plex/plex` - [X] `plex/ombi` - [X] `monitoring/prometheus` - [X] `monitoring/grafana` - [X] `monitoring/loki-logs` - [X] `gitlab/runner-config` - [X] `gitlab/logs` - [X] `gitlab/data` - [X] `gitlab/config` - [X] `keycloak/data` - [X] `traefik/acme.json` Paths checked are moved, but the old data has not been backed up or deleted.
Jafner commented 2023-10-19 11:06:18 -07:00 (Migrated from gitlab.jafner.net)

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.

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.
Jafner commented 2023-10-19 14:38:11 -07:00 (Migrated from gitlab.jafner.net)

mentioned in commit a15fda884c

mentioned in commit a15fda884c0edbbcc84acdefe25a936b0bdfb1a9
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Jafner/homelab#106
No description provided.