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

Corrige l'export Metabase : DATABASE_URL manquant, uuid d'utilisateur actif incorrect #1134

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

florimondmanca
Copy link
Collaborator

@florimondmanca florimondmanca commented Jan 7, 2025

Toujours pour corriger l'export Metabase...

La CI échoue encore : https://github.com/MTES-MCT/dialog/actions/runs/12649320616/job/35245478021#step:8:430

Car j'ai oublié de configurer le tunnel sur le port 10000 pour la DB applicative dialog, je n'avais que le tunnel vers metabase sur le port 10001, y compris dans les secrets, mais du coup la connexion applicative pour calculer les stats échouait, car on utilise la database URL metabase pour accéder à la DB dialog...

Bref, avec cette PR on a bien :

  • Connexion SSH ✔️
  • Connexion dialog <-> GHA via tunnel SSH sur le port 10000. J'ai reconfiguré le secret METABASE_EXPORT_DATABASE_URL
  • Connexion metabase <-> GHA via tunnel SSH sur le port 10001. J'ai reconfiguré le secret METABASE_EXPORT_METABASE_DATABASE_URL

Elle corrige aussi un problème sur l'uuid de analytics_user_active : j'utilisais l'UUID de l'utilisateur, mais il faut un nouvel UUID à chaque fois, comme on le faisait dans le script SQL avant de passer à PHP (voir #1116)

@codecov-commenter
Copy link

codecov-commenter commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.89%. Comparing base (680f44b) to head (bcb4085).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1134   +/-   ##
=========================================
  Coverage     98.88%   98.89%           
  Complexity     1833     1833           
=========================================
  Files           366      366           
  Lines          7927     7929    +2     
=========================================
+ Hits           7839     7841    +2     
  Misses           88       88           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@florimondmanca florimondmanca changed the title Corrige DATABASE_URL pour l'export Metabase Corrige l'export Metabase : DATABASE_URL manquant, uuid d'utilisateur actif incorrect Jan 7, 2025
@florimondmanca
Copy link
Collaborator Author

J'ai lancé l'import depuis cette branche et il a fonctionné

Les compteurs correspondent à ceux actuellement affichés sur la page stats

Screenshot 2025-01-07 at 14-47-55 Question · Metabase

Screenshot 2025-01-07 at 14-47-47 Statistiques - DiaLog

@florimondmanca florimondmanca merged commit c0534af into main Jan 8, 2025
7 checks passed
@florimondmanca florimondmanca deleted the fix/metabase-dialog-db branch January 8, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants