Changed backup filename to match

This commit is contained in:
Michael Schmatz 2014-01-30 11:04:24 -08:00
parent 8eedfd6c70
commit 9222399c30
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Run as discourse user:
```
createdb discourse_prod
psql discourse_prod
\i discourse_dump_from_old_server.sql
\i backup_file_name.sql
```
On oldserver: