Connecting to the Database on Mac
In this guide, we show you how you can connect and work with your Cloud Database on Mac.
Last updated
In this guide, we show you how you can connect and work with your Cloud Database on Mac.
Last updated
An Umbraco Cloud project
Whitelisted IP on Umbraco Cloud
Follow the steps below to connect and work with your Umbraco Cloud Database on a Mac.
Go to SQL Connection Details in the Configuration menu on Umbraco Cloud.
Note down the Server name, Login, Password, and Database.
Open Azure Data Studio.
Click "Create a connection" on the welcome page in Azure Data Studio.
Change the Authentication type to SQL Login and enter the following information in the Connection details dialog:
Add the Server name.
Add the Login.
Add the Password.
Add the Database.
Click Connect once the connection details have been filled out.
You have now connected to your database. You can work with the databases on Umbraco Cloud like you could on any other host. Remember to let Umbraco Cloud do the work when it comes to the Umbraco-related tables (Umbraco*
and CMS*
tables).