Try to pre-fill an auto-detected external_url in the postinst script
fqdn=$(hostname -f)
if [[ -z ${fqdn}; then
fqdn=gitlab.example.com
fi
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
fqdn=$(hostname -f)
if [[ -z ${fqdn}; then
fqdn=gitlab.example.com
fi