Page 1 of 1

Migration error to 15.1.18 RC1

Published: February 28, 2018 - 9:55 AM
by hasop
Hello,

I attempted a migration from 1.5.1.9 to 1.5.1.18 RC1 using the following documentation: https://www.wapt.fr/fr/doc-1.5/waptserv ... entos.html

I performed the following actions:

yum update tis-waptserver.rpm tis-waptsetup.rpm
=> OK

python /opt/wapt/waptserver/scripts/postconf.py
==> KO, with the following message:
Traceback (most recent call last):
File "/opt/wapt/waptserver/scripts/postconf.py", line 41, in
Import
error: No module named jinja2.

Thank you in advance for your help.

Re: Migration error to 15.1.18 RC1

Published: February 28, 2018 - 10:29 AM
by agauvrit
Oops

Try with:

Code: Select all

/opt/wapt/waptserver/scripts/postconf.sh
The post-conf script has been modified as a result of the change in Python library inclusions

Alexander

Re: Migration error to 15.1.18 RC1

Published: February 28, 2018 - 10:40 AM
by hasop
That's perfect, thank you!