Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

easy-install upgrade command #1610

Open
NagariaHussain opened this issue Dec 26, 2024 · 1 comment
Open

easy-install upgrade command #1610

NagariaHussain opened this issue Dec 26, 2024 · 1 comment

Comments

@NagariaHussain
Copy link
Member

NagariaHussain commented Dec 26, 2024

The upgrade command could be simplified with defaults for image and version:

./easy-install.py upgrade --project=insights_prod_setup --image=ghcr.io/frappe/insights --version=stable --backup-schedule="@every 2m"

Also can we have a better way to update frappe_docker contents itself? Deleting and re-creating (script does that) resulted in loss of .env file. Or should we move this file somewhere else?

Originally posted by @NagariaHussain in #1609 (comment)

@NagariaHussain NagariaHussain changed the title Nice! easy-install upgrade command Dec 26, 2024
@revant
Copy link
Collaborator

revant commented Dec 26, 2024

  • move image and tag from in-memory variables to .env file
  • move frappe_docker/.env to ~/<project-name>.env
  • move ~/passwords.txt to ~/<project-name>-passwords.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants