graasp / graasp/graasp-api

[DOCS] Write a better migration documentation for users upgrading

Open
#1,626 0 comments 0 reactions 1 assignee Claimed by @spaenleh View on GitHub
documentation
Dominant language
TypeScript
Stars
7
Forks
5
PR merge metrics
No merged PRs in 30d

Description

With the change to a single database in #1575 and the updates to meilisearch versions, users pulling new version of the code, are unable to run the backend without manual help.

We should write a migration documentation that gives explicit steps for users facing such issues.

Error messages:
```
Error: Your database version (1.2.1) is incompatible with your current engine version (1.8.4).
```

```
MeiliSearchCommunicationError: fetch failed
```

```
[Node] Error: getaddrinfo ENOTFOUND graasp-postgres
[Node] at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26) {
[Node] errno: -3008,
[Node] code: 'ENOTFOUND',
[Node] syscall: 'getaddrinfo',
[Node] hostname: 'graasp-postgres'
[Node] }
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.