Project

General

Profile

« Previous | Next » 

Revision 8251

README.TXT: Datasource setup: Install the staging tables: For a MySQL .sql export: Documented which password to use at each of the two password prompts my2pg_export will give you. You could also embed the value of the 2nd prompt in the _MySQL/*.make file using `--password="$(cat path/to/config/bien_password)"`.

View differences:

README.TXT
205 205
            that depend on it
206 206
    Install the staging tables:
207 207
        make inputs/<datasrc>/reinstall quiet=1 &
208
        For a MySQL .sql export:
209
            At prompt "[you]@vegbiendev's password:", enter your password
210
            At prompt "Enter password:", enter the value in config/bien_password
208 211
        To view progress: tail -f inputs/<datasrc>/<table>/logs/install.log.sql
209 212
        View the logs: tail -n +1 inputs/<datasrc>/*/logs/install.log.sql
210 213
            tail provides a header line with the filename

Also available in: Unified diff