답변:
이것은 기능 요청입니다. drush issue 대기열 에 게시하십시오 . 이것은 Drush가하기 매우 쉬운 일이 아닙니다. 업데이트하기 전에 모든 프로젝트를 다운로드하여 확인하기 전에 검사해야합니다.
drush updatedb --no
캐시를 지우지 않으므로 프로덕션 사이트의 성능에 실제로 영향을 줄 수 있으므로 drush 명령보다 낫습니다 .
drush8 --uri=www.example.com updatedb-status --format=json
[
{
"module": "Metatag",
"update_id": 7104,
"description": "Remove the entity revision ID from the translation strings. "
},
{
"module": "Metatag",
"update_id": 7105,
"description": "Fix the output translation strings. "
}
]
설명서는 http://drushcommands.com/drush-8x/core/updatedb-status/에 있습니다.
drush help up
거기에는 아무것도 보이지 않았다.