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
I've spent hours trying to move a Koken container from one server running Docker to another. Any ideas on how to get this to work? I've tried:
Copying the host directories over and using them as data volumes, creating a new container
Using a host directory for a data volume for nginx while using a mysqldump + restore for MySQL
I've gotten to the point where the website appears, but all the images just show the loading animation. I've tried deleting the cache/api folder as well as setting permissions for the entire cache folder recursively to 777. I've tried clearing all caches from the admin area.
The text was updated successfully, but these errors were encountered:
I copied over the koken/www and koken/mysql folders with preserving numeric user IDs and permissions.
rsync -avPh --numeric-ids <source> <dest>
Then discovered although the site started to load, it wouldn't load images or other pages. I then noticed I was getting an API Error in the site preview on the admin panel.
I've spent hours trying to move a Koken container from one server running Docker to another. Any ideas on how to get this to work? I've tried:
I've gotten to the point where the website appears, but all the images just show the loading animation. I've tried deleting the cache/api folder as well as setting permissions for the entire cache folder recursively to 777. I've tried clearing all caches from the admin area.
The text was updated successfully, but these errors were encountered: