Jump to content
  • 0

Database Not Working.


SinisterXylene

Question

11 answers to this question

Recommended Posts

  • 0

make sure your EpochServer.ini inside the @epochhive folder

 

[Redis]
IP = 127.0.0.1
Port = 6379
DB = 0
Password = *****

 

matches your redis.conf within your DB folder

 

also maybe make a batch file like so to start up the database.

@echo off

echo Now Starting Database
cd D:\servers\Epoch\DB
START redis-server.exe redis.conf
timeout 1
echo Database has Started
timeout 2
exit 

just save that info to a text file, rename the extension to .bat and make sure to change the path to the db folder from what i have given here as an example.

Link to comment
Share on other sites

  • 0

I use a program called TADST to launch the server because when i use a bat file i get autobanned, i think that TADST might be part of the problem.

 

EDIT: Here is my redis window,

 

http://gyazo.com/ef4761750f13c49f6266889483e969c7

 

It tells me its using the default databse config, where could i find a place to specify what file path to use.

Link to comment
Share on other sites

  • 0

How are you shutting down the server - and is it a dedicated linux server? Currently, the linux server does not shut down properly, compare
http://feedback.arma3.com/view.php?id=22321
 
In case you use the starter script "epoch_linux_startscript.sh" you need to modify line 86 from

kill -TERM $(< ${PIDFILE})

to

kill -SIGINT $(< ${PIDFILE})

to have it shut down properly (this ist just a hack at the moment).
 
If all that does not apply: shut down your dedicated server with "CTRL+C". You should see a few lines and it must take a few seconds when the server shuts down.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...