Export database
Posted by magicmassey
Export database March 18, 2017 10:55PM |
Registered: 8 years ago Posts: 4 |
Re: Export database March 19, 2017 10:06AM |
Admin Registered: 19 years ago Posts: 575 |
March 21, 2017 06:00AM |
Admin Registered: 19 years ago Posts: 746 |
Hi magicmassey,
what's the reason to switch to bbpress?
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
what's the reason to switch to bbpress?
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Re: Export database March 26, 2017 02:42PM |
Registered: 8 years ago Posts: 4 |
March 28, 2017 08:59AM |
Admin Registered: 19 years ago Posts: 746 |
Quote
magicmassey
Is there an easy way to move what they have to new hosting?
Yes, you can move your Phorum installation to a new hosting.
I think this is the best time to upgrade to the newest Phorum version.
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Edited 1 time(s). Last edit at 03/30/2017 04:47AM by Oliver Riesen-Mallmann.
Re: Export database March 30, 2017 12:12AM |
Registered: 8 years ago Posts: 4 |
April 26, 2017 04:20PM |
Registered: 16 years ago Posts: 73 |
If you do a mysqldump and want to install it on another server you will probably have to update phorum_settings
update phorum_settings set data = '/newdomain/newpath1/newpath2' where name = 'http_path' or name = 'login_redir_urls';
...else the new code will try to import CSS from the old url
Edited 1 time(s). Last edit at 04/26/2017 04:24PM by salmobytes.
update phorum_settings set data = '/newdomain/newpath1/newpath2' where name = 'http_path' or name = 'login_redir_urls';
...else the new code will try to import CSS from the old url
Edited 1 time(s). Last edit at 04/26/2017 04:24PM by salmobytes.
Sorry, only registered users may post in this forum.