Hello,
I'm moving a large XF forum from one cpanel account, aaaa, to another cpanel account, bbbb. However, when attempting to move I ran into a bunch of errors because the paths weren't relative and were defined as /home/aaaa/public_html/xf. Is there an easy way to search for all paths and make them relative so this move can be made? I'm unsure where to start.
The host mentioned issues with these as an example:
root@host [/home]# grep -alR /home/aaaa /var/lib/mysql/aaaa_xdb/
/var/lib/mysql/aaaa_xdb/xf_conversation_message.ibd
/var/lib/mysql/aaaa_xdb/xf_post.ibd
/var/lib/mysql/aaaa_xdb/xf_search_index.MYD
root@host [/home]# grep -alR /home/aaaa /var/lib/mysql/aaaa_wikidb/
/var/lib/mysql/aaaa_wikidb/mw_objectcache.MYI
/var/lib/mysql/aaaa_wikidb/mw_l10n_cache.MYD
/var/lib/mysql/aaaa_wikidb/vcache.MYD
/var/lib/mysql/aaaa_wikidb/mw_module_deps.MYD
root@host [/home]#
Thanks.
I'm moving a large XF forum from one cpanel account, aaaa, to another cpanel account, bbbb. However, when attempting to move I ran into a bunch of errors because the paths weren't relative and were defined as /home/aaaa/public_html/xf. Is there an easy way to search for all paths and make them relative so this move can be made? I'm unsure where to start.
The host mentioned issues with these as an example:
root@host [/home]# grep -alR /home/aaaa /var/lib/mysql/aaaa_xdb/
/var/lib/mysql/aaaa_xdb/xf_conversation_message.ibd
/var/lib/mysql/aaaa_xdb/xf_post.ibd
/var/lib/mysql/aaaa_xdb/xf_search_index.MYD
root@host [/home]# grep -alR /home/aaaa /var/lib/mysql/aaaa_wikidb/
/var/lib/mysql/aaaa_wikidb/mw_objectcache.MYI
/var/lib/mysql/aaaa_wikidb/mw_l10n_cache.MYD
/var/lib/mysql/aaaa_wikidb/vcache.MYD
/var/lib/mysql/aaaa_wikidb/mw_module_deps.MYD
root@host [/home]#
Thanks.