-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to use database backup? #10
Comments
Well... in general, no, the plugin doesn't allow to apply any dump files. Usually, I use Liquibase + DbUnit, so creating a DB structure and filling by some test data are processed in other way... But you have good point here, because it may be a case with previously created users, for example. In this case even Liquibase may fail because changesets may contain some kind of GRANT/REVOKE commands with the predefined user... So, I'll try to implement the feature in near time. Thanks! |
I use Flyway instead of Liquibase, but creating SQL migrations out postgres data is a series of pain, including file format, file spiting to avoid github file size limits etc. If i wanted to implement this, what would be the necessary changes you'd point to/agree with? |
@manosbatsis : Do you have ability to compile & check a code from the branch: #12 ? |
Sorry, missed this. I actually tried adding The latter however does not seem to work, probably needs the right combination with |
postgresql-embedded allows the use of a dump file. Does the plugin allow using a database dump or pgadmin backup in the current version?
The text was updated successfully, but these errors were encountered: