Displaying 1 result from an estimated 1 matches for "tt_dev".
Did you mean:
st_dev
2005 Sep 17
0
Postgresql + rake errors
...the following command: "rake clone_structure_to_test"
The strange thing is that when I tried to test the postgresql db using
the same commands and settings from the RakeFile but through the command
prompt the damn thing worked! By this I mean I issued the following
commands against my tt_dev db and a clean tt_test db:
pg_dump -U ttuser -s -x -O -f tt_dev.sql tt_dev
[I enter the correct password]
psql -U ttuser -f tt_dev.sql tt_test
[I enter the correct password]
The tt_dev.sql is exactly the same as development_structure.sql but I
don''t get any errors concerning ownership o...