onlitec
(Alessandro Friere)
August 13, 2020, 8:28pm
1
NethServer Version: NethServer release 7.8.2003
Module: Dolibarr
I installed Dolibarr following the wiki: Dolibarr wiki
It starts with the option to upgrade to version 12.0.1. or install version 11, I selected version 12 the installation is done but even after deleting p install.lock it goes back to the installation screen and keeps coming back to it.
I would like to know if there is a way for me to install the Dolibarr module version 12.0.1 already
1 Like
stephdl
(Stéphane de Labrusse)
August 14, 2020, 12:27pm
3
I cannot reproduce, the direct installation was fine and without installation for me.
Could you answer some questions to try to understand what it occurs
is it a fresh installation or an upgrade from v11
do you use a virtualhost of the default server url
what are the version of rpm : rpm -qa | grep dolibarr
onlitec
(Alessandro Friere)
August 25, 2020, 11:06am
4
It’s a new installation
I’m not using virtual host
The command returns nothing:
[root@corp ~]# rpm:rpm -qa | grep dolibarr
-bash: rpm:rpm: command not found
[root@corp ~]#
However I would like to know if it is possible for me to install Dolibarr version 12 on Nethserver, as I did not implant the system, I am in the testing phase and if it is possible to install version 12 in the same way that I install version 11.
mrmarkuz
(Markus Neuberger)
August 25, 2020, 3:27pm
5
I think there’s a copy/paste error, the right command is
rpm -qa | grep dolibarr
1 Like
capote
(Marko)
February 8, 2021, 7:08pm
6
Today I started Dolibarr and got the hint that I should remove the install.lock.
After removing this file in /usr/share/dolibarr/documents
the start page is:
What should I do?
rpm -qa | grep dolibarr
dolibarr-12.0.4-1.ns7.sdl.noarch
nethserver-dolibarr-12.0.4-1.ns7.sdl.noarch
@capote
Hi
AFAIK, click on the highlighted Update “Start” button…
My 2 cents
Andy
1 Like
capote
(Marko)
February 8, 2021, 7:31pm
8
ok, done. it seemed too hot, reminding me of nextcloud updates…
Thank you, Marko
stephdl
(Stéphane de Labrusse)
February 8, 2021, 8:08pm
9
I would like to understand, normally the upgrade should be hidden
Did you update nethserver-dolibarr recently, did you enabled the stephdl-dolibarr repository, does it is a first install
Sometimes I saw some issues but I cannot reproduce them
Andy_Wismer
(André Wismer)
February 8, 2021, 8:09pm
10
@stephdl
Hi
I have the feeling this has to do with the Repos of the secured (maintenence) modus…
(Crostino?)…
If I recall correctly, Marko recently had an issue / question about the repos…
My 2 cents
Andy
1 Like
stephdl
(Stéphane de Labrusse)
February 8, 2021, 8:11pm
11
It seems you had 12.0.3 and you upgraded to 12.0.4 cc @capote
What is the output of
config show dolibarr
capote
(Marko)
February 8, 2021, 9:08pm
12
stephdl:
config show dolibarr
It seems you had 12.0.3 and you upgraded to 12.0.4
Thats right.
[root@srv01 ~]# config show dolibarr
dolibarr=configuration
DomainName=dolibarr.whb-hausverwaltung.de
MaxExecutionTime=0
MaxFileUploads=20
MemoryLimit=128
MysqlAuth=disabled
PostMaxSize=8
UploadMaxFilesize=4
access=public
rpmVersion=12.0.4
status=enabled
[root@srv01 ~]#
Thank you for you investigation.
capote
(Marko)
February 8, 2021, 9:10pm
13
Andy_Wismer:
I have the feeling this has to do with the Repos of the secured (maintenence) modus…
(Crostino?)…
If I recall correctly, Marko recently had an issue / question about the repos…
Hi Andy, not on this system. That’s the special one
This is still community.
Best regards, Marko
1 Like
capote
(Marko)
February 8, 2021, 9:15pm
14
I can’t remember the install sequence… I installed round about in November, and I updated in the same way before.
[root@srv01 ~]# yum repolist
Loaded plugins: changelog, fastestmirror, nethserver_events
Loading mirror speeds from cached hostfile
* ce-base: mirrors.prometeus.net
* ce-extras: mirrors.prometeus.net
* ce-sclo-rh: mirrors.prometeus.net
* ce-sclo-sclo: mirrors.prometeus.net
* ce-updates: mirrors.prometeus.net
* epel: ftp.plusline.net
* nethforge: mirror.alpix.eu
* nethserver-base: mirror.alpix.eu
* nethserver-updates: mirror.alpix.eu
* remi-safe: mirror.23media.com
repo id repo name status
!ce-base/7/x86_64 CE-Base-7.9.2009 10,072
!ce-extras/7/x86_64 CE-Extras-7.9.2009 448
!ce-sclo-rh/7/x86_64 CE-SCLo-rh-7.9.2009 7,145
!ce-sclo-sclo/7/x86_64 CE-SCLo-sclo-7.9.2009 816
!ce-updates/7/x86_64 CE-Updates-7.9.2009 1,630
!epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 13,518
!mrmarkuz/7 mrmarkuz repo for Nethserver 7 - x86_64 43
!nethforge/7/x86_64 NethForge 7 185
!nethserver-base/7/x86_64 NethServer-7.9.2009 - Base 366
!nethserver-updates/7/x86_64 NethServer-7.9.2009 - Updates 217
!remi-safe Safe Remi's RPM repository for Enterprise Linux 7 - x86 4,094
!stephdl/7 Stephdl (Stephane de Labrusse) repository for nethserve 519
repolist: 39,053
[root@srv01 ~]#
I use only the standard update function, not a single one for single packages.