-
-
Notifications
You must be signed in to change notification settings - Fork 762
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
PostgreSQL support #82
Comments
@Jamesking56 showed interest in adding PostreSQL to the db-dumper package, see this issue. In any case, I'm open for PR's that adds support for other types of db's to db-dumper. If you have more questions about this, please open up an issue at the db-dumper repo. |
@Rhincodon I will add PostgreSQL support to db-dumper this weekend as I need it myself for my new SaaS project. I may even extend that later to add SQLite and MSSQL support but I'll see how I get on. @freekmurze Is there much change needed for laravel-backup to allow it to use PostgreSQL from db-dumper? |
@Jamesking56 that's great to hear! Make sure you include tests in your PR to db-dumper. In laravel-backup, there's only {a driver type check](https://github.com/spatie/laravel-backup/search?utf8=%E2%9C%93&q=mysql) that needs to be adjusted. |
What about bringing back PostgreSQL from version 2? We need to ask @Jamesking56 for pull request?
The text was updated successfully, but these errors were encountered: