Skip to content

Commit

Permalink
add missing vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Oct 17, 2023
1 parent 60bbf6a commit cb9cf15
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions topics/admin/faqs/galaxy-update-22.05.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ Here is the recommended update procedure with ansible:
- `galaxy_user_name` is defined in all.yml in the latest git-gat
- git-gat also separates out the DB serving into a `dbservers.yml` host group

You may also need to add

```
galaxy_systemd_mode: 'gravity'
galaxy_manage_systemd: yes
```

to your galaxy configuration to have systemd units properly installed.

4. Backup your `venv`, `mv /srv/galaxy/venv/ /srv/galaxy/venv-old/`, as your NodeJS is probably out of date and Galaxy doesn't handle that gracefully
5. Do any local customs for luck (knocking on wood, etc.)
6. Run the playbook

0 comments on commit cb9cf15

Please sign in to comment.