The application for windows users.
If you have many .dump or .backup files which you need to restore often instead some database, it's well for you.
After installation you will can restore your db by one click
Download
Installation
- Build distributive with command 'gradlew assembleDist' (like Travis CI)
- Look to './build/distributions'
- Unzip one_click_dump_restore-X.X.zip to your directory for software
- (Warning: Here you will change your Windows' register) Run file installHere.bat (naturally for Windows only)
- Change default settings for your db inside one_click_dump_restore-1.0.jar (app.properties)
- When you do right mouse click on *.dump or *.backup file you will see new item of menu Restore DB as you can see on the picture bellow
Default Settings (look Instalation's step №5)
db.type=POSTGRES
db.host=localhost
db.port=5432
db.user=postgres
db.password=postgres
db.name=example
db.utils.home=C:/Program Files/PostgreSQL/9.5/bin/