NocoDB and Metabase on my Cloudron instance
-
Cloudron Support,
I have installed both NocoDB and Metabase on my Cloudron instance.
Both apps installed successfully, but I am unable to connect Metabase to NocoDB’s database.NocoDB is running with SQLite by default, and when I try to configure it to use the PostgreSQL addon, the connection does not work.
I would like to clarify the following:
Does the Free plan support internal networking between apps (for example, allowing Metabase to connect to NocoDB through the PostgreSQL addon)?
Is the failure to switch NocoDB to PostgreSQL related to Free plan limitations?
After upgrading to the Pro plan, will I be able to configure NocoDB to use PostgreSQL and then allow Metabase to connect to that PostgreSQL database normally?
Thanks in advance.
Luis -
Cloudron Support,
I have installed both NocoDB and Metabase on my Cloudron instance.
Both apps installed successfully, but I am unable to connect Metabase to NocoDB’s database.NocoDB is running with SQLite by default, and when I try to configure it to use the PostgreSQL addon, the connection does not work.
I would like to clarify the following:
Does the Free plan support internal networking between apps (for example, allowing Metabase to connect to NocoDB through the PostgreSQL addon)?
Is the failure to switch NocoDB to PostgreSQL related to Free plan limitations?
After upgrading to the Pro plan, will I be able to configure NocoDB to use PostgreSQL and then allow Metabase to connect to that PostgreSQL database normally?
Thanks in advance.
Luis@luisegundo said in NocoDB and Metabase on my Cloudron instance:
NocoDB is running with SQLite by default
NocoDB is using postgres by default. What makes you think it is using SQLite by default? If you open Web Terminal, you can run
env | grep POSTGRES_and you will see the postgres credentials nocodb uses. You can put these credentials in metabase to connect.Does the Free plan support internal networking between apps (for example, allowing Metabase to connect to NocoDB through the PostgreSQL addon)?
All this is not related to subscription and plans. It's deployed the same way in all the plans.