Hallo,
beim Ausführen von: upgrade bekomme ich folgende Fehlermeldung:
Code
./upgrade.sh -db -do
--------------- OpenXE upgrade ---------------
--------------- 2023-03-22 20:49:27 ---------------
--------------- Loading from database 'DB123456@localhost'... ---------------
--------------- Loading from JSON... ---------------
Table count database 594 vs. JSON 590
--------------- Comparing JSON 'openxe@localhost' vs. database 'DB123456@localhost' ---------------
22 differences.
--------------- Comparing database 'DB123456@localhost' vs. JSON 'openxe@localhost' ---------------
3 differences.
--------------- Calculating database upgrade for 'DB123456@localhost'... ---------------
5 upgrade statements
--------------- Executing database upgrade for 'DB123456@localhost' database... ---------------
Upgrade step 5 of 5... ok.
0 errors.
--------------- Checking database upgrade for 'DB123456@localhost'... ---------------
--------------- Comparing database 'DB123456@localhost' vs. JSON 'openxe@localhost' ---------------
3 differences.
--------------- Done! ---------------
--------------- 2023-03-22 20:49:28 ---------------
Display More
Das muss irgendwas mit Git zu tun haben. Leider weiss ich nicht wie ich Git richtig einrichte. In welches Verzeichnis kommen die Daten?
Folgende meldung bekomme ich dann:
Code
./upgrade.sh -s
--------------- OpenXE upgrade ---------------
--------------- 2023-03-22 20:54:24 ---------------
fatal: detected dubious ownership in repository at '/var/www/vhosts/xxxxx.de/xetest.xxxxx.de/openxe/upgrade'
To add an exception for this directory, call:
git config --global --add safe.directory /var/www/vhosts/xxxxx.de/xetest.xxxxx.de/openxe/upgrade
Git not initialized, use -do to initialize.
--------------- Aborted! ---------------
--------------- 2023-03-22 20:54:24 ---------------
Display More
Danke schon mal für die Hilfe.