Questions about moving luya website to another server #2134
Unanswered
nadar
asked this question in
Questions & Problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Q:
A friend of mine wants to change his server provider because the actual one is super bad…
So as I am an IT, he asked me if I could migrate his website. But it is built on Luya CMS, and I had never worked with this one…
Could anyone tell me how to move a luya website from a server to another (I have a Plesk interface on the new server) the old one I can see Files and DB but don’t know how it works, if it’s possible to only move files and copy DB?! Couldn’t find any information on the web, nor in the community.
A:
Hi @greeNative
I think this should not be a problem at all to move files and database to the new host. But maybe check first if the previous developer where using the LUYA Deployer (check if there is a deploy.php file in the root of the project) (https://github.com/luyadev/luya-deployer). Also make sure you have rights to the git repo. Because with LUYA Deployer you can just:
current
folder on the new providerdeploy.php
./vendor/bin/dep luya prod
If there is no deployer and no git access:
/public_html
.Beta Was this translation helpful? Give feedback.
All reactions