mirror of
https://github.com/iv-org/documentation.git
synced 2025-12-16 17:14:07 -05:00
429 B
429 B
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
$ docker compose down
2) Start the database
$ docker compose up invidious-db -d