Content
Upgrading OpenProject from 10 to 11 on Debian Buster
Added by Charles Marcus almost 4 years ago
Hello,
Being that I'm not what I would call an extremely proficient linux admin, the instructions for upgrading are not as precise as I usually like.
Can someone please confirm the following 2 simple steps, then answer my question at the end?
1. Change the sources list:
/etc/apt/sources.list.d/openproject.list from this:
deb https://dl.packager.io/srv/deb/opf/openproject/stable/10/debian 10 main
to this:
#deb https://dl.packager.io/srv/deb/opf/openproject/stable/10/debian 10 main
deb https://dl.packager.io/srv/opf/openproject/stable/11/installer/debian/10.repo
2. run apt-get update
3. Confirm that the desired update will be applied
4. Run openproject configure
Now, here is where I'm not comfortable... the last time I did this, it was not clear to me that had to simply keep hitting enter to keep the previous running config.
So... when stepping through the configure steps, do I simply keep hitting enter all the way through to the very end?
Or, asked another way, are there any steps where I have to enter anything different from what will be used if I simply hit enter?
Last - the reason I'm upgrading is because I need to fix the problem with certbot-auto no longer working anyway, so figured I'd go ahead and upgrade OpenProject too, to take advantage of the new features...
So, would appreciate a response to my question about this here: https://community.openproject.com/topics/13114
Thanks for any assistance anyone can offer...