Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.15.0 #1826

Merged
merged 2 commits into from
Sep 17, 2023
Merged

v1.15.0 #1826

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/docker-compose/dtctl
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ if [ ! 0 == $# ]; then # If options provided then
docker run -i --name dongtai-server-update -v $PWD/config-tutorial.ini:/opt/dongtai/dongtai_conf/conf/config.ini --rm \
--link `docker ps | grep dongtai-mysql | awk '{print $1}'`:dongtai-mysql \
--link `docker ps | grep dongtai-redis | awk '{print $1}'`:dongtai-redis \
--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
fi

if [ $TO_VERSION = 1.8.0 ]; then
Expand Down
Loading