Thanks or your response
I have added “hostname”:“foo.com” to sites/foo.com/site_config.json and restarted the dockers but still dropbox gives the same error.
I have used redirect uri as below
Error message: No Access Token exists!
I edited site_config.json it using to add the dropbox _access_key and dropbox_secret_key
docker run
-it
-v foo_sites-vol:/sites
alpine vi /sites/foo.com/site_config.json
By Config File is as below
{
“db_name”: “Something”,
“db_password”: “Something”,
“db_type”: “mariadb”,
“encryption_key”: “-Lies In Between-j-EjEeI=A8”,
“host_name”:“foo.com”,
“dropbox_access_key”:“app_KeyFrom DropBox”,
“dropbox_secret_key”:“Top Secret From DropBox”
I’m not using dropbox. I won’t be able to debug that.
I use S3 compatible storage for backups, that is part of docker tests that run everyday. It starts a MinIO container to emulate S3 and run backup restore from there.
add the following nearer the start of your init.sh bench --site {{site-name}} set-config restart_supervisor_on_update 1 bench --site {{site-name}} set-config restart_systemd_on_update 1