diff --git a/test/nuodb_setup.sh b/test/nuodb_setup.sh index cfccbb0e4..c6a752101 100755 --- a/test/nuodb_setup.sh +++ b/test/nuodb_setup.sh @@ -1,6 +1,7 @@ #!/bin/sh . ./test/.travis_env -wget -q http://download.nuohub.org/nuodb-2.0.3.linux.x64.deb --output-document=/var/tmp/nuodb.deb +# can't upgrade to 2.0.3, need to fix issue #32 +wget -q http://download.nuohub.org/nuodb-2.0.2.linux.x64.deb --output-document=/var/tmp/nuodb.deb sudo dpkg -i /var/tmp/nuodb.deb ${NUODB_HOME}/bin/nuodbmgr --broker localhost --password bird --command "start process sm host localhost database test archive /var/tmp/nuodb initialize true" ${NUODB_HOME}/bin/nuodbmgr --broker localhost --password bird --command "start process te host localhost database test options '--dba-user ${NUODB_USERNAME} --dba-password ${NUODB_PASSWORD}'"