Skip to content

Commit

Permalink
Update migration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koush authored Jan 20, 2024
1 parent 0a35975 commit a24acf9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,30 @@ Backups can be automated using other tools (curl, wget, etc) by using this URL:

The Manual Backup and Restore steps below must be performed on a Scrypted server that is shutdown/stopped.

::: code-group

```sh [Docker Compose]
cd ~/.scrypted
docker compose down
```

```sh [Linux]
sudo systemctl stop scrypted.service
sudo rm /etc/systemd/system/scrypted.service
```

```sh [Mac]
launchctl unload ~/Library/LaunchAgents/app.scrypted.server.plist
rm ~/Library/LaunchAgents/app.scrypted.server.plist
```

```powershell [Windows]
sc.exe stop scrypted.exe
sc.exe delete scrypted.exe
```

:::

### Locate Database
The Scrypted database can be copied to another server by copying the `volume` directory. The `volume` path depends on your current installation host platform:

Expand Down

0 comments on commit a24acf9

Please sign in to comment.