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

Any tool to backup data? #62

Open
V-E-O opened this issue Oct 14, 2024 · 1 comment
Open

Any tool to backup data? #62

V-E-O opened this issue Oct 14, 2024 · 1 comment

Comments

@V-E-O
Copy link

V-E-O commented Oct 14, 2024

Any tool to backup data?

@aonnikov
Copy link
Member

@V-E-O
Yes, we have couple of options for performing data backup.

  1. If you use desktop application, then there is a Backup option in the app menu. You have to be the workspace owner in order to be able to perform backup.
  2. Tooling Docker container that allows to perform backup and restore. Example of usage:
docker run \
  --network=huly-selfhost_default \
  -e SERVER_SECRET="secret" \
  -e ACCOUNTS_URL="https://account:3000/" \
  -e TRANSACTOR_URL="ws://transactor:3333/" \
  -e MONGO_URL="mongodb://mongodb:27017" \
  -e STORAGE_CONFIG="minio|minio?accessKey=minioadmin&secretKey=minioadmin" \
  -v /media/backup/huly:/backup \
  hardcoreeng/tool:v0.6.295 \
  -- bundle.js backup /backup ws1

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