# Community

> Open source community and user groups
---

The Pigsty community already offers free WeChat/Discord/Telegram Q&A Office Hours, and we are also happy to provide more free value-added services to our supporters.

------

## GitHub HQ

Consider giving us a [**star**](https://github.com/pgsty/pigsty/stargazers) on GitHub if you find Pigsty useful.
Issues, PRs, and discussions are welcome.



**Repo**


        The source code repository of Pigsty



**Organization**


        The `pgsty` organization on GitHub is the official home of Pigsty.




**Issues**


        Create new issues and report bugs, submit feature requests



**Discuss**


        Ask questions, share ideas, and get help from the community








------

## Community

We have 7 active wechat user groups with around 2700+ users, join our discussions!



**Discuss**


        The GitHub discussion forum of Pigsty




**WeChat**


        Search `pigsty-cc` and join the User Group.



**Telegram**


        The Telegram group of Pigsty: gV9zfZraNPM3YjFh



**Discord**


        The Discord server of Pigsty: j5pG8qfKxU







You can also contact me with email: [rh@vonng.com](mailto:rh@vonng.com)





------

## Ask for Help

You can [ask community](https://github.com/pgsty/pigsty/discussions/338#discussion-5761383) for help, questions with enough info & context are more likely to get help.

Also consider using our [ChatGPT QA Agent](https://chat.openai.com/g/g-y0USNfoXJ-pigsty-consul) or [Professional Service](/docs/service).

**Ask for Help**

**What happened?** (**REQUIRED**)

**Pigsty Version &amp; OS Version** (**REQUIRED**)

```bash
$ grep version  pigsty.yml

$ cat /etc/os-release
```

If you are using a cloud provider, please tell us which cloud provider and what operating system image you are using.

If you have customized and modified the environment after installing the bare OS, or have specific security rules and firewall configurations in your WAN, please also tell us when troubleshooting.

**Pigsty Config File** (**REQUIRED**)

Don’t forget to remove sensitive information like passwords, etc…

```bash
cat ~/pigsty/pigsty.yml
```

**What did you expect to happen?**

&gt; Please describe what you expected to happen.

**How to reproduce it?**

&gt; Please tell us as much detail as possible about how to reproduce the problem.

**Monitoring Screenshots**

If you are using pigsty monitoring system, you can paste **RELEVANT** screenshots here.

**Error Log**

Please copy and paste any **RELEVANT** log output. Do not paste something like “Failed to start xxx service”

- Syslog: `/var/log/messages` (RHEL) or `/var/log/syslog` (Debian)
- Postgres: `/pg/log/postgres/*`
- Patroni: `/pg/log/patroni/*`
- Pgbouncer: `/pg/log/pgbouncer/*`
- Pgbackrest: `/pg/log/pgbackrest/*`

```bash
journalctl -u patroni
journalctl -u &lt;service name&gt;
```

**Have you tried the Issue &amp; FAQ?**

- [Pigsty FAQ](/docs/intro/faq/)
- [Github Issues](https://github.com/pgsty/pigsty/issues)
- [Pigsty Discussion Forum](https://github.com/pgsty/pigsty/discussions)

**Anything else we need to know?**

The more information and context you provide, the more likely we are to be able to help you solve the problem.
