docs(install): add missing user privileges for database

This commit is contained in:
Yassine Doghri 2022-09-06 16:05:44 +00:00
parent 8c4f0675c1
commit 707dd0800e
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ server administrator.
#### Privileges
User must have at least these privileges on the database for Castopod to work:
`CREATE`, `ALTER`, `DELETE`, `EXECUTE`, `INDEX`, `INSERT`, `SELECT`, `UPDATE`.
`CREATE`, `ALTER`, `DELETE`, `EXECUTE`, `INDEX`, `INSERT`, `SELECT`, `UPDATE`,
`REFERENCES`, `CREATE VIEW`.
### (Optional) FFmpeg v4.1.8 or higher for Video Clips