forked from nuodb/migration-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert back to 2.0.2 for now, see issue nuodb#32
- Loading branch information
1 parent
4e07336
commit 7dee78a
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}'" |