my tigergraph is 3.3, and i want to upgrade version to 3.8 by run command ./install.sh -u
,but the shell display the error that this script must be run under tigergraph user. thought i run the command on tigergrapg user
@wjx1 if you use
sudo
for install you will start the script as root.
just use
./install.sh -u
to start as tigergraph user.
1 Like