Skip to content

Commit

Permalink
Revert back to 2.0.2 for now, see issue nuodb#32
Browse files Browse the repository at this point in the history
  • Loading branch information
treilly-nuodb committed Mar 5, 2014
1 parent 4e07336 commit 7dee78a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/nuodb_setup.sh
Original file line number Diff line number Diff line change
@@ -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}'"

0 comments on commit 7dee78a

Please sign in to comment.