Sadly declarative configuration of wordpress did not work as intented due to the fact many parts of the wordpress directory structure get read only.
Therefore i needed to setup wordpress manually to get the import of the existing data working.
It is currently very specific to one domain, and does not get extended easily. Due to the very narrow time constraints i would leave it as it is for so that the page can get up and running ASAP.
I tested locally in the vm and got a fully restored blog using the following steps (where wp folder is a fresh wp install folder, with the wordpress importer plugin added):
Sadly declarative configuration of wordpress did not work as intented due to the fact many parts of the wordpress directory structure get read only.
Therefore i needed to setup wordpress manually to get the import of the existing data working.
It is currently very specific to one domain, and does not get extended easily. Due to the very narrow time constraints i would leave it as it is for so that the page can get up and running ASAP.
I tested locally in the vm and got a fully restored blog using the following steps (where wp folder is a fresh wp install folder, with the wordpress importer plugin added):
1. copy wp folder to host
2. chown nginx:nginx wordpress.bak/rm16bleibt.org/* -R
3. create user through webinterface
4. delete hello world post
5. run importer
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Sadly declarative configuration of wordpress did not work as intented due to the fact many parts of the wordpress directory structure get read only.
Therefore i needed to setup wordpress manually to get the import of the existing data working.
It is currently very specific to one domain, and does not get extended easily. Due to the very narrow time constraints i would leave it as it is for so that the page can get up and running ASAP.
I tested locally in the vm and got a fully restored blog using the following steps (where wp folder is a fresh wp install folder, with the wordpress importer plugin added):