You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to check data in mysql before migrate?
What I expect's :
/usr/share/hue/build/env/bin/hue checkDataFromDB # Is there a sub-command behave like this ??
if [ $? -eq 1 ]
then
echo "begin to migrate"
/usr/share/hue/build/env/bin/hue migrate
else
echo "no need to migrate"
fi
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to check data in mysql before migrate?
What I expect's :
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions