Page 1 of 1
site migration and upgrade advice
Posted: Wed Feb 05, 2025 5:41 pm
by audricd
Hello,
I have currently a Bludit (3.15) instance running from Yunohost (11) running. But I am migrating my server to pure docker, ditching Yunohost; but keeping the site.
Steps that I have done:
- set up the following container for the new site:
Code: Select all
name: web
services:
docker:
container_name: bludit
ports:
- 8008:80
volumes:
- directory:/usr/share/nginx/html/bl-content
image: bludit/docker:latest
networks:
default:
external:
name: ext
- chmod 777 the parent (root) directory so that bl-content can be written and into, by install.php
- go through install.php
- from a location I have moved my whole old bluedit site:
Code: Select all
docker cp bl-content bluditcontainer:/usr/share/nginx/html/
my content seems to be there and everything seems to be working. but two questions:
1: is this process correct? I am missing / skipping anything?
2: can I chmod the parent, or any directory to a safer chmod?
Thanks!
Re: site migration and upgrade advice
Posted: Wed Feb 05, 2025 11:30 pm
by Edi
audricd wrote: ↑Wed Feb 05, 2025 5:41 pm
2: can I chmod the parent, or any directory to a safer chmod?
Sorry, I have no experience with docker.
But directories can be chmod 755.
Re: site migration and upgrade advice
Posted: Thu Feb 06, 2025 8:21 pm
by audricd
thanks!
so does this look right?

- 755.png (20.91 KiB) Viewed 118121 times
edit:
oh and, actually about my first message, I must correct myself. The website does not look good on the new host just by moving bl-content. The theme seems to be missing / corrupt. Icons are missing, and the font is wrong.

- 1903-978-max.png (153.91 KiB) Viewed 118116 times

- 1721-700-max.png (120.68 KiB) Viewed 118116 times
when its supposed to look like:

- Screenshot_20250206_205843.png (236.81 KiB) Viewed 118116 times
regards,
Re: site migration and upgrade advice
Posted: Tue Feb 18, 2025 3:54 pm
by audricd
bump
Re: site migration and upgrade advice
Posted: Sat Feb 22, 2025 10:41 am
by Edi
What is the address of your instalation?
Re: site migration and upgrade advice
Posted: Sun Feb 23, 2025 8:16 pm
by audricd
the url of the currently running site?
https://web.labaudric.net
and in case it can be of any help, the directory listing of it
var/www/bludit$ ls -lh
total 60K
drwxrwx---+ 8 bludit www-data 4.0K Nov 25 11:11 bl-content
drwxrwx---+ 11 bludit www-data 4.0K Jul 15 2023 bl-kernel
drwxrwx---+ 2 bludit www-data 4.0K Jul 15 2023 bl-languages
drwxrwx---+ 31 bludit www-data 4.0K Nov 25 11:09 bl-plugins
drwxrwx---+ 65 bludit www-data 4.0K Aug 3 2024 bl-themes
drwxr-xr-x 5 user user 4.0K Jan 14 19:23 content
-rw-rwx---+ 1 bludit www-data 900 Jul 15 2023 index.php
-rw-rwx---+ 1 bludit www-data 21K Jul 15 2023 install.php
-rw-rwx---+ 1 bludit www-data 1.1K Jul 15 2023 LICENSE
-rw-rwx---+ 1 bludit www-data 2.7K Jul 15 2023 README.md
https://ibb.co/JRT7Tsvx
Re: site migration and upgrade advice
Posted: Mon Feb 24, 2025 9:43 am
by GoustiFruit
audricd wrote: ↑Wed Feb 05, 2025 5:41 pm
I have currently a Bludit (3.15) instance running from Yunohost (11) running. But I am migrating my server to pure docker, ditching Yunohost; but keeping the site.
Why are you leaving Yunohost ? I understand that modifying a website can be tricky... but everything else is very cozy.
Re: site migration and upgrade advice
Posted: Mon Feb 24, 2025 10:32 am
by Edi
This is what I see. Is there something wrong?

- labaudricnet.png (177.71 KiB) Viewed 105661 times
Re: site migration and upgrade advice
Posted: Tue Feb 25, 2025 12:54 pm
by audricd
Edi wrote: ↑Mon Feb 24, 2025 10:32 am
This is what I see. Is there something wrong?
labaudricnet.png
no, because I have switched back to the old host. It looks like I have posted before on the new host, without style / template.