diff options
author | David Mehren | 2020-09-02 19:44:26 +0200 |
---|---|---|
committer | GitHub | 2020-09-02 19:44:26 +0200 |
commit | b174f3c574949e930cef1c652fb85604dc8ce482 (patch) | |
tree | 44ed1aab94e352cf5011e222b9c8a26456528669 | |
parent | 23d54b8b4b3a9587220c9211d2a92c22609a4de8 (diff) | |
parent | 7c9f41968945e3c3f0f33c3a2ae395a879345c65 (diff) |
Merge pull request #490 from autra/backups
Document the backup process
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -66,6 +66,16 @@ To use CodiMD, your browser should match or exceed these versions: - ![Opera](https://raw.githubusercontent.com/alrra/browser-logos/HEAD/src/opera/opera_24x24.png) Opera >= 34, ![Opera Mini](https://raw.githubusercontent.com/alrra/browser-logos/HEAD/src/opera-mini/opera-mini_24x24.png) Opera Mini not supported - ![Android Browser](https://raw.githubusercontent.com/alrra/browser-logos/HEAD/src/android-webview-beta/android-webview-beta_24x24.png) Android Browser >= 4.4 +## Backup/restore your instance + +To backup codimd, you should: + +- backup your database +- backup your custom config file if you have one +- backup the upload folder (see the [uploadsPath](./docs/configuration.md#codimd-paths-stuff) config directive) + +Restoring an existing instance of codimd is then just a matter of restoring these elements. + ## Related Tools Our community has created related tools, we'd like to highlight [codimd-cli](https://github.com/codimd/cli) |