You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a MonarcFO installation of version 2.12.5 that I need to upgrade to version 2.12.7-p4. The installation was performed using the instructions for manual deployment on Ubuntu 22.04 (https://github.com/monarc-project/MonarcAppFO/blob/master/INSTALL/INSTALL.ubuntu2204.md). The update instructions mention that the following commands should be executed:
$ ./scripts/update-all.sh -c
$ rm -Rf ./data/cache
$ sudo systemctl restart apache2.service
But, the update-all.sh scripts requires a git project in order to perform its operations. Such git project does not exist in our installation, since the instructions of manual deployment on Ubuntu 22.04 do not include the initialization of a git project. I have tried to initialize a git project inside the installation folder in order to execute the update-all.sh script but I didn't manage to perform the upgrade. Are there any update instructions for installations created using the above instructions for Ubuntu 22.04? What are the official steps that should be followed in this case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a MonarcFO installation of version 2.12.5 that I need to upgrade to version 2.12.7-p4. The installation was performed using the instructions for manual deployment on Ubuntu 22.04 (https://github.com/monarc-project/MonarcAppFO/blob/master/INSTALL/INSTALL.ubuntu2204.md). The update instructions mention that the following commands should be executed:
$ ./scripts/update-all.sh -c
$ rm -Rf ./data/cache
$ sudo systemctl restart apache2.service
But, the update-all.sh scripts requires a git project in order to perform its operations. Such git project does not exist in our installation, since the instructions of manual deployment on Ubuntu 22.04 do not include the initialization of a git project. I have tried to initialize a git project inside the installation folder in order to execute the update-all.sh script but I didn't manage to perform the upgrade. Are there any update instructions for installations created using the above instructions for Ubuntu 22.04? What are the official steps that should be followed in this case?
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions