Add an app so that you can perform backup and restore operations on your Salesforce data. A SQL database is required when you add an app because the database is needed for Salesforce restores.
Note
If you are an MSP and you want your tenant administrators to create the Salesforce app, see Managed Server Provider Configuration.
Before You Begin
-
Add a Connected App in Salesforce. You must have the Salesforce consumer key and the Salesforce consumer secret that are generated when you add the connected app.
-
To connect to Salesforce, you need to use the OAuth authentication which requires providing the Salesforce consumer key and the Salesforce consumer secret. If your Salesforce org is configured to use SSO as the user login method, and SSO is the only method used, you must use OAuth authentication. If you use OAuth, the port that must be open between the Web Server and the Salesforce Cloud is 443 (one way).
Note
By default, the username-password method is disabled in Salesforce. To use this method to connect to Salesforce, you must turn ON the Allow OAuth Username-Password Flows toggle in the OAuth and OpenID Connect Settings in your Salesforce environment.
-
Review the requirements for the Microsoft SQL server database or the PostgreSQL database, and then verify that you have the following database information:
-
The type of database
-
The client that hosts the database. The access node is able to connect to the database instance using JDBC URL.
-
The database name
-
The credentials for a user who meets the access requirements
-
Procedure
-
From the Command Center navigation pane, go to Protect > Salesforce.
The Salesforce Overview page appears.
-
Go to the Organizations tab.
-
Click Add organization.
The Add Salesforce organization page appears.
-
In the Name box, enter a name for the Salesforce organization.
-
From the Plan list, select a backup plan.
-
From the Environment list, select Production or Sandbox.
-
Use existing credentials or add new credentials:
-
To use existing credentials, from the Connected app credentials list, select the credentials.
-
To add a new consumer key and consumer secret, do the following:
-
From the Connected app credentials list, click Create new.
The Add credential dialog box appears.
-
Add the information for the credentials, and then click Save.
The credentials are saved in the Credential Manager.
-
From the Connected app credentials list, select the credentials.
-
-
-
Click Sign in with Salesforce.
-
In the Infrastructure settings section, enter the access node and database information:
-
From the Access nodes list, select an access node.
-
In the Download cache path box, enter a path on the access node where data downloaded from Salesforce can be temporarily stored.
-
From the Database type list, select the database type.
-
In the Database host box, enter the client that hosts the database.
-
In the Database name box, enter the database name.
-
In the Database port box, enter the port that you use to connect to the database.
-
In the User name and Password boxes, enter the credentials for a user who has permissions for the database.
-
To test the connection to the database, click Test Connection.
-
-
Click Save.