On Fri, Jul 27, 2012 at 4:38 PM, Cédric Krier <[email protected]> wrote: > On 27/07/12 15:38 -0500, zodman wrote: >> some try to run tryton to run with heruko services ? >> https://postgres.heroku.com/ >> >> i try without results. >> >> they have a free plan: >> https://devcenter.heroku.com/articles/heroku-postgres-dev-plan#limits > > What is the issue? > > -- > Cédric Krier > > B2CK SPRL > Rue de Rotterdam, 4 > 4000 Liège > Belgium > Tel: +32 472 54 46 59 > Email/Jabber: [email protected] > Website: http://www.b2ck.com/
a lot!!! I seen trytond it is designed for run on postgres with user to create database permission. Heroku give you a empty database. So for creating or restore the database it can no be done , because this (http://hg.tryton.org/trytond/file/tip/trytond/backend/postgresql/database.py#l84) you can not do it. and template{0,1} not exist and not have permission to execute this http://hg.tryton.org/trytond/file/tip/trytond/backend/postgresql/database.py#l170 I think need someone write a new backend called: trytond-backend-posgresql-heroku -- [email protected] mailing list
