1 / 3
Nov 2024

Hello,

I have made an update from old version of EGroupware. I have followed the instruction on the Running own apps in standard Docker installation.

There is written: “old (phpgw)API required for updating from before latest 14.3 (should be removed again after the update, if not using the KnowledgeBase!)”.

There are instruction how to make an installation:

mkdir -p /usr/share/egroupware
cd /usr/share/egroupware
git clone https://github.com/EGroupware/phpgwapi.git
docker restart egroupware

Could someone help me with uninstalling? I am new to git and docker, so I don’t want to make a mistake.

Thanks a lot…

  • created

    Nov '24
  • last reply

    Nov '24
  • 2

    replies

  • 132

    views

  • 2

    users

  • 1

    link

cd /usr/share/egroupware
rm -rf phpgwapi
docker restart egroupware

And then uninstall it in Setup > Manage Applications.

Ralf