Content
update from 12.5.8 to 13 is not working in ubuntu 22.04
Added by ciobanu radu over 1 year ago
i try to upgrade to 13 and is not working, any advice please ?
root@openproject:/home/----# apt-get install --only-upgrade openproject
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
openproject is already the newest version (12.5.8-1689666793.3c460780.jammy).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@openproject:/home/------# openproject configure
Launching installer for openproject...
Selected addons: legacy-installer openproject-edition postgres apache2 repositories memcached openproject
[legacy-installer] ./bin/configure
[openproject-edition] ./bin/configure
DONE
[postgres] ./bin/configure
Postgres connection OK
DONE
[apache2] ./bin/configure
DONE
[repositories] ./bin/configure
DONE
[memcached] ./bin/configure
DONE
[openproject] ./bin/configure
DONE
[legacy-installer] ./bin/preinstall
[openproject-edition] ./bin/preinstall
[postgres] ./bin/preinstall
INFO: autoinstall=install. A new PostgreSQL v13 server will be installed locally unless a conflicting installation is found.
INFO: existing installation found. Skipping to next step.
INFO: Checking connection to PostgreSQL server... ?column?
----------
1
(1 row)
OK
[apache2] ./bin/preinstall
[repositories] ./bin/preinstall
Module perl already enabled
Module dav already enabled
Considering dependency dav for dav_svn:
Module dav already enabled
Module dav_svn already enabled
Your MPM seems to be threaded. Selecting cgid instead of cgi.
Module cgid already enabled
[memcached] ./bin/preinstall
[openproject] ./bin/preinstall
[legacy-installer] ./bin/postinstall
[openproject-edition] ./bin/postinstall
[postgres] ./bin/postinstall
[apache2] ./bin/postinstall
Last prefix was /
Module rewrite already enabled
Module proxy already enabled
Considering dependency proxy for proxy_http:
Module proxy already enabled
Module proxy_http already enabled
Module headers already enabled
Module expires already enabled
Considering dependency filter for deflate:
Module filter already enabled
Module deflate already enabled
Module filter already enabled
Site openproject already enabled
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
Syntax OK
[repositories] ./bin/postinstall
Setting up SVN integration for Apache
Setting up Git integration for Apache
[memcached] ./bin/postinstall
[openproject] ./bin/postinstall
*** Seeding for locale: 'en'
*** Seeding basic data for standard edition
↳ BuiltinRolesSeeder
*** Skipping built in role Non member - already exists
*** Skipping built in role Anonymous - already exists
↳ RoleSeeder
↳ ActivitySeeder
↳ ColorSeeder
↳ ColorSchemeSeeder
↳ WorkflowSeeder
*** Skipping types, statuses and workflows as there are already some configured
↳ PrioritySeeder
↳ SettingSeeder
Loading discovered seeders:
↳ SettingSeeder
↳ EnumerationSeeder
*** Seeding admin user
*** Seeding demo data
↳ GroupSeeder
↳ AttributeHelpTextSeeder
I, [2023-08-23T05:43:19.046741 #95996] INFO -- : ↳ Creating attribute help texts
↳ GlobalQuerySeeder
I, [2023-08-23T05:43:19.047241 #95996] INFO -- : ↳ Creating global queries
↳ ProjectSeeder
↳ OverviewSeeder
*** Loading action_view_railtie seed data
*** Loading active_storage seed data
*** Loading action_cable_engine seed data
*** Loading action_mailbox seed data
*** Loading action_text seed data
*** Loading doorkeeper_engine seed data
*** Loading date_validator_engine seed data
*** Loading ok_computer seed data
*** Loading i18n_js_engine seed data
*** Loading view_component_engine seed data
*** Loading openproject_auth_plugins seed data
*** Loading openproject_auth_saml seed data
*** Loading openproject_openid_connect seed data
*** Loading openproject_documents seed data
*** Loading openproject_xls_export seed data
*** Loading costs seed data
*** Loading openproject_reporting seed data
*** Loading openproject_meeting seed data
*** Loading openproject_pdf_export seed data
*** Loading openproject_backlogs seed data
*** Loading openproject_avatars seed data
*** Loading openproject_two_factor_authentication seed data
*** Loading openproject_webhooks seed data
*** Loading openproject_github_integration seed data
*** Loading openproject_ldap_groups seed data
*** Loading openproject_recaptcha seed data
*** Loading openproject_job_status seed data
*** Loading grids_engine seed data
*** Loading my_page_engine seed data
*** Loading dashboards seed data
*** Loading openproject_boards seed data
*** Loading overviews seed data
*** Loading budgets_engine seed data
*** Loading openproject_team_planner seed data
*** Loading openproject_calendar seed data
*** Loading openproject_storages seed data
*** Loading openproject_bim seed data
SCM vendor Subversion uses remote managed repositories. Skipping.
Nothing to do.
Nothing to do.
Replies (8)
I just upgraded a Debian 11 server to OP 13. I had a similar read-out to what you posted, but it is working now. Can you be more specific about the error you're seeing or the problem?
Is not upgraded in info I have what you see below.
Core version
OpenProject 12.5.8
PostgreSQL version
13.12
INSTALLATION UPDATE AVAILABLE
I think you may have used the "Patch and minor releases" instructions instead of the "Major Upgrade" instructions. See this page: https://www.openproject.org/docs/installation-and-operations/operation/upgrading/ under "Major Upgrade".
You have to change repositories for Major Upgrade not just run a patch upgrade process. From your output above, notice the bolded line. You didn't instruct it to upgrade to 13, only upgrade to the next 12, which you already have.
"root@openproject:/home/----# apt-get install --only-upgrade openproject
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
openproject is already the newest version (12.5.8-1689666793.3c460780.jammy).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."
That's the best I can tell from my limited experience. Did that help?
I have the same issue. I upgraded using the commands:
sudo apt-get update
sudo apt-get install --only-upgrade openproject
sudo openproject configure
After running all the commands, I still see the older version 12.5.8 and not 13.
Hi Vinay,
I think you followed the patch upgrade instructions instead of the major upgrade instructions. See this page: https://www.openproject.org/docs/installation-and-operations/operation/upgrading/
Use the instructions under "Major Upgrade".
Vinay Venkatesh wrote:
Problem solved so:
sudo wget -O /etc/apt/trusted.gpg.d/openproject.asc https://dl.packager.io/srv/opf/openproject/key
sudo wget -O /etc/apt/sources.list.d/openproject.list \ https://dl.packager.io/srv/opf/openproject/stable/13/installer/ubuntu/22.04.repo
sudo apt-get update
sudo apt-get upgrade
apt-get install --only-upgrade openproject
now i am at 13.1
ciobanu radu wrote:
Any update?
hy, i posted how i solved the problem, now is ok.