root/wifidogadmin/sql/sync_sql_for_svn.sh

Revision 479, 330 bytes (checked in by insultant, 8 months ago)

--

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
Note: See TracBrowser for help on using the browser.