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

release-notes v12: fix typos #692

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/releases/upgrading/upgrade-v12.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ The steps listed in this article require an existing local installation of Inven

## Upgrade Steps

Make sure you have the latest `invenio-cli` installed. For InvenioRDM v12 it
is at least v1.3.1
Make sure you have the latest `invenio-cli` installed. For InvenioRDM v12, it
should be v1.5.0+

```bash
$ invenio-cli --version
invenio-cli, version 1.3.1
invenio-cli, version 1.5.0
```

!!! info "Virtual environments"
Expand All @@ -36,12 +36,12 @@ One way would be to use [PyEnv](https://github.com/pyenv/pyenv).

!!! warning "Risk of losing data"

Your virtual env folder may contain uploaded files. If you kept the default
location it is in in `var/instance/data`. If you need to keep those files,
make sure you copy them over to the new virtual env in the same location.
Your virtual environment folder a.k.a., `venv` folder, may contain uploaded files. If you kept the default
location, it is in `<venv folder>/var/instance/data`. If you need to keep those files,
make sure you copy them over to the new `venv` folder in the same location.
The command `invenio files location list` shows the file upload location.

If you upgraded your python version, you should recreate your virtualenv before
If you upgraded your python version, you should recreate your virtual environment before
running `invenio-cli` or `pipenv` commands below.


Expand Down
2 changes: 1 addition & 1 deletion docs/releases/versions/version-v12.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Here is a quick summary of the myriad other improvements in this release:

- See the [Requirements section](#requirements) below for what underlying requirements are now necessary
- The [react-invenio-deposit module](https://github.com/inveniosoftware/react-invenio-deposit) has been moved to [invenio-rdm-records](https://github.com/inveniosoftware/invenio-rdm-records)
- Any imports should be replaced: `import { ... } from "react-invenio-deposit"` -> `import { ... } from "@js/invenio-rdm-records"`
- Any imports should be replaced: `import { ... } from "react-invenio-deposit"` -> `import { ... } from "@js/invenio_rdm_records"`
- Some `Overridable` React component ids may have changed. Verify that your overridden components load
- The `/access/users` API URL has been renamed to `/access/grants` to manage access grants
- Persistent identifiers have a new required `is_enabled` parameter, which enables better customization
Expand Down