Skip to content

Commit

Permalink
add clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
harivyasi authored Sep 25, 2024
1 parent 13ad5b6 commit 121adaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/eln/install_configure/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ Here the `nmriumwrapper.url` value depends on the version of Chemotion ELN you a
| 1.7.0 - 1.7.2 | 0.1.0 - 0.3.0 |
| 1.7.3 - 1.8.1 | 0.4.0 |
| 1.8.2 | 0.5.0 |
| 1.9.0 - 1.9.3 | 0.4.0 - 0.9.0 |
| 1.9.3 & 1.10.2 | 0.4.0 - 0.8.0 |

So, if you are using e.g. ELN version 1.8.2, please `nmriumwrapper.url` to `https://nmrium.nmrxiv.org/releases/v0.5.0/`.
So, if you are using e.g. ELN version 1.10.2, please `nmriumwrapper.url` to `https://nmrium.nmrxiv.org/releases/v0.8.0/`.

To be able to access these URLs successfully, you must register with the hosting service. Please contact the [Helpdesk](/helpdesk) or see [here](https://github.com/NFDI4Chem/nmrium-react-wrapper#public-instance) for more details.
4 changes: 2 additions & 2 deletions docs/eln/install_configure/manual_install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ This will place two files: `backup.sql.gz` and `backup.data.tar.gz` in the `./sh
To restore a backup, clean out the the folder where your Compose file resides, keeping only the backup folder and its files in place. Then run the following:

```bash
docker compose down --remove-orphans # stop all services
docker compose run eln chemotion restore # restore the latest backup
docker compose down --remove-orphans # stop all services
docker compose run -e FORCE_DB_RESET=1 eln chemotion restore # restore the latest backup while resetting any database corresponding to this compose file, if already created
```

<details>
Expand Down

0 comments on commit 121adaa

Please sign in to comment.