user2959723
user2959723

Reputation: 681

Django application deployment @Bluemix where postgresql is not available as a service

I'm trying to deploy my application into Bluemix which is using PostgreSQL as a database.

On Bluemix portal PostgreSQL is not available in listed services. How can I add it to my project.

Thanks in advance!

Upvotes: 0

Views: 136

Answers (1)

James Thomas
James Thomas

Reputation: 4339

PostgreSQL is listed under the Labs section of the catalogue.

This service does not come with production-grade support.

If you want a supported version, use the service provided by Compose.

Upvotes: 1

Related Questions