This commit is contained in:
KharchenkoVladimir 2021-10-18 10:45:18 +05:00
commit 589959c802

View File

@ -16,6 +16,6 @@ dotnet ef migrations remvoe <MigrationName> --project AsbCloudDb
#backup
```
sudo -u postgres pg_dump -U postgres postgres -W | gzip > 2021-09-27_dump.sql
sudo -u postgres pg_dump -U postgres postgres -W | gzip > 2021-09-27_dump.sql.gz
```