You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[global]
secret_file = secret.txt
debug = false
;Set the paths where data will be stored at
;static_root = /path/to/static
;media_root = /var/www/html/etesync/server/media
;Advanced options, only uncomment if you know what you're doing:
static_url = /var/www/html/etesync/server/static/
media_url = /var/www/html/etesync/server/user-media/
;language_code = en-us
;time_zone = UTC
;redis_uri = redis://localhost:6379
I will have to try to reproduce this, but from what I remember I had the issue already and I think that the Python virtual env is linked to a precise path, so you probably have to recreate a new one for the path you're targetting.
Also I don't think there's anything linked to the path in the database.
Hi all,
I have tried to move all files from the project to another path.
/opt/etesync
to
/var/www/html/etesync
A lot of things are wrote on this URL.
https://github.com/etesync/server/wiki/Production-setup-using-Nginx
I changed all necessary paths.
*nginx configuration
*etesync-conf.ini
*etebase_server.services
I tried to run instance
uvicorn etebase_server.asgi:application --host 0.0.0.0 --port 8000
or
uvicorn etebase_server.asgi:application --uds /tmp/etebase_server.sock
=> uvicorn try to launch /opt/etesync/server/.venv/bin/python3
rather than new path /var/www/html/etesync/server/.venv/bin/python3
***** A Solution ? *****
Re-run all command applied when setup the project some weeks ago.
No effect !
Maybe have you some steps to configure the project and migrate the database ?
Thanks a lot
The text was updated successfully, but these errors were encountered: