Ok ..
Thanks
Ok ..
Thanks
Cesar .. cesar, tus problemas con google no los va a remediar aqui en el panel .
Esto es para administradores no para usuarios
Como te he comentado por tfno... es mejor que la persona que os hizo la redireccion de google os lo haga nuevamente si esta disponible y si no lo estao no podeis .. contacteis con google a ver si aun dispone del servicio de blogger
Aunque por lo que veo en internet lo cerro hace meses
19/07/2023 13:34h. Google cancelará definitivamente y eliminará el acceso al contenido de Hangouts, Blogger y Picasa, servicios antiguos que servían para actividades, como de mensajería, creador de bitácoras o blogs y almacenamiento de imágenes
s2
Antonio
I use the version
i-MSCP 1.5.3
Build: 2018120800
Codename: Ennio Morricone
Migrating i-mscp to new server is not difficult, you mount a new server on debian 10.
Dump all of your databases
-mysqldump -u root -p --all-databases > alldb.sql
Restore everything back to your debian 10 server
mysql -u root -p < alldb.sql
With this operation you now have all the data stored on your i-mscp system.
Then verify the integrity of the exported data
# mysql -u root -p<your_password>
> use imscp;
> UPDATE admin SET admin_sys_name = null, admin_sys_uid = 0, admin_sys_gname = null, admin_sys_gid = 0, admin_status = 'ok';
> UPDATE domain SET domain_status = 'ok';
> UPDATE subdomain SET subdomain_status = 'ok';
> UPDATE domain_aliasses SET alias_status = 'ok';
> UPDATE subdomain_alias SET subdomain_alias_status = 'ok'; > UPDATE subdomain_alias SET subdomain_alias_status = 'ok';
> UPDATE mail_users SET status = 'ok';
Regenerate the configs simulating an installation
perl imscp-autoinstall -d
With this you will have a fully operational system without data and now pass the data in bulk with rsync.
Just copy /var/www/virtual and /var/mail/virutal.
Once this is all done you just have to change the ip panel.
perl /var/www/imscp/engine/setup/imscp-reconfigure --reconfigure primary_ip
And you will be able to put everything you need on a debian 10 and using sury repo
Put it in practice on a small vps without data so you can manage your panel to test and adapt some data you have configured manually.
s2
Delete domain and recreate an Alias on old domain indicating that the mount point is shared with your old domain.
s2
K tal Victor... bueno parece que Nuxwin anda avanzando en cosillas yo lo sigo en su facebook y algo mas de info tienes que por aqui.
Tambien tienes para probar..
https://github.com/saygoweb/imscp/tree/feature/bullseye
Yo realmente aun no lo he probado por falta de tiempo .. pero tambien es bueno recibir esto para los que no queremos cambiar.
Cuidate
Antonio
Victor buenas
.. mucho tiempo
Eso es que seguramente al usar al switcher de php y borrar algun dominio este no se ha eliminado de la parte de apache ..
bastara con que hagas
/etc/init.d/php7.1-fpm status
De forma puedas averigurar quien se ha quedado ahi en la config y puedas borrarlo manualmente.
S2
----------------
Victor good morning
.. a lot of time
I think that surely when you use the php switcher and delete a domain this has not been removed from the apache part ...
You just need to do
/etc/init.d/php7.1-fpm status
So you can find out who is still there in the config and you can delete it manually.
S2
Hello
The colleague is asking you for information on how to carry out a process... if you have nothing to contribute on this matter...
you can put your comments in other threads where they will be well received.
We all know about your opinion
Cheers
kurgans
Thank you very much... work has kept me very busy this week... tomorrow Friday afternoon I will get a vps back up and running and do what you tell me....
I will let you know the result...
Thanks
Regards
Los alias se hacen en letsscript ... certificados de servicios.. dns names
Puedes agregar 100
Y si el cname te serviria asi .. yo haria alias.. ya que es solo crear un registro A a tu misma ip correo y agregarlo como alias al certificado de servicios y a correr.
s2