Help importing greenlight from another server to cloudron
-
Hello,
I am trying to move my greenlight app to cloudron from another server.
first I want to tell you what I have tried until now
Exported Postgres from greenlight/bigbluebutton server using the following command:
docker exec -t greenlight_db_1 pg_dump --no-owner --no-privileges --username=postgres --host=db greenlight_production > pgdump.sql
Then I followed the step by step guide from https://docs.cloudron.io/guides/import-postgresql/
When I am done with importing there are still no users in the cloudron greenlight app.
Does anyone know what I might be doing wrong?