[DiscordArchive] If I accidentally mess up my database will recompiling (rebuilding) AC reset those changes?
[DiscordArchive] If I accidentally mess up my database will recompiling (rebuilding) AC reset those changes?
Archived author: Teknishun • Posted: 2025-08-11T23:25:04.432000+00:00
Original source
If I accidentally mess up my database will recompiling (rebuilding) AC reset those changes?
Archived author: Spargel • Posted: 2025-08-11T23:29:20.078000+00:00
Original source
Building doesn't affect your databases, unless you're counting new sql files that could be run after pulling updates.
Archived author: Spargel • Posted: 2025-08-11T23:29:42.606000+00:00
Original source
Dropping and recreating them would be different.
Archived author: Teknishun • Posted: 2025-08-11T23:30:58.232000+00:00
Original source
So how would I reset them?
Archived author: Spargel • Posted: 2025-08-11T23:40:16.427000+00:00
Original source
If you want to wipe them entirely, look for the drop_mysql and create_mysql files in the repo. Run the drop, then the create, then start the servers to populate them.
Archived author: Spargel • Posted: 2025-08-11T23:41:02.792000+00:00
Original source
Change the user parts of those as needed if you aren't using the default user.
Archived author: Spargel • Posted: 2025-08-11T23:45:18.386000+00:00
Original source
You may only want to drop and create world, though, so you could just take the relevant lines from those files and run the query to do it.
Archived author: Teknishun • Posted: 2025-08-11T23:47:56.774000+00:00
Original source
Yeah Im not too sure how to do it from docker.
Archived author: Teknishun • Posted: 2025-08-11T23:48:14.760000+00:00
Original source
Honestly the changes I made with Keira3 wont reflect in game no matter what I try
Archived author: Spargel • Posted: 2025-08-11T23:54:50.505000+00:00
Original source
Ah, no idea about docker if you do something with it other than using the normal sql queries.