Monday, August 17, 2015
1 change · master
Enhancements to existing features
Odoo now automatically leaves out special PostgreSQL databases that are templates or do not allow connections. This helps teams keep internal backup or preparation databases from appearing publicly while still allowing safe copies to be exposed when ready.
Original PR description
Automatically ignore template databases identified in Postgres, and databases where connexion is not allowed. The use case for this is to have a simple means of creating PG databases and not exposing them to the public : set them as templates or disallow connections. For example on our test server we always restore the backup from the production DB as a template, of which we expose a copy that we do "-u all" on.