This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Can't create tables in PostgreSQL. #1174
Replies: 2 comments
-
This part seem's to cause this problem. From your script. My lxc container has the ip 10.0.0.103. and adminer is accessible through an nginx proxy manager on the internet. NPM is on 10.0.0.100. The weird thing is, i cant connect with root or postgres user with the command
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed it with creating a new schema. Don't know why and don't care anymore |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue
I can't create any table in the database homeassistant with adminer
If i wan't to do it in the terminal i get:
I tried any GRANTS on SCHEMAS. If i create a new schema i can create tables... But i have permissions when i look with
\dn+
or\l+
.Maybe i mention, that i did the exact same steps from the github installation
guide
Beta Was this translation helpful? Give feedback.
All reactions