mirror of
https://github.com/iv-org/documentation.git
synced 2025-12-17 01:23:57 -05:00
draft
This commit is contained in:
parent
369b6d869a
commit
e883c42062
8 changed files with 298 additions and 189 deletions
17
docs/db-migration-restore-docker.md
Normal file
17
docs/db-migration-restore-docker.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue