|
Revision 1250, 325 bytes
(checked in by benoitg, 1 year ago)
|
Last commit was incomplete for some reason.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
#!/bin/sh |
|---|
| 2 |
echo "Note: You will be prompted for a password several times; enter the wifidog database user's password" |
|---|
| 3 |
sh dump_initial_data_postgres.sh > wifidog-postgres-initial-data.sql |
|---|
| 4 |
chmod a+r wifidog-postgres-initial-data.sql |
|---|
| 5 |
sh dump_schema_postgres.sh > wifidog-postgres-schema.sql |
|---|
| 6 |
chmod a+r wifidog-postgres-schema.sql |
|---|