floyd
Verified User
- Joined
- Mar 29, 2005
- Messages
- 6,255
I use Admin Backup/Transfer to move users to different servers. The problem I think is the order of the php versions on the old server do not match the previous server.
Old php 7.3 and php 8.2
New php 8.2 and 7.3
So when I transfer instead of the domains getting 7.3 like the old server they get 8.2. This has caused some problems since sites are not yet compatible with 8.2. I have to manually go in and change the php version on each site.
Is there some thing in the configuration that keeps the php version that I can manipulate so that the correct php version is set? I can write a script to check the config and change it as necessary if I know what needs to be changed. The I assume I can do a rewrite_confs and fix it in the httpd configs.
Old php 7.3 and php 8.2
New php 8.2 and 7.3
So when I transfer instead of the domains getting 7.3 like the old server they get 8.2. This has caused some problems since sites are not yet compatible with 8.2. I have to manually go in and change the php version on each site.
Is there some thing in the configuration that keeps the php version that I can manipulate so that the correct php version is set? I can write a script to check the config and change it as necessary if I know what needs to be changed. The I assume I can do a rewrite_confs and fix it in the httpd configs.