Revision 14811
Added by Aaron Marcuse-Kubitza about 10 years ago
trunk/inputs/CVS/_src/data.sql.ini | ||
---|---|---|
1 | 1 |
[MoveDB MSAccess to PostgreSQL] |
2 |
sourcefilename=F:\Downloads\
|
|
2 |
sourcefilename=C:\Users\visitor\Downloads\__.mdb
|
|
3 | 3 |
sourceusername= |
4 | 4 |
sourcepassword= |
5 | 5 |
sourcesystemdatabase= |
... | ... | |
8 | 8 |
destinationport=5432 |
9 | 9 |
destinationusername=postgres |
10 | 10 |
destinationpassword= |
11 |
destinationdatabase= |
|
11 | 12 |
maintenancedb=postgres |
12 | 13 |
destinationdumpfilename=F:\Downloads\data.sql |
13 | 14 |
dropdatabase=0 |
trunk/inputs/CVS/_src/schema.sql.ini | ||
---|---|---|
1 | 1 |
[MoveDB MSAccess to PostgreSQL] |
2 |
sourcefilename=F:\Downloads\
|
|
2 |
sourcefilename=C:\Users\visitor\Downloads\__.mdb
|
|
3 | 3 |
sourceusername= |
4 | 4 |
sourcepassword= |
5 | 5 |
sourcesystemdatabase= |
... | ... | |
8 | 8 |
destinationport=5432 |
9 | 9 |
destinationusername=postgres |
10 | 10 |
destinationpassword= |
11 |
destinationdatabase= |
|
11 | 12 |
maintenancedb=postgres |
12 | 13 |
destinationdumpfilename=F:\Downloads\schema.sql |
13 | 14 |
dropdatabase=0 |
Also available in: Unified diff
bugfix: inputs/CVS/_src/{data,schema}.sql.ini: sourcefilename: this needs to be on the VM's own HD to avoid crashing MSAccess to PostgreSQL. destinationdatabase: added this back since it is fine to leave this blank.