Files
XenOrchestraInstallerUpdater/.github/ISSUE_TEMPLATE/issue.md
2020-05-31 12:24:22 +03:00

28 lines
568 B
Markdown

---
name: Issue
about: report a bug
title: ''
labels: ''
assignees: ''
---
**OS Version**:
**Node.js version**: node -v
**Yarn version**: yarn -v
**Server specs**
amount of vCPUs and RAM on the machine where you attempt to install
**Issue**
describe the issue and what task you were running (update, install)
**Installation logfile**
```
copy and paste the output from installation logfile. by default logfiles are stored in logs directory
```
**xo-server.service log**
```
copy and paste the output (if available) from command journalctl -u xo-server -n 100
```