yea the reason that this command cannot be added is it would have to vary according to the database architecture. i tried a PR but the actual command won’t work because it is different for say, standard install vs dual container and multisite. the script lives inside the discourse core container, so even if the admin enters the correct database container (in non-standard install), it will fail because the script where the command would be stored (script/discourse) is executed outside of it in say web_only.yml for a dual container build. basically the only way this command could work is for a standard install where the app and database are in the same container.