This commit is contained in:
Fijxu 2025-12-13 00:38:45 -03:00
parent 369b6d869a
commit e883c42062
8 changed files with 298 additions and 189 deletions

View file

@ -0,0 +1,17 @@
# Database restore for Docker Compose installations
In case a database migration went wrong, you can use a backup of your Invidious database to recover all the data or to simply revert it to a previous state.
In order to recover your Invidious database from a backup follow the next steps:
##### 1) Stop Invidious
```bash
$ docker compose down
```
##### 2) Start the database
```bash
$ docker compose up invidious-db -d
```