Content
Failed Upgrade From 10.6.5 (PostgreSQL) to 11.1.4
Added by Harpan Budi Santoso over 3 years ago
I tried to upgrade from 10.6.5 to 11.1.4 using this tutorial. After successful upgrade, I still have 10.6.5 in my system. Tried to re-run upgrade, got this message : openproject is already the newest version (10.6.5-1595314086.1033a295.xenial).
I am using Ubuntu 18.04.3 LTS. Running enterprise trial version.
Update:
I found that I have to point to newest release channel first. Then I did it. After pointing to new release channel, I do:
sudo apt-get install --only-upgrade openproject
I run successfully. Then
sudo openproject configure
I got
---------
[repositories] ./bin/postinstall
No repositories have been configured. Skipping configuration.
[smtp] ./bin/postinstall
[memcached] ./bin/postinstall
[openproject] ./bin/postinstall
Server prefix is set. Need to recompile rails assets. Setting RECOMPILE_RAILS_ASSETS=true
ruby: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by ruby)
ruby: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.27' not found (required by ruby)
Replies (1)
Attempted to install a xenial (16.04) package in a 18.04 distribution.