-
Hi everyone, I'm currently moving my charities web hosting provider from one provider (Linode - a singular nanode) to another (Hostinger - a VPS) - and this involves us also moving Planka across. We have Planka installed on both the server we want to migrate to, and the existing server, and its now a case of effectively duplicating our content on the existing server (users, boards and the content of boards, as well as custom config such as SSO) into our new Planka instance. Both Planka instances are running through Docker. I'm not incredibly technically savvy (although my colleagues would say I am!) but this has stumped me a bit. Any help would be much appreciated!! 😄 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I was thinking I can just copy the config / data folder, but strangely enough the docker-compose file references directories that dont even exist, and somehow the app is working, so who knows where the folder actually is |
Beta Was this translation helpful? Give feedback.
-
Found it, do |
Beta Was this translation helpful? Give feedback.
-
Awesome - I'll give that a try - thank you!! |
Beta Was this translation helpful? Give feedback.
-
Hi, Simply use our backup & restore scripts...Docs |
Beta Was this translation helpful? Give feedback.
Found it, do
docker volume ls
And it will list your volumes. In the list will see the 4 volumes that include "attachments, db-data" etc. Copy the name of any one of the 4 that belong to planka. Then do
docker inspect volumenameyoucopied
Then it will show you the location. When you go to that location, or will likely have all 4 folders there. Copy those 4 folders, and that is your backup. Then in the new instance use those folders as the volumes