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 was wondering if you have tips to upgrade a Mantis instance running in Docker? Without losing existing data.
Just update the git repo and restart the ./docker-setup-ubuntu.sh script to build new images?
Tx!
The text was updated successfully, but these errors were encountered:
You need to get the latest Mantis repo (clone), re-run the setup script. The setup script will detect existing Mantis setup and provides you options on how to proceed. Choose an option where MongoDB instance is not deleted so that your existing data and the MongoDB instance are preserved.
Hi Prateek,
Nice, it ran smoothly! Tx!
I does not seem to be critical, Mantis works, but I got this error at the end of the setup script: jq: error (at <stdin>:1): Cannot index array with string "Service"
This error occurs because of changes to docker compose ps command output in the latest docker compose versions. Can you update your docker compose to the latest version and try the same? It should resolve it.
I was wondering if you have tips to upgrade a Mantis instance running in Docker? Without losing existing data.
Just update the git repo and restart the ./docker-setup-ubuntu.sh script to build new images?
Tx!
The text was updated successfully, but these errors were encountered: