Ah, understood. So I installed web_shop without any trouble, web_shop_woocommerce seemed fine as well, but then:
$ trytond-admin -c trytond.conf -d tryton-60-exp -m -vv
6575 140326588610368 [2021-06-16 20:38:59,242] INFO trytond.backend.postgresql.database connection to "tryton-60-exp" succeeded
6575 140326588610368 [2021-06-16 20:38:59,739] INFO
[many more lines]
...
...
...
setup mixin for "tryton-60-exp"
6575 140326588610368 [2021-06-16 20:39:01,062] INFO trytond.modules all modules loaded
6575 140326588610368 [2021-06-16 20:39:01,076] WARNING py.warnings /usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import fnmatch, glob, traceback, errno, sys, atexit, locale, imp, stat
Traceback (most recent call last):
File "/home/wd/tryton-60-exp/bin/trytond-admin", line 23, in <module>
admin.run(options)
File "/home/wd/tryton-60-exp/lib/python3.8/site-packages/trytond/admin.py", line 53, in run
pool.init(update=options.update, lang=list(lang),
File "/home/wd/tryton-60-exp/lib/python3.8/site-packages/trytond/pool.py", line 164, in init
restart = not load_modules(
File "/home/wd/tryton-60-exp/lib/python3.8/site-packages/trytond/modules/__init__.py", line 437, in load_modules
_load_modules(update)
File "/home/wd/tryton-60-exp/lib/python3.8/site-packages/trytond/modules/__init__.py", line 408, in _load_modules
Configuration(1).check()
File "/home/wd/tryton-60-exp/lib/python3.8/site-packages/trytond/modules/product/ir.py", line 20, in check
if self.product_price_decimal != price_decimal:
File "/home/wd/tryton-60-exp/lib/python3.8/site-packages/trytond/model/fields/field.py", line 344, in __get__
return inst.__getattr__(self.name)
File "/home/wd/tryton-60-exp/lib/python3.8/site-packages/trytond/model/modelstorage.py", line 1624, in __getattr__
read_data = self.read(list(index.keys()), list(ffields.keys()))
File "/home/wd/tryton-60-exp/lib/python3.8/site-packages/trytond/model/modelsingleton.py", line 38, in read
singleton = cls.get_singleton()
File "/home/wd/tryton-60-exp/lib/python3.8/site-packages/trytond/model/modelsingleton.py", line 23, in get_singleton
singletons = super(ModelSingleton, cls).search([], limit=1)
File "/home/wd/tryton-60-exp/lib/python3.8/site-packages/trytond/model/modelsql.py", line 1342, in search
cursor.execute(*select)
File "/home/wd/tryton-60-exp/lib/python3.8/site-packages/trytond/backend/postgresql/database.py", line 72, in execute
cursor.execute(self, sql, args)
psycopg2.errors.UndefinedColumn: column a.product_price_decimal does not exist
LINE 1: ...ame" AS "hostname", "a"."language" AS "language", "a"."produ...
^
I did the SQL changes from the update instructions before. Could that have been a problem?
Cheers,
Wolf