Content
Unable to update openproject version from 8.xx to 10.4.1
Added by Ramanujam Gond over 4 years ago
Hello All,
I am new to Openproject. I have successfully installed and configured the open project on Ubuntu 18.04.3 LTS. I have been using Openproject(8.3.2-1556613669.e9ecaa3c.bionic) from the past few weeks and it's working fine. Now I want to update the version to 10.4.1. I have followed the official documentation for the update, but I am unable to do that as every time I run the command for an update I am getting a message that my version is already up to date.
But when I open the dashboard I am always getting a notification for the update. I am not getting many resources on the internet regarding the same any help would be much appreciated.
Ubuntu Version
**********************
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
I am attaching the update command logs kindly go through it.
sudo apt-get update
Hit:1 http://us-east-2.ec2.archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://us-east-2.ec2.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:3 http://us-east-2.ec2.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Ign:5 https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/ubuntu 18.04 InRelease
Get:6 https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/ubuntu 18.04 Release [1221 B]
Fetched 253 kB in 1s (247 kB/s)
Reading package lists... Done
sudo apt-get install --only-upgrade openproject
Reading package lists... Done
Building dependency tree
Reading state information... Done
openproject is already the newest version (8.3.2-1556613669.e9ecaa3c.bionic).
0 upgraded, 0 newly installed, 0 to remove and 33 not upgraded.
sudo openproject configure
Launching installer for openproject...
Selected addons: legacy-installer postgres apache2 repositories smtp memcached openproject
[legacy-installer] ./bin/configure
[postgres] ./bin/configure
DONE
[apache2] ./bin/configure
DONE
[repositories] ./bin/configure
No server installed. Skipping.
DONE
[smtp] ./bin/configure
DONE
[memcached] ./bin/configure
DONE
[openproject] ./bin/configure
DONE
[legacy-installer] ./bin/preinstall
[postgres] ./bin/preinstall
INFO: autoinstall=skip. Skipping to next step.
[apache2] ./bin/preinstall
[repositories] ./bin/preinstall
[smtp] ./bin/preinstall
[memcached] ./bin/preinstall
No memcached server to install. Skipping.
[openproject] ./bin/preinstall
[legacy-installer] ./bin/postinstall
[postgres] ./bin/postinstall
[apache2] ./bin/postinstall
[repositories] ./bin/postinstall
[smtp] ./bin/postinstall
[memcached] ./bin/postinstall
[openproject] ./bin/postinstall
W, [2020-04-04T08:13:37.680774 #2301] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration.
W, [2020-04-04T08:13:37.799001 #2301] WARN -- : hook registered
*** Seeding for locale: 'en'
*** Seeding basic data
↳ BuiltinRolesSeeder
*** Skipping built in role Non member - already exists
*** Skipping built in role Anonymous - already exists
↳ RoleSeeder
*** Skipping roles as there are already some configured
↳ ActivitySeeder
*** Skipping activities as there are already some configured
↳ ColorSeeder
*** Skipping colors as there are already some configured
↳ ColorSchemeSeeder
*** Skipping flat colors as there are already some configured
↳ WorkflowSeeder
*** Skipping types, statuses and workflows as there are already some configured
↳ PrioritySeeder
*** Skipping priorities as there are already some configured
↳ SettingSeeder
*** Skipping settings as all settings already exist in the db
Loading discovered seeders:
↳ SettingSeeder
*** Skipping BasicData::Backlogs::SettingSeeder
↳ EnumerationsSeeder
*** Seeding admin user
*** No need to seed an admin as there already is one.
*** Seeding demo data
↳ ProjectSeeder
*** Skipping DemoData::ProjectSeeder
Loading discovered seeders:
↳ MyProjectsOverviewSeeder
*** Skipping DemoData::MyProjectPage::MyProjectsOverviewSeeder
*** Loading action_view_railtie seed data
*** Loading active_storage seed data
*** Loading action_cable_engine seed data
*** Loading doorkeeper_engine seed data
*** Loading typed_dag_engine seed data
*** Loading date_validator_engine seed data
*** Loading ok_computer seed data
*** Loading bourbon_engine seed data
*** Loading i18n_js_engine seed data
*** Loading openproject_translations seed data
*** Loading openproject_global_roles 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_my_project_page seed data
*** Loading openproject_xls_export seed data
*** Loading reportingengine seed data
*** Loading openproject_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 grids seed data
Nothing to do.
Nothing to do.
Replies (1)
Resolved the issue. I just followed the official documentation. As I have used the package-based installation so I just reinstall it with the latest version. Then followed the general upgrade method to update it.
Kindly follow the official guide for updation method - https://docs.openproject.org/installation-and-operations/operation/upgrading/