CorianderOriginal post
Web Developer
I have searched discord here and also the coolify discord and all the documentaion and i think i know how to do it, i just I wanted to ask about a one thing in the documentation that says :
"Parent directory naming
Your Appwrite installation's parent directory name is expected to be appwrite. Changing the directory name will result in a miss-matched docker project names."
The problem is that coolify makes the parent name not appwrite but rather some random string. Can you please think about some workaround around this ?
Summary
Migration to new version is possible even if the parent directory is not named "appwrite." For Coolify installations, which use a different parent directory naming convention, a workaround is needed. One potential solution could be to manually update the necessary paths and references in the project to align with the new parent directory name. This can include modifying configurations, environment variables, and any hardcoded references. Be cautious and thorough when making these changes to avoid any disruptions or errors.