Loading prodution/acepteance database into loval (modeller) database

1
Does someone has experience with loading a backup from acceptance into local database?
asked
2 answers
2

Try our script https://github.com/appronto/scripts/blob/master/restorebackupDRAGBACKUPGZ_HERE.bat

  1. configure the username, password and database name
  2. easily drag your backup from the cloud (database+file with extension .gz) onto the batch file and it will create a backup and places the backup locally for you.

and feel free the contribute on the script :)

answered
1

Arthur,

the cloud environments use postgres as database, so with an installed postgres database locally things are pretty straightforward.

answered