post_install() {
    echo -e "\e[33mPlease edit envs in nocodb.service\e[0m"
}

post_upgrade() {
    systemctl restart nocodb.service
}
