admin管理员组文章数量:1122832
I am struggling a bit with my tooljet installation, here is the setup :
- Debian 12 on dedicated hardware
- installed with docker (docker-compose) as in the documentation
Everything was working fine, but i wanted to upgrade to latest image version. Ended up doing bad things so i have to restart from scratch. Removed the containers, kept the SQL backup,Apps backup,compose file and .env file.
docker-compose up -d
do work and raise the app fine, asking for initial setup.
I use the official script to restore my old DB => Works fine, can connect with old users etc...
Things get ugly when i want to check my tables in the tooljet app
"The schema must be one of the following: public"
Yet, all the tables are here, but i cant see inside it.
Here is the error i can sometime find in the tooljet container logs
"hostname": "20b759d0510f",
"level": 50,
"msg":
{
"exception":
{
"code": "PGRST106",
"context":
{
"internalTables":
[
{
"id": "35924680-599c-4dbe-8c1f-320abdd45e14",
"tableName": "ACCOUNTS"
}
],
"origin": "proxy_postgrest"
},
"details": null,
"driverError":
{
"code": "PGRST106",
"details": null,
"hint": null,
"message": "The schema must be one of the following: public"
},
"hint": null,
"parameters":
[
],
"query": "The schema must be one of the following: public",
"queryError":
{
"code": "PGRST106",
"details": null,
"driverError":
{
"code": "PGRST106",
"details": null,
"hint": null,
"message": "The schema must be one of the following: public"
},
"hint": null,
"parameters":
[
],
"query":
{
"code": "PGRST106",
"details": null,
"hint": null,
"message": "The schema must be one of the following: public"
}
}
}
From my research, it seems that the problem is coming from postgrest ? Might be wrong and dont know what to do more ! :)
Thank you !
I am struggling a bit with my tooljet installation, here is the setup :
- Debian 12 on dedicated hardware
- installed with docker (docker-compose) as in the documentation
Everything was working fine, but i wanted to upgrade to latest image version. Ended up doing bad things so i have to restart from scratch. Removed the containers, kept the SQL backup,Apps backup,compose file and .env file.
docker-compose up -d
do work and raise the app fine, asking for initial setup.
I use the official script to restore my old DB => Works fine, can connect with old users etc...
Things get ugly when i want to check my tables in the tooljet app
"The schema must be one of the following: public"
Yet, all the tables are here, but i cant see inside it.
Here is the error i can sometime find in the tooljet container logs
"hostname": "20b759d0510f",
"level": 50,
"msg":
{
"exception":
{
"code": "PGRST106",
"context":
{
"internalTables":
[
{
"id": "35924680-599c-4dbe-8c1f-320abdd45e14",
"tableName": "ACCOUNTS"
}
],
"origin": "proxy_postgrest"
},
"details": null,
"driverError":
{
"code": "PGRST106",
"details": null,
"hint": null,
"message": "The schema must be one of the following: public"
},
"hint": null,
"parameters":
[
],
"query": "The schema must be one of the following: public",
"queryError":
{
"code": "PGRST106",
"details": null,
"driverError":
{
"code": "PGRST106",
"details": null,
"hint": null,
"message": "The schema must be one of the following: public"
},
"hint": null,
"parameters":
[
],
"query":
{
"code": "PGRST106",
"details": null,
"hint": null,
"message": "The schema must be one of the following: public"
}
}
}
From my research, it seems that the problem is coming from postgrest ? Might be wrong and dont know what to do more ! :)
Thank you !
Share Improve this question asked Nov 21, 2024 at 20:56 iDOHandbagsiDOHandbags 134 bronze badges1 Answer
Reset to default 1Answer found on Tooljet community support: Docker Compose file has been updated since the 3.0 version (Seems to be a Postgresql version change mostly)
Correct version of the docker compose file correct the issue.
本文标签: postgrestTooljet on DockerPublic Schema Error after upgradeStack Overflow
版权声明:本文标题:postgrest - Tooljet on Docker - Public Schema Error after upgrade - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736307205a1933229.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论