How to request code updates in Colleague UBI database (SeatUBI_prod)

Ellucian / Colleague

This requires you to have set up the aws command line interface (cli) and have access to ellucian’s s3 bucket they made for us. Ask Leio in integrations for access I think?

  • step 1: download the update you want to make as a sql file without any spaces in the name

  • step 2: upload the file to ellucian’s s3 bucket using the aws cli. Should look something like this:

    • aws s3 cp C:\path\sql_file_to_upload.sql s3://service-cds-seatu/SQL/DEPLOY_NOW/SeatUBI_prod/sql_file_to_upload.sql