Skip to content

Commit

Permalink
Update Backup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbstertruck3 authored Oct 13, 2024
1 parent 4697dbe commit f39a8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bash /home/$USER/care/scripts/backup.sh
```
Delete the existing database
```bash
docker exec -it $(docker ps --format '{{.Names}}' | grep 'care-db') psql -U postgres -c "CREATE DATABASE care;"
docker exec -it $(docker ps --format '{{.Names}}' | grep 'care-db') psql -U postgres -c "DROP DATABASE IF EXISTS care;"
```
Create the new database
```bash
Expand Down

0 comments on commit f39a8ff

Please sign in to comment.