Add backup commands to documentation (#9224)

In documentation, there's mention to make a backup of database before
upgrading Twenty but there are no commands how to do it, so this PR
solves this problem by providing commands
This commit is contained in:
BOHEUS
2024-12-24 12:57:39 +00:00
committed by GitHub
parent cd2946b670
commit 612f20e925
8 changed files with 14 additions and 10 deletions

View File

@ -2,7 +2,7 @@
title: Bugs and Requests
icon: TbBug
image: /images/user-guide/api/api.png
info: Ask for help on Github or Discord
info: Ask for help on GitHub or Discord
---
## Reporting Bugs
@ -12,6 +12,6 @@ You can also ask for help on [Discord](https://discord.gg/cx5n4Jzs57).
## Feature Requests
If you're not sure it's a bug and you feel it's closer to a feature request, then you should probably [open a discussion instead](https://github.com/twentyhq/twenty/discussions/new).
If you're not sure if it's a bug, and you feel it's closer to a feature request, then you should probably [open a discussion instead](https://github.com/twentyhq/twenty/discussions/new).
<ArticleEditContent></ArticleEditContent>