Zulf

Results 14 comments of Zulf

BigBlueButton server, v2 and v3 are on same server. Web interface v3 on `https://XXX/` Web interface v2 on `https://XXX/b` But endpoint already same on v2 and v3 env

Same issue with `V3_ENDPOINT=https://XXX/` do the containers have to be on the same docker network ?

Yes both versions run under the same domain and use greenlights nginx config. Command `curl -H 'Accept: application/json' https://XXX/api/v1/env.json` return `"VERSION_TAG":"release-3.3.1"`

Hello, We migrated again. We removed the roles. We had to modify the script `migrations.rake` in `/lib/tasks/migrations` We added instructions to the script like this: ``` @@ -68,7 +68,7 @@...