fix minor typo in backup commands
This commit is contained in:
parent
5ab376ebe7
commit
a7852830da
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue