-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Description
- Gitea version (or commit ref): 1.4.3
- Git version: 2.18.0
- Operating system: Arch Linux
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
Description
I'd like to know which table gitea stores its users in. I've been trying to migrate from mysql to postgres, but for the life of me I don't understand where gitea stores its users. To check where it stores users, I launched two different instances of gitea, with one using mysql and the other using postgresql. I then added a user during installation for both. I checked the user
table in both mysql and postgres. The mysql one is populated as I expect it to, but I don't see the postgres user
table being populated when I add a new user.
This is quite vexing, because my production instance has all its users in the user
table in mysql which I cannot migrate over: I don't know where users get stored in postgres. Every other table is migrating over perfectly fine.