[DiscordArchive] anyone know how to update dbc files for docker install?
[DiscordArchive] anyone know how to update dbc files for docker install?
Archived author: Pasha • Posted: 2021-05-02T17:34:54.201000+00:00
Original source
anyone know how to update dbc files for docker install?
Archived author: Pasha • Posted: 2021-05-02T17:35:01.910000+00:00
Original source
trying to instal the arac module
Archived author: Pasha • Posted: 2021-05-02T17:37:25.255000+00:00
Original source
I am trying to put them in env/docker/dbc and rebuild
Archived author: Pasha • Posted: 2021-05-02T17:42:29.641000+00:00
Original source
nvm got it
Archived author: Einhärjar • Posted: 2021-05-02T17:58:23.584000+00:00
Original source
Anybody who knows, when I restart (removing containers first or not doesn't matter, only removing everything, including volumes, so I lose accounts and stuff) the container I always get an error, I keep getting the error ```
ac-worldserver_1 | Could not connect to MySQL database at 127.0.0.1: Can't connect to MySQL server on '127.0.0.1' (111)
ac-worldserver_1 | DatabasePool Login NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors
```
Mysql isn't running on the real machine so a port collison shouldn't be the error.
Archived author: Yehonal • Posted: 2021-05-02T17:59:05.304000+00:00
Original source
check your etc conf
Archived author: Yehonal • Posted: 2021-05-02T17:59:31.578000+00:00
Original source
the host of the database is ac-database , not 127.0.0.1
Archived author: Yehonal • Posted: 2021-05-02T17:59:42.743000+00:00
Original source
it means that you have custom etc files
Archived author: Yehonal • Posted: 2021-05-02T18:00:00.507000+00:00
Original source
also check the conf/config.sh for the same thing