docs: update install procedure
- update airtime migration guide
This commit is contained in:
parent
0d16960887
commit
b3ff2defc4
5 changed files with 80 additions and 56 deletions
|
@ -39,10 +39,16 @@ The `database` section configure the PostgreSQL connection.
|
|||
|
||||
:::caution
|
||||
|
||||
<!-- TODO: Add link to a guide on how to edit such values -->
|
||||
|
||||
Before editing this section be sure to update the PostgreSQL server with the desired values.
|
||||
|
||||
#### Changing a PostgreSQL user password
|
||||
|
||||
You can change the `libretime` PostgreSQL user password using:
|
||||
|
||||
```bash
|
||||
sudo -u postgres psql -c "ALTER USER libretime PASSWORD 'new-password';"
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
```yml
|
||||
|
@ -71,10 +77,16 @@ The `rabbitmq` section configure the RabbitMQ connection.
|
|||
|
||||
:::caution
|
||||
|
||||
<!-- TODO: Add link to a guide on how to edit such values -->
|
||||
|
||||
Before editing this section be sure to update the RabbitMQ server with the desired values.
|
||||
|
||||
#### Changing a RabbitMq user password
|
||||
|
||||
You can change the `libretime` RabbitMQ user password using:
|
||||
|
||||
```bash
|
||||
sudo rabbitmqctl change_password "libretime" "new-password"
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
```yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue