dizda / CloudBackupBundle

Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)
MIT License
196 stars 57 forks source link

Fix reading parameters.yml data for PostgreSQL #108

Open jskirzynski opened 7 years ago

jskirzynski commented 7 years ago

Change of default PostgreSQL configuration for fix " When no parameters is specified under postgresql, the bundle taking those from parameters.yml" functionality. At this moment localhost is the default host for PostgreSQL (based on Configuration.php) and script does not read data from parameters.yml.

Nyholm commented 7 years ago

I like this change. Though, it breaks BC. I suggest to save this one for next major version.