At the moment it is not possible to update the modules list in a database without
upgrading at-least one module using `-u` / `--update` on the command line.
This is a proposal to have one more command line option `-m` / `--update-modules-
list` which updates the module graph without upgrading/installing any modules.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
looks i stepped into this as well. when running
trytond -d db_name -u all
I get the error message
linux-qpe9:/home/test # trytond -d test -u all
[Fri Jul 12 13:40:07 2013] INFO:server:using /etc/trytond.conf as configuration file
[Fri Jul 12 13:40:07 2013] INFO:server:initialising distributed objects services
[Fri Jul 12 13:40:07 2013] INFO:database:connect to "test"
Traceback (most recent call last):
File "/usr/bin/trytond", line 109, in <module>
trytond.server.TrytonServer(options).run()
File "/usr/lib/python2.7/site-packages/trytond/server.py", line 102, in run
database = Database(db_name).connect()
File
"/usr/lib/python2.7/site-packages/trytond/backend/postgresql/database.py", line
61, in connect
self._connpool = ThreadedConnectionPool(minconn, maxconn, dsn)
File "/usr/lib/python2.7/site-packages/psycopg2/pool.py", line 156, in __init__
self, minconn, maxconn, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/psycopg2/pool.py", line 58, in __init__
self._connect()
File "/usr/lib/python2.7/site-packages/psycopg2/pool.py", line 62, in _connect
conn = psycopg2.connect(*self._args, **self._kwargs)
File "/usr/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
conn = _connect(dsn, connection_factory=connection_factory, async=async)
psycopg2.OperationalError: FATAL: Rolle »root« existiert nicht
-> it assumes that the server runs under user 'root'?
Of course ist does not, but user 'tryton', under which the server runs, is
no-login by default