Open yoannsark opened 3 years ago
Definitely! I have a need for it currently, to help debug a user's site. They sent the files using that backup technique.
My thoughts on the importer, but free to suggest any way you like:
wordpress
which Lokl uses?)wordpress
dbadmin/admin
for testing, can run sh test.sh
, which is shellcheck
and shellspec
. shellcheck
should be common to install via your package manager. shellspec
installation idea can be taken from the circleCI config
by accepting 2 files (or maybe accept 1, which contains an .sql file in root of site files), we can accept importing imports from any standard WP export, not just rely on Lokl's exported filename structure
Sorry for the delay ! I've been quite busy lately.
Yes I think that the process you suggest is perfect. Do you think this feature should be accessible directly from the main menu or after creating a new site ?
Thank you, I managed to run the tests, I will try to understand the script and add that.
Not sure how useful this is, but I've been using All-in-One Migration to copy between live and lokl WP sites.
Thanks, @ibrooooo! Sorry, have seen you've commented on the forum, but I haven't had a chance to check/reply yet.
This backup feature is really useful, what do you think about a restore feature ? I can try to add it if you find it relevant.