How to restore .GZ file without logging into Developer Portal.

0
Hi Team, I have a .GZ file. I need to restore it without logging into Developer Portal. I dont want to upload the file in Team server. I just want to restore it in my local Desktop modeler, so that Web portal must not be impacted. Please suggest if there is any provision or it is mandatory to restore it via Developer Portal. Thanks
asked
1 answers
1

Hi Ashirbad,

It's not possible to restore a local database via the dev portal. What you need to do is the following:

  • download & install PostgreSQL
  • create a database for your project
  • restore the tar.gz file
  • change the project settings in the modeler to point to the PostgreSQL server

 

I hope this helps.

answered