Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hangs on database issue - Duplicated column name #15

Open
Gdenge opened this issue Mar 10, 2024 · 1 comment
Open

Hangs on database issue - Duplicated column name #15

Gdenge opened this issue Mar 10, 2024 · 1 comment

Comments

@Gdenge
Copy link

Gdenge commented Mar 10, 2024

I tried searching for the issue on the DB itself, couldn't find a resolution.
Google was helpful in getting some background info, but I am not seeing where the query is set to do the migration, so I can not address it.

Tried setting the version of the database as the same as the instruction, to no avail and also the the current version, with the same issue.

Running localhost:9000 brings me to the page where its supposed to refresh itself every 30 seconds
Running localhost:9200 brings me phpmyadmin
Running localhost:9001 does nothing (as expected)
Running localhost:9100 shows me the RDM-tools

Logs:


[+] Running 4/0
 ✔ Container atlas-db        Running                                                                                                                                                                     0.0s
 ✔ Container atlas-rdm       Running                                                                                                                                                                     0.0s
 ✔ Container atlas-pma       Running                                                                                                                                                                     0.0s
 ✔ Container atlas-rdmtools  Running




[INFO] [ConfigLoader] Loaded config settings: ENV Vars
[INFO] [MAIN] Log level set to: debug
[INFO] [MAIN] Installing Backtrace
[INFO] [MAIN] Getting Version
[INFO] [VersionManager] Version 1.52.0 (d3de54a6b5048377d51c064ea11425241fc82bf4)
[INFO] [MAIN] Starting Startup Webserver
[INFO] Starting HTTP server Temp Web Server on 0.0.0.0:9000
[INFO] [MAIN] Starting Database Controller
[INFO] [DBController] Initializing database
[INFO] [DBController] DB backups enabled: false
[INFO] [DBController] Migrating database to version 1
[INFO] [DBController] Migration successful
[INFO] [DBController] Migrating database to version 2
[INFO] [DBController] Migration successful
[INFO] [DBController] Migrating database to version 3
[INFO] [DBController] Migration successful
[INFO] [DBController] Migrating database to version 4
[INFO] [DBController] Migration successful
[INFO] [DBController] Migrating database to version 5
[INFO] [DBController] Migration successful
[INFO] [DBController] Migrating database to version 6
[INFO] [DBController] Migration successful
[INFO] [DBController] Migrating database to version 7
[INFO] [DBController] Migration successful
[INFO] [DBController] Migrating database to version 8
[INFO] [DBController] Migration successful
[INFO] [DBController] Migrating database to version 9
[INFO] [DBController] Migration successful
[INFO] [DBController] Migrating database to version 10
[INFO] [DBController] Migration successful
[INFO] [DBController] Migrating database to version 11
[INFO] [DBController] Migration successful
[INFO] [DBController] Migrating database to version 12
[CRIT] [DBController] Migration Failed: (Lost connection to MySQL server during query)
[INFO] [DBController] Threading.sleeping indefinitely
[INFO] [ConfigLoader] Loaded config settings: ENV Vars
[INFO] [MAIN] Log level set to: debug
[INFO] [MAIN] Installing Backtrace
[INFO] [MAIN] Getting Version
[INFO] [VersionManager] Version 1.52.0 (d3de54a6b5048377d51c064ea11425241fc82bf4)
[INFO] [MAIN] Starting Startup Webserver
[INFO] Starting HTTP server Temp Web Server on 0.0.0.0:9000
[INFO] [MAIN] Starting Database Controller
[INFO] [DBController] Initializing database
[INFO] [DBController] DB backups enabled: false
[INFO] [DBController] Migrating database to version 12
[CRIT] [DBController] Migration Failed: (Duplicate column name 'account_username')
[INFO] [DBController] Threading.sleeping indefinitely
@fbtvirtue
Copy link

I have the same issue, is there any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants