11-11-2021

This commit is contained in:
2021-11-11 10:53:38 +01:00
parent 6c514dbbef
commit e6fc2251ec
18 changed files with 1001 additions and 251 deletions

View File

@@ -138,6 +138,22 @@ COMPOSE_HTTP_TIMEOUT=200
## Backup / restore Joplin database
### Backup:
```bash
$ docker exec -it joplin-server_db_1 pg_dumpall -U joplin > db.sql
```
### Restore:
```bash
$ docker exec -i joplin-server_db_1 psql -U joplin < db.sql
```
### Application Joplin
Préférences -> Synchronisation: