Change server

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
2/28/2010 3:26:15 PM
Gravatar
Total Posts 33

Change server

Hello!

Can I find somewhere instructions how to move a Mojo installation to a new IIs server (but keep the same sql server)?

TIA / Kent

3/1/2010 2:39:59 PM
Gravatar
Total Posts 2239

Re: Change server

Hi,

There aren't any instructions for this on the mojoPortal site.

A brief overview of what needs to happen is:

  1. Create new website on new IIS server.
  2. If you are using Host Headers (Bindings in IIS 7+) on the new server, set the website to use the correct domain(s).
  3. Zip contents of current mojoPortal website on current IIS server.
  4. Extract contents of zip to the new website on the new IIS server.
  5. Set read/write permissions on \app_data and \data directories of new website on new IIS server.
  6. If your database server and webserver were the same machine but are now different machines, adjust the database connection string in the user.config appropriately.
  7. Change your DNS to point to the new IIS server.

Moving mojoPortal to another server is just like moving any other web application. You need to verify the new server meets all requirements of the application and that it has access to the database server.

HTH,
Joe

3/2/2010 4:57:09 AM
Gravatar
Total Posts 33

Re: Change server

THANKS!

A bigger challenge maybee - I have two MojoPortal servers that I want to cosnolidate to one. Both site has site number 1. Is that possible to make on of them number 2?

If not - is it possible to have two Mojo on the same server?

TIA / Kent

You must sign in to post in the forums. This thread is closed to new posts.