mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Add known issues
This commit is contained in:
parent
bcd716f978
commit
1951ae0f3d
2 changed files with 24 additions and 0 deletions
|
@ -51,3 +51,15 @@ Also in the Diagnosis in the webadmin, make sure that no specific issue appeared
|
|||
#### Check that your applications are working
|
||||
|
||||
Test that your applications are working. If they aren't, you should try to upgrade them (it is also a good idea to upgrade them even if they are working anyway).
|
||||
|
||||
## Current known (minor) issues after the migration
|
||||
|
||||
- Some file (`/etc/nsswitch.conf` and `/etc/nslcd.conf`) will appear as manually modified after the migration. You can safely apply the regen-conf with:
|
||||
|
||||
```bash
|
||||
yunohost tools regen-conf nsswitch nslcd --force
|
||||
```
|
||||
|
||||
(we will try to do this automatically somehow)
|
||||
|
||||
- Sometimes the postgresql migration (that is supposed to happen automatically after the buster migration is ran) fails to run properly … Some users reported that re-launching manually the postgresql migration fixed the issue (we will try to understand and fix this somehow)
|
||||
|
|
|
@ -51,3 +51,15 @@ Pour cela, vous pouvez aller dans la partie Diagnostic (section Système de base
|
|||
#### Vérifiez que les applications fonctionnent
|
||||
|
||||
Vérifiez que vos applications installées fonctionnent... Si elles ne fonctionnent pas, il est recommandé de tenter de les mettre à jour. (ou bien de manière générale, il est recommandé de les mettre à jour même si elles fonctionnent !).
|
||||
|
||||
## Soucis (mineurs) connus après la migration
|
||||
|
||||
- Quelques fichiers de configurations (`/etc/nsswitch.conf` et `/etc/nslcd.conf`) apparaîtrons comme manuellement modifiés. Vous pouvez appliquer la regen-conf en toute sécurité pour régler le problème avec la commande:
|
||||
|
||||
```bash
|
||||
yunohost tools regen-conf nsswitch nslcd --force
|
||||
```
|
||||
|
||||
(nous allons essayer de corriger ceci automatiquement)
|
||||
|
||||
- Il se peut que la migration postgresql (censée s'effectuer automatiquement après la migration à Buster) ne fonctionne pas correctement ... Certains utilisateurs ont rapporté que relancer la migration suffisait à résoudre le problème. (Nous allons voir pour comprendre et corriger ce soucis)
|
||||
|
|
Loading…
Add table
Reference in a new issue