版本更新

This commit is contained in:
2024-02-21 22:09:18 +08:00
parent 7bc8138194
commit d022c683ac
2 changed files with 1622 additions and 0 deletions

View File

@@ -73,4 +73,12 @@ systemctl restart postgresql
```
apt install -y openjdk-17-jdk
```
全库备份
```
cd /data/backup && sudo -u postgres pg_dumpall | gzip > /data/backup/$(date +"%Y%m%d%H%M%S").sql.gz
```

File diff suppressed because it is too large Load Diff