top of page

Procedure for recovering database extractions

Good morning,
In order to retrieve database extracts, padoa has implemented a secure procedure.
Can you please provide us with the external IP address you will use to transfer the data?
The padoa team needs to whitelist this IP. Once this is done, we will provide you with a temporary key, which will allow you to send the database copy as follows:

  • Install Azure Cli https://docs.microsoft.com/fr-fr/cli/azure/install-azure-cli-windows?tabs=azure-cli

  • Open a terminal or PowerShell and run az .

  • The command must be recognized to validate the Azure cli installation

  • Upload a file

  • From a Windows machine

    • Open a PowerShell and run the following command:
      az storage blob upload -f '**PATH_TO_FOLDERS/FILES**' --account-name esquilointegration -c *PRODUCTION_CLIENT_URL* --sas-token '"**SAS_TOKEN THAT WE WILL COMMUNICATE TO YOU"**'

  • From a UNIX machine

    • az storage blob upload -f '**PATH_TO_FOLDERS/FILES**' --account-name esquilointegration -c *PRODUCTION_CLIENT_URL* --sas-token '**SAS_TOKEN THAT WE WILL COMMUNICATE TO YOU**'
      https://docs.microsoft.com/fr-fr/cli/azure/install-azure-cli-linux?pivots=apt
      https://azure.microsoft.com/fr-fr/products/storage/storage-explorer/

  • Similarly, you may need to give permissions to their different IPs:
    62.23.96.26 
    51.103.18.87


Sincerely,

bottom of page