Skip to main content

Deploy a Managed Database on Vultr

Deploy a Managed Database on Vultr background
Challenge

Deploy a Managed Database on Vultr

The Task:

  • Deploy a Managed database (MySQL, Postgres, or any other of your choice) on Vultr (choose the smallest “Cloud Compute” plan to limit credit usage).
  • In the Vultr Dashboard, go to the “Settings” tab of your database and find “Trusted Sources.”
  • Add your current IP address and click “Add My IPv4” (this is crucial, or Vultr will block your connection)!
  • Copy the Connection String provided in the Overview tab.
  • Log into your database using your terminal
  • Run the CREATE DATABASE ghw_test
    *You should see “Query OK” confirming that your database is up and running in the cloud and accessible via command line.

Find resources to complete this challenge on the Vultr Landing Page!

Share a screenshot of your terminal workflow to complete this challenge

Submit your project