Changed backup filename to match
This commit is contained in:
parent
8eedfd6c70
commit
9222399c30
|
@ -52,7 +52,7 @@ Run as discourse user:
|
||||||
```
|
```
|
||||||
createdb discourse_prod
|
createdb discourse_prod
|
||||||
psql discourse_prod
|
psql discourse_prod
|
||||||
\i discourse_dump_from_old_server.sql
|
\i backup_file_name.sql
|
||||||
```
|
```
|
||||||
On oldserver:
|
On oldserver:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue