I'm not sure if that update comman is supposed to create all the tables, but it doesn't. I can login to the database from the EC2 instance (via psql) and the database is there (name=airtime, user=airtime). But I only have the follwoing tablespaces
List of tablespaces
Name | Owner | Location
------------+----------+----------
pg_default | rdsadmin |
pg_global | rdsadmin |
(2 rows)
Is there a comman to run to build the tables? Better yet, is there a proper way to configure airtime as modifying airtime.conf after installing airtime doesn't seem to make sense.