Keywords: Canvas LMS - Virtual Machines - Technical issue - Other
Description:
Hello there. I’ve setup the VM for canvas LMS and got it running. I can login with the user@wxample credentials. However, when I check if their are any tables in the PostgreSQL database it uses it shows no data or tables.
On the VM console I used the following:
- psql -U postgres
- Enter the password when prompted
- \dt
- Result : “Did not find any relationships”
Ultimately I’m trying to view the schema in which Canvas uses but no luck.
Any help would be much appreciated.