So I am deploying a server using txadmin and a Plume ESX recipe (from their templates).
Server starts just fine, but I notice when I add another mod, that uses es_extended, the sql file needs to use the es_extended DB, which does not exist.
So do I need to go into es_extended and run the sql script to create the DB so other scripts can use es_extended? Which would also mean, all of those scripts in the esx folder will need to have their sql scripts run as well?
You can chang database name to es_extended and in server.cfg but using txadmin and a Plume ESX not have other mod file. for change database name when you change it you can use database es_extended to other mod file.
1 Like
little late but the correct way is just deleting the “use es_extended” from the sql file , and it will just run on the open database. or at list thats what i do