1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-09 16:42:49 +00:00

added realm - robots.txt - google webmaster file

This commit is contained in:
2018-01-29 16:45:59 -06:00
parent 3397d6b6ef
commit 880c61747d
7 changed files with 282 additions and 24 deletions

View File

@@ -174,3 +174,7 @@ listen_address='*'
host all all 0.0.0.0/0 md5
```
# Database backup script
```
ssh -i ./prod_ssh_key root@<addr> 'su - postgres -c "pg_dump -U postgres myapp_prod"' >> "$(date +"%Y_%m_%d_%I_%M_%p")backup.sql"
```