[DiscordArchive] import the base databases?
[DiscordArchive] import the base databases?
Archived author: Silentstorm • Posted: 2022-03-18T10:20:48.792000+00:00
Original source
import the base databases?
Archived author: Artanis • Posted: 2022-03-18T10:23:05.846000+00:00
Original source
I did the
sudo ./acore.sh db-assembler import-updates
Archived author: Artanis • Posted: 2022-03-18T10:23:27.059000+00:00
Original source
in order to update the database after updating from git pull and compiling
Archived author: Artanis • Posted: 2022-03-18T10:24:18.924000+00:00
Original source
Basically the usual procedure I always follow to update the sever which I do every now and then:
sudo git pull
sudo ./acore.sh compiler build
sudo ./acore.sh db-assembler import-updates
Archived author: Nyeriah • Posted: 2022-03-18T10:38:36.620000+00:00
Original source
DB assembler is deprecated