fix minor typo in backup commands

This commit is contained in:
Kyle Robbertze 2019-01-14 14:56:25 +02:00
parent 5ab376ebe7
commit a7852830da
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ command as the *postgres* user:
```bash ```bash
gunzip libretime-backup.gz gunzip libretime-backup.gz
sudo -u postgres psql -f airtime-libretime sudo -u postgres psql -f libretime-backup
``` ```
You should now be able to log in to the Libretime web interface in the usual way. You should now be able to log in to the Libretime web interface in the usual way.