Skip to content

Best way to update CashFactory #26

Answered by OlivierGaland
Bidmaster777 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

If you want to install a new release, the "brainless" procedure is :

  • stopping the stack : sudo docker-compose down
  • back up your .env file (and possibly docker-compose.yml if you have special tuning inside)
  • delete the cashfactory dir and apply installation procedure :
    - download new release and unzip
    - No need to run setup.sh again (docker already installed) or create account on apps (except if a new app was added)
    - backport your .env settings in .env file (usually a simple copy will be enough) and possibly your docker-compose tuning
    - start the stack : sudo docker-compose -d up

! be warned that the earnapp container may have changed its id, for this case you need to start earnap…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by OlivierGaland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants