postgres-api
postgres-api copied to clipboard
A PostgreSQL API for tsuru PaaS
When creating or destroying a database, the operation does not seem to be wrapped in a transaction
https://github.com/tsuru/postgres-api/blob/master/postgresapi/models.py#L85 From the above line, the series of commands to create or delete a postgres database seems to be not be wrapped in a transaction. If one of the statements...
**Bug Description** When running performance test setup script, we create a lot of databases and bind them to apps. When we tear down the tests and similarly delete very rapidly...
When using Amazon RDS PostgreSQL and binding an application to a service I get an error: ``` ➜ flask-heroku-sample git:(master) tsuru service-bind flask-pg-dcarley -a flask-dcarley Error: Failed to bind the...
Hi, it would be great if it was documented more explicitly that there are only two plans currently available: - `dedicated` - not working yet* - `shared` - the only...
The Docker volume option helps to keep data even if the container is stopped. This will helps us to be more fault tolerant than today, and allow auto-restart.