Question by
Bingo_it · May 10, 2018 at 10:40 AM ·
multiplayerunityeditorserverlinuxsqlite
I am unable to find the database file which is "database.s3db
I am having an issue regarding SQLite DB on Digital Ocean Ubuntu/Debian Server.
Steps I did:
Created headless binaries and uploaded on server.
Started Server through documentation using ./master_server.x86_64 &
I am unable to find the database file which is "database.s3db".
I didn't change the path in SQLite Provider file which is:
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData).
Can you please guide me where I can see the database file. Waiting for your response.
Comment