1

I have successfully got Seafile Server fully working with HTTPS. However I'm trying to migrate from SQLite to MySQL and everytime I try, the seafile server stops working. I'm not sure what information to put here that yous will need but happy to provide what ever you need. I followed this guide Deploy Seafile Windows Server With MySQL

Its really frustrating, I dont understand why its not working. I also installed MySQL Workbench and I can see the seafile user with privileges and the databases populated with the tables.

Shaggy
  • 11
  • 2

1 Answers1

0

Are there any messages in the logs?

Please look at the logs in /seafile/logs/

You will see an error message in seafile.log if you have problems with MySQL.

For example:

 ../common/seaf-db.c(123): Failed to get database connection: 
 Failed to connect to MySQL: Can't connect to MySQL server on '127.0.0.1' (107).
 http-server.c(761): DB error when check repo existence.
 Disconnected from daemon

I have done such migration already and it did work without problems.

Tolbxela
  • 4,767
  • 3
  • 21
  • 42