Skip to content

What is the proper way to preform backups? #216

Answered by mbecker20
Hugo-Persson asked this question in Q&A
Discussion options

You must be logged in to vote

You have to keep in mind a couple locations to backup:

  1. Config files: Your compose.yaml, compose.env, core.config.toml for Komodo

  2. The Komodo database volume / folder. For Mongo users, see https://www.mongodb.com/docs/manual/core/backups/#back-up-with-filesystem-snapshots. SQLite and Postgres users can refer to backup documentation for those databases. In general this is done most reliably using database dump, although file system copy usually works too. Before copy database files directly, you should stop the database for consistency. If you don't want to stop the database, database dump won't require this, but a little more work to script.

  3. Your Git Provider. If you use Github it's n…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Hugo-Persson
Comment options

@Hugo-Persson
Comment options

@mbecker20
Comment options

@Hugo-Persson
Comment options

Answer selected by Hugo-Persson
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