We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 688e6b6 + ac2f1c2 commit 8e8a30aCopy full SHA for 8e8a30a
deploy/docker-compose/dtctl
@@ -1312,7 +1312,7 @@ if [ ! 0 == $# ]; then # If options provided then
1312
docker run -i --name dongtai-server-update -v $PWD/config-tutorial.ini:/opt/dongtai/dongtai_conf/conf/config.ini --rm \
1313
--link `docker ps | grep dongtai-mysql | awk '{print $1}'`:dongtai-mysql \
1314
--link `docker ps | grep dongtai-redis | awk '{print $1}'`:dongtai-redis \
1315
- --network dongtainetwork $(get_image_registry 2)/dongtai-server:$TO_VERSION migrate || exit 1
+ --network dongtainetwork $(get_image_registry 2)/dongtai-server:$TO_VERSION migrate 2> /dev/null || exit 1
1316
fi
1317
1318
if [ $TO_VERSION = 1.8.0 ]; then
0 commit comments