vault backup: 2026-08-19 17:35:02

This commit is contained in:
2026-08-19 17:35:02 -04:00
parent c37d1838bb
commit 31f3456223
3 changed files with 21 additions and 8 deletions
@@ -101,7 +101,8 @@ tR += `# ${jira.toUpperCase()}`;
- Checked time: - Checked time:
- Expected availability: - Expected availability:
- Content available: - Content available:
- Technical issue identified: ### Technical issue identified:
## Outcome ## Outcome
+1
View File
@@ -15,6 +15,7 @@
## Significant Events ## Significant Events
- Document contractuel refusé par Wp-Expert - Document contractuel refusé par Wp-Expert
- Les assurances de TFO sont d'Octobre à Octobre. Pour cette fois ci on a fait du
--- ---
@@ -1,9 +1,9 @@
--- ---
date: date: 2026-08-19
jira: jira: TECH-32615
actual_sync_issue: false actual_sync_issue: true
status: investigating status: resolved
classification: classification: confirmed-sync-issue
project: "[[Idello]]" project: "[[Idello]]"
--- ---
@@ -39,11 +39,22 @@ Seul épisode dissocié de la collection 002391091.
- Checked time: - Checked time:
- Expected availability: - Expected availability:
- Content available: - Content available:
- Technical issue identified:
### Technical issue identified:
p1-synccms-02 ne marchait pas bien. Les supervisors étaient en mode Fatal et refusé de se relancer.
Les commandes php artisan ne marchait pas non plus.
Solution fut d'effacer les cache avec la commande
```php
rm -f bootstrap/cache/config.php bootstrap/cache/services.php bootstrap/cache/packages.php
php artisan config:clear
```
Ceci permet de relancer les services supervisor
## Outcome ## Outcome
- - Les prochaines sync devraient fonctionner correctement
--- ---