Use correct PostgreSQL version command in bug template
[akkoma] / .gitlab / issue_templates / Bug.md
1 <!--
2 ### Precheck
3
4 * For support use https://git.pleroma.social/pleroma/pleroma-support or [community channels](https://git.pleroma.social/pleroma/pleroma#community-channels).
5 * Please do a quick search to ensure no similar bug has been reported before. If the bug has not been addressed after 2 weeks, it's fine to bump it.
6 * Try to ensure that the bug is actually related to the Pleroma backend. For example, if a bug happens in Pleroma-FE but not in Mastodon-FE or mobile clients, it's likely that the bug should be filed in [Pleroma-FE](https://git.pleroma.social/pleroma/pleroma-fe/issues/new) repository.
7 -->
8
9 ### Environment
10
11 * Installation type:
12 - [ ] OTP
13 - [ ] From source
14 * Pleroma version (could be found in the "Version" tab of settings in Pleroma-FE):
15 * Elixir version (`elixir -v` for from source installations, N/A for OTP):
16 * Operating system:
17 * PostgreSQL version (`psql -V`):
18
19
20 ### Bug description